Printing3DModel.Meshes 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 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.