다음을 통해 공유


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>

역방향 일반 삼각형입니다.

적용 대상