Partager via


Printing3DModel.RepairWithProgressAsync Méthode

Définition

Exécute l’algorithme de réparation de modèle 3D, avec la possibilité de signaler la progression de l’opération.

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)

Retours

Valeur booléenne indiquant si l’opération asynchrone a réussi, et une valeur Double signalant la progression sous la forme d’un nombre décimal compris entre zéro et un.

Attributs

Configuration requise pour Windows

Famille d’appareils
Windows 10 Anniversary Edition (introduit dans 10.0.14393.0 - for Xbox, see UWP features that aren't yet supported on Xbox)
API contract
Windows.Graphics.Printing3D.Printing3DContract (introduit dans v3.0)

Remarques

Jusqu’en avril 2022, Microsoft proposait un service de réparation de modèles 3D en ligne. Vous trouverez des informations sur d’autres outils, tels que 3D Builder, à cette adresse.

S’applique à

Voir aussi