Share via


Printing3DMeshVerificationResult.IsValid Property

Definition

Gets a value that indicates if the mesh is valid.

public:
 property bool IsValid { bool get(); };
bool IsValid();
public bool IsValid { get; }
var boolean = printing3DMeshVerificationResult.isValid;
Public ReadOnly Property IsValid As Boolean

Property Value

Boolean

bool

true if the mesh is valid; otherwise, false.

Applies to