Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 1.02 KB

printing3dmodel.md

File metadata and controls

32 lines (24 loc) · 1.02 KB
-api-id -api-type -api-device-family-note
T:Windows.Graphics.Printing3D.Printing3DModel
winrt class
xbox

Windows.Graphics.Printing3D.Printing3DModel

-description

Represents the 3D model in a 3D Manufacturing Format (3MF) package.

-remarks

The Printing3DModel class corresponds to the <model> element in the 3D Manufacturing Format (3MF) specification. For more info, see the 3MF Specification.

Version history

Windows version SDK version Value added
1607 14393 RepairWithProgressAsync
1607 14393 TryPartialRepairAsync
1607 14393 TryPartialRepairAsync(TimeSpan)
1607 14393 TryReduceFacesAsync
1607 14393 TryReduceFacesAsync(Printing3DFaceReductionOptions)
1607 14393 TryReduceFacesAsync(Printing3DFaceReductionOptions,TimeSpan)

-examples

-see-also