Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 1.45 KB

printing3dmodel_tryreducefacesasync_1526716101.md

File metadata and controls

31 lines (22 loc) · 1.45 KB
-api-id -api-type -api-device-family-note
M:Windows.Graphics.Printing3D.Printing3DModel.TryReduceFacesAsync(Windows.Graphics.Printing3D.Printing3DFaceReductionOptions,Windows.Foundation.TimeSpan)
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 or when the maxWait time is reached.

-parameters

-param printing3DFaceReductionOptions

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

-param maxWait

Defines the amount of time (in seconds) that the algorithm can run for. A value of 0 will cause the algorithm to run until another end condition is met.

-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)