다음을 통해 공유


Printing3DComponent.Type 속성

정의

3MF(3D 제조 형식) 구성 요소의 형식을 가져오거나 설정합니다.

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 구성 요소의 형식입니다.

적용 대상