Printing3DModel.Components Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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.