Printing3DComponent.Mesh 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定元件的 3D 網格。
public:
property Printing3DMesh ^ Mesh { Printing3DMesh ^ get(); void set(Printing3DMesh ^ value); };
Printing3DMesh Mesh();
void Mesh(Printing3DMesh value);
public Printing3DMesh Mesh { get; set; }
var printing3DMesh = printing3DComponent.mesh;
printing3DComponent.mesh = printing3DMesh;
Public Property Mesh As Printing3DMesh
屬性值
元件的 3D 網格。