#include <BRepPrim_Cylinder.hxx>
Inheritance diagram for BRepPrim_Cylinder:
Public Member Functions | |
void * | operator new (size_t, void *anAddress) |
void * | operator new (size_t size) |
void | operator delete (void *anAddress) |
Standard_EXPORT | BRepPrim_Cylinder (const gp_Ax2 &Position, const Standard_Real Radius, const Standard_Real Height) |
the STEP definition Position : center of a Face and Axis Radius : radius of cylinder Height : distance between faces on positive side Errors : Height < Resolution Radius < Resolution | |
Standard_EXPORT | BRepPrim_Cylinder (const Standard_Real Radius) |
infinite Cylinder at origin on Z negative | |
Standard_EXPORT | BRepPrim_Cylinder (const gp_Pnt &Center, const Standard_Real Radius) |
infinite Cylinder at Center on Z negative | |
Standard_EXPORT | BRepPrim_Cylinder (const gp_Ax2 &Axes, const Standard_Real Radius) |
infinite Cylinder at Axes on Z negative | |
Standard_EXPORT | BRepPrim_Cylinder (const Standard_Real R, const Standard_Real H) |
create a Cylinder at origin on Z axis, of height H and radius R Error : Radius < Resolution H < Resolution H negative | |
Standard_EXPORT | BRepPrim_Cylinder (const gp_Pnt &Center, const Standard_Real R, const Standard_Real H) |
same as above but at a given point | |
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 | myRadius |
|
|
|
|
|
|
|
|
|
|
|
|
|
Reimplemented from BRepPrim_Revolution. |
|
Reimplemented from BRepPrim_Revolution. |
|
Reimplemented from BRepPrim_Revolution. |
|
Reimplemented from BRepPrim_Revolution. |
|
|
|
|