|
Mesh3IsValid Property
|
Gets a value indicating whether the mesh is valid.
Namespace:
Karamba.Geometry
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntaxpublic bool IsValid { get; }
Public ReadOnly Property IsValid As Boolean
Get
public:
virtual property bool IsValid {
bool get () sealed;
}
abstract IsValid : bool with get
override IsValid : bool with get
Property Value
Type:
BooleanImplements
IMeshIsValid
See Also