Print3DWorkflowDetail Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the types of errors that may be encountered by the Print3DWorkflow class.
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
- Inheritance
-
Print3DWorkflowDetail
- Attributes
Windows requirements
Device family |
Windows Desktop Extension SDK (introduced in 10.0.10240.0)
Windows 10 (introduced in 10.0.10586.0 - for Xbox, see UWP features that aren't yet supported on Xbox) |
API contract |
Windows.Devices.Printers.Extensions.ExtensionsContract (introduced in v1.0)
Windows.Foundation.UniversalApiContract (introduced in v2.0) |
Fields
Name | Value | Description |
---|---|---|
Unknown | 0 | No known error has been encountered. |
ModelExceedsPrintBed | 1 | The 3D model exceeds the print bed. |
UploadFailed | 2 | The upload failed. |
InvalidMaterialSelection | 3 | An invalid printing material has been selected. |
InvalidModel | 4 | The 3D model is not valid. |
ModelNotManifold | 5 | The 3D model does not have manifold edges. |
InvalidPrintTicket | 6 | The print ticket is not valid. |