Share via


Printing3DMeshVerificationResult.ReversedNormalTriangles Property

Definition

Gets the reverse normal triangles, if applicable.

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

Property Value

IVectorView<UInt32>

IReadOnlyList<UInt32>

Windows.Foundation.Collections.IVectorView

IVectorView<uint32_t>

The reverse normal triangles.

Applies to