|
Open CASCADE Technology 6.5.2
|
#include <PGeom_Ellipse.hxx>

Public Member Functions | |
| PGeom_Ellipse () | |
| Creates an ellipse with default values. | |
| PGeom_Ellipse (const gp_Ax2 &aPosition, const Standard_Real aMajorRadius, const Standard_Real aMinorRadius) | |
| Creates an Ellipse with <aPosition>, <aMajorRadius> and <aMinorRadius> as field values. The major radius of the ellipse is on the "XAxis" and the minor radius of the ellipse is on the "YAxis". | |
| void | MajorRadius (const Standard_Real aMajorRadius) |
| Set the value of the field majorRadius with <aMajorRadius>. | |
| Standard_Real | MajorRadius () const |
| Returns the value of the field majorRadius. | |
| void | MinorRadius (const Standard_Real aMinorRadius) |
| Set the value of the field minorRadius with <aMinorRadius>. | |
| Standard_Real | MinorRadius () const |
| Returns the value of the field minorRadius. | |
| PGeom_Ellipse (const Storage_stCONSTclCOM &a) | |
| Standard_Real | _CSFDB_GetPGeom_EllipsemajorRadius () const |
| void | _CSFDB_SetPGeom_EllipsemajorRadius (const Standard_Real p) |
| Standard_Real | _CSFDB_GetPGeom_EllipseminorRadius () const |
| void | _CSFDB_SetPGeom_EllipseminorRadius (const Standard_Real p) |
| PGeom_Ellipse::PGeom_Ellipse | ( | ) |
| PGeom_Ellipse::PGeom_Ellipse | ( | const gp_Ax2 & | aPosition, |
| const Standard_Real | aMajorRadius, | ||
| const Standard_Real | aMinorRadius | ||
| ) |
| PGeom_Ellipse::PGeom_Ellipse | ( | const Storage_stCONSTclCOM & | a | ) | [inline] |
| Standard_Real PGeom_Ellipse::_CSFDB_GetPGeom_EllipsemajorRadius | ( | ) | const [inline] |
| Standard_Real PGeom_Ellipse::_CSFDB_GetPGeom_EllipseminorRadius | ( | ) | const [inline] |
| void PGeom_Ellipse::_CSFDB_SetPGeom_EllipsemajorRadius | ( | const Standard_Real | p | ) | [inline] |
| void PGeom_Ellipse::_CSFDB_SetPGeom_EllipseminorRadius | ( | const Standard_Real | p | ) | [inline] |
| Standard_Real PGeom_Ellipse::MajorRadius | ( | ) | const |
| void PGeom_Ellipse::MajorRadius | ( | const Standard_Real | aMajorRadius | ) |
| Standard_Real PGeom_Ellipse::MinorRadius | ( | ) | const |
| void PGeom_Ellipse::MinorRadius | ( | const Standard_Real | aMinorRadius | ) |
1.7.4