Method |
Description |
EllipticalArc3d.EllipticalArc3d ()
|
Default constructor. Constructs full ellipse centered at origin (0,0,0) with X and Y axis for major and minor axes respectively.... more
|
EllipticalArc3d.EllipticalArc3d (Point3d, Vector3d, Vector3d, double, double)
|
Constructs a full ellipse with the specified center, major and minor axes, and major and minor radii. |
EllipticalArc3d.EllipticalArc3d (Point3d, Vector3d, Vector3d, double, double, double, double)
|
Constructs an ellipse with the specified center, major and minor axes, major and minor radii, and start and end angles.... more
|