NX Open C++ Reference Guide
|
Represents an ellipse curve. More...
Public Member Functions | |
double | EndAngle () |
Returns the end angle. | |
double | MajorRadius () |
Returns the major radius. | |
double | MinorRadius () |
Returns the minor radius. | |
double | StartAngle () |
Returns the start angle. |
Represents an ellipse curve.
The start and end angles are measured relative to the X and Y axes of the orientation matrix of the conic.
To create a new instance of this class, use CurveCollection::CreateEllipse
Created in NX3.0.0.
double NXOpen::Ellipse::EndAngle | ( | ) |
Returns the end angle.
Created in NX3.0.0.
License requirements : None
double NXOpen::Ellipse::MajorRadius | ( | ) |
Returns the major radius.
Created in NX3.0.0.
License requirements : None
double NXOpen::Ellipse::MinorRadius | ( | ) |
Returns the minor radius.
Created in NX3.0.0.
License requirements : None
double NXOpen::Ellipse::StartAngle | ( | ) |
Returns the start angle.
Created in NX3.0.0.
License requirements : None