Printing3DComponent.Type 属性

定义

获取或设置 3D 制造格式 (3MF) 组件的类型。

public:
 property Printing3DObjectType Type { Printing3DObjectType get(); void set(Printing3DObjectType value); };
Printing3DObjectType Type();

void Type(Printing3DObjectType value);
public Printing3DObjectType Type { get; set; }
var printing3DObjectType = printing3DComponent.type;
printing3DComponent.type = printing3DObjectType;
Public Property Type As Printing3DObjectType

属性值

3MF 组件的类型。

适用于