Printing3DMesh.VerifyAsync(Printing3DMeshVerificationMode) 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.
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
Specifies how the mesh is verified.
Returns
The results of the verification, of type Printing3DMeshVerificationResult.
- Attributes