CADability dotNET
Determins the plane in which the curve resides. Throws CurveException if the curve's PlanarState is NonPlanar or UnderDetermined.

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

Syntax

C#
Plane GetPlane()
Visual Basic
Function GetPlane As Plane
Visual C++
Plane GetPlane()

Return Value

The plane

See Also