Printing3DModel.RepairWithProgressAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
IAsyncOperationWithProgress<bool,double>
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.