共用方式為


Printing3DMesh.GetTriangleIndices 方法

定義

取得三角形索引的緩衝區。

public:
 virtual IBuffer ^ GetTriangleIndices() = GetTriangleIndices;
IBuffer GetTriangleIndices();
public IBuffer GetTriangleIndices();
function getTriangleIndices()
Public Function GetTriangleIndices () As IBuffer

傳回

三角形索引的緩衝區。

備註

若要建立三角形索引的緩衝區,請使用 CreateTriangleIndices

適用於