Printing3DModel.Components 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得 3D 模型中使用的所有 3D 製造格式 (3MF) 元件。
public:
property IVector<Printing3DComponent ^> ^ Components { IVector<Printing3DComponent ^> ^ get(); };
IVector<Printing3DComponent> Components();
public IList<Printing3DComponent> Components { get; }
var iVector = printing3DModel.components;
Public ReadOnly Property Components As IList(Of Printing3DComponent)
屬性值
3D 模型中所使用的所有 3MF 元件,類型為 Printing3DComponent。