Print3DWorkflowDetail Enum

Definition

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

InvalidMaterialSelection 3

An invalid printing material has been selected.

InvalidModel 4

The 3D model is not valid.

InvalidPrintTicket 6

The print ticket is not valid.

ModelExceedsPrintBed 1

The 3D model exceeds the print bed.

ModelNotManifold 5

The 3D model does not have manifold edges.

Unknown 0

No known error has been encountered.

UploadFailed 2

The upload failed.

Applies to