Parameters |
Description |
const OdGePoint3d& center |
[in] The center of the elliptical arc. |
const OdGeVector3d& majorAxis |
[in] The major axis of the elliptical arc. |
const OdGeVector3d& minorAxis |
[in] The minor axis of the elliptical arc. |
double majorRadius |
[in] The major radius of the elliptical arc. |
double minorRadius |
[in] The minor radius of the elliptical arc. |
double startAng |
[in] Starting angle of the elliptical arc. |
double endAng |
[in] Ending angle of the elliptical arc. |
Sets the parameters for this elliptical arc according to the arguments, and returns a reference to this elliptical arc.
All angles are expressed in radians.
Copyright © 2002–2020. Open Design Alliance. All rights reserved.
|