AcGeEllipArc3d::AcGeEllipArc3d

C++
AcGeEllipArc3d(
    const AcGePoint3d& cent, 
    const AcGeVector3d& majorAxis, 
    const AcGeVector3d& minorAxis, 
    double majorRadius, 
    double minorRadius
);
Parameters
Parameters 
Description 
cent 
Input ellipse center 
majorAxis 
Input ellipse major axis 
minorAxis 
Input ellipse minor axis 
majorRadius 
Input ellipse major radius 
minorRadius 
Input ellipse minor radius 
Description

Constructs a full ellipse with the specified center, major and minor axes, and major and minor radii.  

 

Links