Printing3DComponent.Mesh Property

Definition

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.

Applies to