共用方式為


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

適用於