Gets the plane the circle lies on.

Namespace:  ceometric.VectorGeometry
Assembly:  ceometric.VectorGeometry (in ceometric.VectorGeometry.dll) Version: 1.8.0.0 (1.8.0.0)

Syntax

C#
public Plane GetPlane()
Visual Basic (Declaration)
Public Function GetPlane As Plane
Visual C++
public:
Plane^ GetPlane()

Return Value

Returns the plane the circle lies on.

See Also