Freigeben über


Printing3DModel.RepairWithProgressAsync Methode

Definition

Führt den 3D-Modellreparaturalgorithmus mit der Möglichkeit aus, den Fortschritt des Vorgangs zu melden.

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)

Gibt zurück

Ein boolescher Wert, der angibt, ob der asynchrone Vorgang erfolgreich war, und ein Double-Wert , der den Fortschritt als Dezimalzahl zwischen 0 und 1 angibt.

Attribute

Windows-Anforderungen

Gerätefamilie
Windows 10 Anniversary Edition (eingeführt in 10.0.14393.0 - for Xbox, see UWP features that aren't yet supported on Xbox)
API contract
Windows.Graphics.Printing3D.Printing3DContract (eingeführt in v3.0)

Hinweise

Bis April 2022 bot Microsoft einen Online-3D-Modellreparaturdienst an. Informationen zu alternativen Tools, z. B. 3D Builder, finden Sie unter dieser Adresse.

Gilt für:

Weitere Informationen