Share via


Printing3DMesh.GetTriangleMaterialIndices メソッド

定義

三角形の材料インデックスのバッファーを取得します。

public:
 virtual IBuffer ^ GetTriangleMaterialIndices() = GetTriangleMaterialIndices;
IBuffer GetTriangleMaterialIndices();
public IBuffer GetTriangleMaterialIndices();
function getTriangleMaterialIndices()
Public Function GetTriangleMaterialIndices () As IBuffer

戻り値

三角形の材料インデックスのバッファー。

注釈

三角形のマテリアル インデックスのバッファーを作成するには、 CreateTriangleMaterialIndices を使用します

適用対象