Printing3DMesh.VerifyAsync(Printing3DMeshVerificationMode) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
验证网格是否有多条边缘和法线三角形。
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)
参数
指定如何验证网格。
返回
验证结果,类型为 Printing3DMeshVerificationResult。
- 属性