Printing3DModel.Meshes 属性

定义

获取 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)

属性值

3D 模型中使用的所有网格,类型为 Printing3DMesh

适用于