Share

AcGeEllipArc3d::AcGeEllipArc3d

C++

GE_DLLEXPIMPORT AcGeEllipArc3d(
    const AcGePoint3d& cent, 
    const AcGeVector3d& majorAxis, 
    const AcGeVector3d& minorAxis, 
    double majorRadius, 
    double minorRadius
);

Description

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

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

Links

AcGeEllipArc3d

Was this information helpful?