Printing3DObjectType 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 function of the object in the 3D model.
public enum class Printing3DObjectType
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Graphics.Printing3D.Printing3DContract, 65536)]
enum class Printing3DObjectType
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Graphics.Printing3D.Printing3DContract), 65536)]
public enum Printing3DObjectType
var value = Windows.Graphics.Printing3D.Printing3DObjectType.model
Public Enum Printing3DObjectType
- Inheritance
-
Printing3DObjectType
- Attributes
Windows requirements
Device family |
Windows Desktop Extension SDK (introduced in 10.0.10240.0)
|
API contract |
Windows.Graphics.Printing3D.Printing3DContract (introduced in v1.0)
|
Fields
Name | Value | Description |
---|---|---|
Model | 0 | Functions as a core component of the 3D model. |
Support | 1 | Functions as a support object. |
Others | 2 | Functions in some other capacity. |
Remarks
This API is designed for use with 3D Manufacturing Format (3MF) packages. For more info about 3MF, see the 3MF Specification.