Arc.Create
Description:
Creates a new geometric arc object based on plane, radius, and angles.
Creates a new geometric arc object based on plane, radius, and angles.
Remarks:
If the angle range is equal to or greater than 2 * PI, the curve will be automatically converted to an unbounded circle.
If the angle range is equal to or greater than 2 * PI, the curve will be automatically converted to an unbounded circle.
Overloads (3):
Create(Plane,Double,Double,Double)
-
A non-optional argument was NULL
-
The given value for radius must be greater than 0 and no more than 30000 feet.
-
Start angle must be less than end angle. -or- Curve length is too small for Revit's tolerance (as identified by Application.ShortCurveTolerance).