Поделиться через


Printing3DModel.Components Свойство

Определение

Возвращает все компоненты трехмерного производственного формата (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)

Значение свойства

Все компоненты 3MF, используемые в трехмерной модели, типа Printing3DComponent.

Применяется к