Printing3DMeshVerificationResult.NonmanifoldTriangles Property

Definition

Gets the triangles with non-manifold edges, if applicable.

public:
 property IVectorView<unsigned int> ^ NonmanifoldTriangles { IVectorView<unsigned int> ^ get(); };
IVectorView<uint32_t> NonmanifoldTriangles();
public IReadOnlyList<uint> NonmanifoldTriangles { get; }
var iVectorView = printing3DMeshVerificationResult.nonmanifoldTriangles;
Public ReadOnly Property NonmanifoldTriangles As IReadOnlyList(Of UInteger)

Property Value

IVectorView<UInt32>

IReadOnlyList<UInt32>

Windows.Foundation.Collections.IVectorView

IVectorView<uint32_t>

The triangles with non-manifold edges.

Applies to