AcGeEllipArc3d( const AcGePoint3d& cent, const AcGeVector3d& majorAxis, const AcGeVector3d& minorAxis, double majorRadius, double minorRadius );
|
Parameters |
Description |
|
const AcGePoint3d& cent |
Input ellipse center |
|
const AcGeVector3d& majorAxis |
Input ellipse major axis |
|
const AcGeVector3d& minorAxis |
Input ellipse minor axis |
|
double majorRadius |
Input ellipse major radius |
|
double minorRadius |
Input ellipse minor radius |
Constructs a full ellipse with the specified center, major and minor axes, and major and minor radii.