#include <BRepPrim_Sphere.hxx>
Inheritance diagram for BRepPrim_Sphere:
Public Member Functions | |
void * | operator new (size_t, void *anAddress) |
void * | operator new (size_t size) |
void | operator delete (void *anAddress) |
Standard_EXPORT | BRepPrim_Sphere (const Standard_Real Radius) |
Creates a Sphere at origin with Radius. The axes of the sphere are the reference axes. An error is raised if the radius is < Resolution. . | |
Standard_EXPORT | BRepPrim_Sphere (const gp_Pnt &Center, const Standard_Real Radius) |
Creates a Sphere with Center and Radius. Axes are the referrence axes. This is the STEP constructor. . | |
Standard_EXPORT | BRepPrim_Sphere (const gp_Ax2 &Axes, const Standard_Real Radius) |
Creates a sphere with given axes system. . | |
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. |
|
|
|
|