다음을 통해 공유


Printing3DMesh.GetVertexPositions 메서드

정의

꼭짓점 위치에 대한 버퍼를 가져옵니다.

public:
 virtual IBuffer ^ GetVertexPositions() = GetVertexPositions;
IBuffer GetVertexPositions();
public IBuffer GetVertexPositions();
function getVertexPositions()
Public Function GetVertexPositions () As IBuffer

반환

꼭짓점 위치에 대한 버퍼입니다.

설명

꼭짓점 위치에 대한 버퍼를 만들려면 CreateVertexPositions를 사용합니다.

적용 대상