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。