Printing3DModelUnit
Printing3DModelUnit
Printing3DModelUnit
Printing3DModelUnit
Enum
Definition
Specifies the units of measure used in the 3D model.
public : enum class Printing3DModelUnitpublic enum Printing3DModelUnitPublic Enum Printing3DModelUnit// You can use this enum in JavaScript.
- Attributes
Windows 10 requirements
| Device family |
Windows Desktop Extension SDK (introduced v10.0.10240.0)
|
| API contract |
Windows.Graphics.Printing3D.Printing3DContract (introduced v1)
|
Fields
| Centimeter Centimeter Centimeter Centimeter | The units of the 3D model are specified in centimeters. |
| Foot Foot Foot Foot | The units of the 3D model are specified in feet. |
| Inch Inch Inch Inch | The units of the 3D model are specified in inches. |
| Meter Meter Meter Meter | The units of the 3D model are specified in meters. |
| Micron Micron Micron Micron | The units of the 3D model are specified in microns. |
| Millimeter Millimeter Millimeter Millimeter | The units of the 3D model are specified in millimeters. |
Remarks
This API is designed for use with 3D Manufacturing Format (3MF) packages. For more info about 3MF, see the 3MF Specification.