Printing3DModel.RepairWithProgressAsync メソッド

定義

3D モデル修復アルゴリズムを実行し、操作の進行状況を報告できます。

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)

戻り値

非同期操作が成功したかどうかを示す ブール 値と、進行状況を 0 から 1 までの 10 進数として報告する Double 値。

属性

Windows の要件

デバイス ファミリ
Windows 10 Anniversary Edition (10.0.14393.0 - for Xbox, see UWP features that aren't yet supported on Xbox で導入)
API contract
Windows.Graphics.Printing3D.Printing3DContract (v3.0 で導入)

注釈

2022 年 4 月まで、Microsoft はオンラインの 3D モデル修復サービスを提供しました。 3D Builder などの代替ツールについては、こちらの アドレスを参照してください。

適用対象

こちらもご覧ください