Arc.Create
Description:
Creates a new geometric arc object based on center, radius, unit vectors, and angles.
Creates a new geometric arc object based on center, radius, unit vectors, 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(XYZ,Double,Double,Double,XYZ,XYZ)
-
centerThe center of the arc.
-
DoubleradiusThe radius of the arc.
-
DoublestartAngleThe start angle of the arc (in radians).
-
DoubleendAngleThe end angle of the arc (in radians).
-
xAxisThe x axis to define the arc plane. Must be normalized.
-
yAxisThe y axis to define the arc plane. Must be normalized.
-
A non-optional argument was NULL
-
xAxis is not length 1.0. -or- yAxis is not length 1.0. -or- The given value for radius must be between 0 and 30000 feet.
-
The vectors xAxis and yAxis are not perpendicular. -or- Start angle must be less than end angle. -or- Curve length is too small for Revit's tolerance (as identified by Application.ShortCurveTolerance).