Gets a value indicating whether or not this arc is valid.
Detail:
Radius>0 and 0<AngleRadians()<=2*Math.Pi.
Namespace:
Rhino.Geometry
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax public bool IsValid { get; }
Public ReadOnly Property IsValid As Boolean
Get
Return Value
Type:
Booleantrue if the arc is valid.
See Also