Arc.IsCircle Property

ArcIsCircle Property

Gets a value indicating whether or not this arc is a complete circle.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public bool IsCircle { get; }
Public ReadOnly Property IsCircle As Boolean
	Get

Property Value

Type: Boolean
See Also