|
Open CASCADE Technology
6.9.0
|
#include <PGeom_ToroidalSurface.hxx>

Public Member Functions | |
| PGeom_ToroidalSurface () | |
| Creates a ToroidalSurface with default values. More... | |
| PGeom_ToroidalSurface (const gp_Ax3 &aPosition, const Standard_Real aMajorRadius, const Standard_Real aMinorRadius) | |
| Creates a ToroidalSurface with these values. More... | |
| void | MajorRadius (const Standard_Real aMajorRadius) |
| Set the field majorRadius with <aMajorRadius>. More... | |
| Standard_Real | MajorRadius () const |
| Returns the value of the field majorRadius. More... | |
| void | MinorRadius (const Standard_Real aMinorRadius) |
| Set the field minorRadius with <aMinorRadius>. More... | |
| Standard_Real | MinorRadius () const |
| Returns the value of the field minorRadius. More... | |
| PGeom_ToroidalSurface (const Storage_stCONSTclCOM &a) | |
| Standard_Real | _CSFDB_GetPGeom_ToroidalSurfacemajorRadius () const |
| void | _CSFDB_SetPGeom_ToroidalSurfacemajorRadius (const Standard_Real p) |
| Standard_Real | _CSFDB_GetPGeom_ToroidalSurfaceminorRadius () const |
| void | _CSFDB_SetPGeom_ToroidalSurfaceminorRadius (const Standard_Real p) |
Public Member Functions inherited from PGeom_ElementarySurface | |
| void | Position (const gp_Ax3 &aPosition) |
| Set the field position with <aPosition>. More... | |
| gp_Ax3 | Position () const |
| Returns the value of the field position. More... | |
| PGeom_ElementarySurface (const Storage_stCONSTclCOM &a) | |
| const gp_Ax3 & | _CSFDB_GetPGeom_ElementarySurfaceposition () const |
Public Member Functions inherited from PGeom_Surface | |
| PGeom_Surface (const Storage_stCONSTclCOM &a) | |
| PGeom_Surface () | |
Public Member Functions inherited from PGeom_Geometry | |
| PGeom_Geometry (const Storage_stCONSTclCOM &a) | |
| PGeom_Geometry () | |
Public Member Functions inherited from Standard_Persistent | |
| virtual Handle_Standard_Persistent | This () const |
| virtual void | Delete () const |
| virtual | ~Standard_Persistent () |
| Standard_Persistent & | operator= (const Standard_Persistent &) |
| Standard_Persistent () | |
| Standard_Persistent (const Standard_Persistent &) | |
| Standard_Persistent (const Storage_stCONSTclCOM &) | |
| virtual const Handle_Standard_Type & | DynamicType () const |
| Standard_Boolean | IsKind (const Handle_Standard_Type &) const |
| Standard_Boolean | IsInstance (const Handle_Standard_Type &) const |
| virtual Handle_Standard_Persistent | This () const |
| virtual void | Delete () const |
| virtual | ~Standard_Persistent () |
| Standard_Persistent & | operator= (const Standard_Persistent &) |
| Standard_Persistent () | |
| Standard_Persistent (const Standard_Persistent &) | |
| Standard_Persistent (const Storage_stCONSTclCOM &) | |
| virtual const Handle_Standard_Type & | DynamicType () const |
| Standard_Boolean | IsKind (const Handle_Standard_Type &) const |
| Standard_Boolean | IsInstance (const Handle_Standard_Type &) const |
Additional Inherited Members | |
Protected Member Functions inherited from PGeom_ElementarySurface | |
| PGeom_ElementarySurface () | |
| Initializes the field(s) with default value(s). More... | |
| PGeom_ElementarySurface (const gp_Ax3 &aPosition) | |
| Initializes the fields with these values. More... | |
Protected Attributes inherited from PGeom_ElementarySurface | |
| gp_Ax3 | position |
| PGeom_ToroidalSurface::PGeom_ToroidalSurface | ( | ) |
Creates a ToroidalSurface with default values.
| PGeom_ToroidalSurface::PGeom_ToroidalSurface | ( | const gp_Ax3 & | aPosition, |
| const Standard_Real | aMajorRadius, | ||
| const Standard_Real | aMinorRadius | ||
| ) |
Creates a ToroidalSurface with these values.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
| void PGeom_ToroidalSurface::MajorRadius | ( | const Standard_Real | aMajorRadius | ) |
Set the field majorRadius with <aMajorRadius>.
| Standard_Real PGeom_ToroidalSurface::MajorRadius | ( | ) | const |
Returns the value of the field majorRadius.
| void PGeom_ToroidalSurface::MinorRadius | ( | const Standard_Real | aMinorRadius | ) |
Set the field minorRadius with <aMinorRadius>.
| Standard_Real PGeom_ToroidalSurface::MinorRadius | ( | ) | const |
Returns the value of the field minorRadius.
1.8.5