Compartir a través de


Printing3DModel.Meshes Propiedad

Definición

Obtiene todas las mallas usadas en el modelo 3D.

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)

Valor de propiedad

Todas las mallas usadas en el modelo 3D, de tipo Printing3DMesh.

Se aplica a