Gets the circle of the arc.

Namespace: Spherical
Assembly: SphericalLib (in SphericalLib.dll) Version: 1.0.5951.32246 (1.0.0.0)

Syntax

C#
public Halfspace Circle { get; set; }
Visual C++
public:
property Halfspace Circle {
	Halfspace get ();
	void set (Halfspace value);
}
F#
member Circle : Halfspace with get, set

See Also