Printing3DMesh.GetVertexNormals Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the buffer for vertex normals.
public:
virtual IBuffer ^ GetVertexNormals() = GetVertexNormals;
IBuffer GetVertexNormals();
public IBuffer GetVertexNormals();
function getVertexNormals()
Public Function GetVertexNormals () As IBuffer
Returns
The buffer for vertex normals.
Remarks
To create the buffer for vertex normals, use CreateVertexNormals.