Share via


Printing3DMesh.GetVertexNormals メソッド

定義

頂点法線のバッファーを取得します。

public:
 virtual IBuffer ^ GetVertexNormals() = GetVertexNormals;
IBuffer GetVertexNormals();
public IBuffer GetVertexNormals();
function getVertexNormals()
Public Function GetVertexNormals () As IBuffer

戻り値

頂点法線のバッファー。

注釈

頂点法線のバッファーを作成するには、 CreateVertexNormals を使用します

適用対象