CADability dotNET
Determins the state of the curve in space. A curve may be either Planar (e.g. a cicle), NonPlanar (e.g. a polyline with vertices that dont shear a common plane) or UnderDetermined (e.g. a line defines a sheaf of planes (Ebenenbüschel))

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

Syntax

C#
PlanarState GetPlanarState()
Visual Basic
Function GetPlanarState As PlanarState
Visual C++
PlanarState GetPlanarState()

Return Value

See Also