Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 1.19 KB

printing3dmodel_tryreducefacesasync_811294173.md

File metadata and controls

28 lines (20 loc) · 1.19 KB
-api-id -api-type -api-device-family-note
M:Windows.Graphics.Printing3D.Printing3DModel.TryReduceFacesAsync(Windows.Graphics.Printing3D.Printing3DFaceReductionOptions)
winrt method
xbox

Windows.Graphics.Printing3D.Printing3DModel.TryReduceFacesAsync

-description

Runs an algorithm that reduces the number of triangle faces in all of the meshes within the Printing3DModel by merging nearby vertices. Stops according to the specified options.

-parameters

-param printing3DFaceReductionOptions

Defines the conditions which will trigger the end of the operation.

-returns

A Boolean value indicating whether the asynchronous operation succeeded, and a Double value reporting the progress as a decimal number between zero and one.

-remarks

-examples

-see-also

TryReduceFacesAsync, TryReduceFacesAsync(Printing3DFaceReductionOptions, TimeSpan)