Method |
Description |
Arc.Arc ()
|
Default constructor. Initializes the normal to (0,0,1), the center point to (0,0,0), the radius, start, and end angles to 0.0.... more
|
Arc.Arc (Point3d, double, double, double)
|
This constructor creates an arc using the values passed in. center must be in WCS coordinates. The arc is initialized... more
|
Arc.Arc (Point3d, Vector3d, double, double, double)
|
This constructor creates an arc using the values passed in. center must be in WCS coordinates. The arc is initialized... more
|