Printing3DMeshVerificationResult.NonmanifoldTriangles Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
The triangles with non-manifold edges.