Printing3DModel.Build 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定根 3D 製造格式 (3MF) 元件。 它代表 3D 印表機上的組建分板,並定義要列印的內容。
public:
property Printing3DComponent ^ Build { Printing3DComponent ^ get(); void set(Printing3DComponent ^ value); };
Printing3DComponent Build();
void Build(Printing3DComponent value);
public Printing3DComponent Build { get; set; }
var printing3DComponent = printing3DModel.build;
printing3DModel.build = printing3DComponent;
Public Property Build As Printing3DComponent
屬性值
根 3MF 元件。