Printing3DMesh.VertexNormalsDescription Property
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 or sets the buffer description for vertex normals.
public:
property Printing3DBufferDescription VertexNormalsDescription { Printing3DBufferDescription get(); void set(Printing3DBufferDescription value); };
Printing3DBufferDescription VertexNormalsDescription();
void VertexNormalsDescription(Printing3DBufferDescription value);
public Printing3DBufferDescription VertexNormalsDescription { get; set; }
var printing3DBufferDescription = printing3DMesh.vertexNormalsDescription;
printing3DMesh.vertexNormalsDescription = printing3DBufferDescription;
Public Property VertexNormalsDescription As Printing3DBufferDescription
Property Value
The buffer description for vertex normals.