共用方式為


Print3DWorkflowDetail 列舉

定義

指定 Print3DWorkflow 類別可能遇到的錯誤類型。

public enum class Print3DWorkflowDetail
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Devices.Printers.Extensions.ExtensionsContract, 65536)]
enum class Print3DWorkflowDetail
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 131072)]
enum class Print3DWorkflowDetail
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Devices.Printers.Extensions.ExtensionsContract), 65536)]
public enum Print3DWorkflowDetail
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 131072)]
public enum Print3DWorkflowDetail
var value = Windows.Devices.Printers.Extensions.Print3DWorkflowDetail.unknown
Public Enum Print3DWorkflowDetail
繼承
Print3DWorkflowDetail
屬性

Windows 需求

裝置系列
Windows Desktop Extension SDK (已於 10.0.10240.0 引進)
Windows 10 (已於 10.0.10586.0 - for Xbox, see UWP features that aren't yet supported on Xbox 引進)
API contract
Windows.Devices.Printers.Extensions.ExtensionsContract (已於 v1.0 引進)
Windows.Foundation.UniversalApiContract (已於 v2.0 引進)

欄位

InvalidMaterialSelection 3

已選取不正確列印材質。

InvalidModel 4

3D 模型無效。

InvalidPrintTicket 6

列印票證無效。

ModelExceedsPrintBed 1

3D 模型超過列印台。

ModelNotManifold 5

3D 模型沒有管理邊緣。

Unknown 0

未發生已知錯誤。

UploadFailed 2

上傳失敗。

適用於