Printing3DModel.Meshes Property

Definition

Gets all meshes used in the 3D model.

public:
 property IVector<Printing3DMesh ^> ^ Meshes { IVector<Printing3DMesh ^> ^ get(); };
IVector<Printing3DMesh> Meshes();
public IList<Printing3DMesh> Meshes { get; }
var iVector = printing3DModel.meshes;
Public ReadOnly Property Meshes As IList(Of Printing3DMesh)

Property Value

All meshes used in the 3D model, of type Printing3DMesh.

Applies to