Printing3DMeshVerificationResult.NonmanifoldTriangles 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取具有非多形边缘的三角形(如果适用)。
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)
属性值
具有非多形边缘的三角形。