다음을 통해 공유


Print3DWorkflow.IsPrintReady 속성

정의

3D 개체가 인쇄할 준비가 되었으며 더 이상 사용자 상호 작용이 필요하지 않음을 나타내는 값을 가져오거나 설정합니다.

public:
 property bool IsPrintReady { bool get(); void set(bool value); };
bool IsPrintReady();

void IsPrintReady(bool value);
public bool IsPrintReady { get; set; }
var boolean = print3DWorkflow.isPrintReady;
print3DWorkflow.isPrintReady = boolean;
Public Property IsPrintReady As Boolean

속성 값

Boolean

bool

3D 개체를 인쇄할 준비가 되면 true이고, 그렇지 않으면 false입니다.

적용 대상