Printing3DMeshVerificationResult Printing3DMeshVerificationResult Printing3DMeshVerificationResult Printing3DMeshVerificationResult Class

Definition

Provides data for the VerifyAsync method.

public : sealed class Printing3DMeshVerificationResult : IPrinting3DMeshVerificationResultpublic sealed class Printing3DMeshVerificationResult : IPrinting3DMeshVerificationResultPublic NotInheritable Class Printing3DMeshVerificationResult Implements IPrinting3DMeshVerificationResult// You can use this class in JavaScript.
Attributes
Windows 10 requirements
Device family
Windows Desktop Extension SDK (introduced v10.0.10240.0)
API contract
Windows.Graphics.Printing3D.Printing3DContract (introduced v1)

Properties

IsValid IsValid IsValid IsValid

Gets a value that indicates if the mesh is valid.

public : PlatForm::Boolean IsValid { get; }public bool IsValid { get; }Public ReadOnly Property IsValid As bool// You can use this property in JavaScript.
Value
PlatForm::Boolean bool bool bool

true if the mesh is valid; otherwise, false.

NonmanifoldTriangles NonmanifoldTriangles NonmanifoldTriangles NonmanifoldTriangles

Gets the triangles with non-manifold edges, if applicable.

public : IVectorView<uint> NonmanifoldTriangles { get; }public IReadOnlyList<uint> NonmanifoldTriangles { get; }Public ReadOnly Property NonmanifoldTriangles As IReadOnlyList<uint>// You can use this property in JavaScript.
Value
IVectorView<unsigned int> IReadOnlyList<uint> IReadOnlyList<uint> IReadOnlyList<uint>

The triangles with non-manifold edges.

ReversedNormalTriangles ReversedNormalTriangles ReversedNormalTriangles ReversedNormalTriangles

Gets the reverse normal triangles, if applicable.

public : IVectorView<uint> ReversedNormalTriangles { get; }public IReadOnlyList<uint> ReversedNormalTriangles { get; }Public ReadOnly Property ReversedNormalTriangles As IReadOnlyList<uint>// You can use this property in JavaScript.
Value
IVectorView<unsigned int> IReadOnlyList<uint> IReadOnlyList<uint> IReadOnlyList<uint>

The reverse normal triangles.