Printing3DModel.RepairWithProgressAsync Method

Definition

Executes the 3D model repair algorithm, with the ability to report the progress of the operation.

public:
 virtual IAsyncOperationWithProgress<bool, double> ^ RepairWithProgressAsync() = RepairWithProgressAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperationWithProgress<bool, double> RepairWithProgressAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperationWithProgress<bool,double> RepairWithProgressAsync();
function repairWithProgressAsync()
Public Function RepairWithProgressAsync () As IAsyncOperationWithProgress(Of Boolean, Double)

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.

Attributes

Windows requirements

Device family
Windows 10 Anniversary Edition (introduced in 10.0.14393.0 - for Xbox, see UWP features that aren't yet supported on Xbox)
API contract
Windows.Graphics.Printing3D.Printing3DContract (introduced in v3.0)

Remarks

Until April 2022 Microsoft offered an online 3D Model Repair service. Please find information on alternative tools, such as 3D Builder, at this address.

Applies to

See also