Printing3DComponent.Mesh 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 3D mesh of the component.
public:
property Printing3DMesh ^ Mesh { Printing3DMesh ^ get(); void set(Printing3DMesh ^ value); };
Printing3DMesh Mesh();
void Mesh(Printing3DMesh value);
public Printing3DMesh Mesh { get; set; }
var printing3DMesh = printing3DComponent.mesh;
printing3DComponent.mesh = printing3DMesh;
Public Property Mesh As Printing3DMesh
Property Value
The 3D mesh of the component.