Partager via


Printing3DModel.Components Propriété

Définition

Obtient tous les composants 3D Manufacturing Format (3MF) utilisés dans le modèle 3D.

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)

Valeur de propriété

Tous les composants 3MF utilisés dans le modèle 3D, de type Printing3DComponent.

S’applique à