#include <BRepPrim_Torus.hxx>
Inheritance diagram for BRepPrim_Torus:
Public Member Functions | |
void * | operator new (size_t, void *anAddress) |
void * | operator new (size_t size) |
void | operator delete (void *anAddress) |
Standard_EXPORT | BRepPrim_Torus (const gp_Ax2 &Position, const Standard_Real Major, const Standard_Real Minor) |
the STEP definition Position : center and axes Major, Minor : Radii Errors : Major < Resolution Minor < Resolution | |
Standard_EXPORT | BRepPrim_Torus (const Standard_Real Major, const Standard_Real Minor) |
Torus centered at origin . | |
Standard_EXPORT | BRepPrim_Torus (const gp_Pnt &Center, const Standard_Real Major, const Standard_Real Minor) |
Torus at Center . | |
virtual Standard_EXPORT TopoDS_Face | MakeEmptyLateralFace () const |
The surface normal should be directed towards the outside. . | |
Private Member Functions | |
Standard_EXPORT void | SetMeridian () |
Private Attributes | |
Standard_Real | myMajor |
Standard_Real | myMinor |
|
|
|
|
|
|
|
Reimplemented from BRepPrim_Revolution. |
|
Reimplemented from BRepPrim_Revolution. |
|
Reimplemented from BRepPrim_Revolution. |
|
Reimplemented from BRepPrim_Revolution. |
|
|
|
|
|
|