Print3DWorkflowDetail
Print3DWorkflowDetail
Print3DWorkflowDetail
Print3DWorkflowDetail
Enum
Definition
Specifies the types of errors that may be encountered by the Print3DWorkflow class.
public : enum class Print3DWorkflowDetailpublic enum Print3DWorkflowDetailPublic Enum Print3DWorkflowDetail// You can use this enum in JavaScript.
- Attributes
Windows 10 requirements
| Device family |
Windows Desktop Extension SDK (introduced v10.0.10240.0)
Windows 10 (introduced v10.0.10586.0 - for Xbox, see UWP features that aren't yet supported on Xbox)
|
| API contract |
Windows.Devices.Printers.Extensions.ExtensionsContract (introduced v1)
Windows.Foundation.UniversalApiContract (introduced v2)
|
Fields
| InvalidMaterialSelection InvalidMaterialSelection InvalidMaterialSelection InvalidMaterialSelection | An invalid printing material has been selected. |
| InvalidModel InvalidModel InvalidModel InvalidModel | The 3D model is not valid. |
| InvalidPrintTicket InvalidPrintTicket InvalidPrintTicket InvalidPrintTicket | The print ticket is not valid. |
| ModelExceedsPrintBed ModelExceedsPrintBed ModelExceedsPrintBed ModelExceedsPrintBed | The 3D model exceeds the print bed. |
| ModelNotManifold ModelNotManifold ModelNotManifold ModelNotManifold | The 3D model does not have manifold edges. |
| Unknown Unknown Unknown Unknown | No known error has been encountered. |
| UploadFailed UploadFailed UploadFailed UploadFailed | The upload failed. |