Condividi tramite


Printing3DModel.Components Proprietà

Definizione

Ottiene tutti i componenti 3D Manufacturing Format (3MF) utilizzati nel modello 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)

Valore della proprietà

Tutti i componenti 3MF usati nel modello 3D, di tipo Printing3DComponent.

Si applica a