Printing3DModel.Components Property

Definition

Gets all 3D Manufacturing Format (3MF) components used in the 3D model.

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)

Property Value

All 3MF components used in the 3D model, of type Printing3DComponent.

Applies to