CADability dotNET
Determins whether the GeoObject has valid data (e.g. to be added to a model). E.g. a line where the startpoint is identical to the endpoint or a circle with radius <=0.0 is considered invalid.

Namespace: CADability.GeoObject
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)

Syntax

C#
bool HasValidData()
Visual Basic
Function HasValidData As Boolean
Visual C++
bool HasValidData()

Return Value

true, if valid, false otherwise

See Also