Condividi tramite


Printing3DComponent.Mesh Proprietà

Definizione

Ottiene o imposta la mesh 3D del componente.

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

Valore della proprietà

Mesh 3D del componente.

Si applica a