Printing3DMesh.VerifyAsync(Printing3DMeshVerificationMode) Method

Definition

Verifies the mesh has manifold edges and normal triangles.

public:
 virtual IAsyncOperation<Printing3DMeshVerificationResult ^> ^ VerifyAsync(Printing3DMeshVerificationMode value) = VerifyAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<Printing3DMeshVerificationResult> VerifyAsync(Printing3DMeshVerificationMode const& value);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<Printing3DMeshVerificationResult> VerifyAsync(Printing3DMeshVerificationMode value);
function verifyAsync(value)
Public Function VerifyAsync (value As Printing3DMeshVerificationMode) As IAsyncOperation(Of Printing3DMeshVerificationResult)

Parameters

value
Printing3DMeshVerificationMode

Specifies how the mesh is verified.

Returns

The results of the verification, of type Printing3DMeshVerificationResult.

Attributes

Applies to