Printing3DMeshVerificationResult.ReversedNormalTriangles 属性

定义

获取反向法线三角形(如果适用)。

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)

属性值

IVectorView<UInt32>

IReadOnlyList<UInt32>

Windows.Foundation.Collections.IVectorView<unsigned int>

IVectorView<uint32_t>

反向法线三角形。

适用于