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

适用于