|
Open CASCADE Technology 6.5.2
|
Describes functions to build spheres or portions of spheres.
A MakeSphere object provides a framework for:
More...
#include <BRepPrimAPI_MakeSphere.hxx>

Public Member Functions | |
| void * | operator new (size_t, void *anAddress) |
| void * | operator new (size_t size) |
| void | operator delete (void *anAddress) |
| BRepPrimAPI_MakeSphere (const Standard_Real R) | |
| Make a sphere of radius R. | |
| BRepPrimAPI_MakeSphere (const Standard_Real R, const Standard_Real angle) | |
| Make a sphere of radius R. | |
| BRepPrimAPI_MakeSphere (const Standard_Real R, const Standard_Real angle1, const Standard_Real angle2) | |
| Make a sphere of radius R. | |
| BRepPrimAPI_MakeSphere (const Standard_Real R, const Standard_Real angle1, const Standard_Real angle2, const Standard_Real angle3) | |
| Make a sphere of radius R. | |
| BRepPrimAPI_MakeSphere (const gp_Pnt &Center, const Standard_Real R) | |
| Make a sphere of radius R. | |
| BRepPrimAPI_MakeSphere (const gp_Pnt &Center, const Standard_Real R, const Standard_Real angle) | |
| Make a sphere of radius R. | |
| BRepPrimAPI_MakeSphere (const gp_Pnt &Center, const Standard_Real R, const Standard_Real angle1, const Standard_Real angle2) | |
| Make a sphere of radius R. | |
| BRepPrimAPI_MakeSphere (const gp_Pnt &Center, const Standard_Real R, const Standard_Real angle1, const Standard_Real angle2, const Standard_Real angle3) | |
| Make a sphere of radius R. | |
| BRepPrimAPI_MakeSphere (const gp_Ax2 &Axis, const Standard_Real R) | |
| Make a sphere of radius R. | |
| BRepPrimAPI_MakeSphere (const gp_Ax2 &Axis, const Standard_Real R, const Standard_Real angle) | |
| Make a sphere of radius R. | |
| BRepPrimAPI_MakeSphere (const gp_Ax2 &Axis, const Standard_Real R, const Standard_Real angle1, const Standard_Real angle2) | |
| Make a sphere of radius R. | |
| BRepPrimAPI_MakeSphere (const gp_Ax2 &Axis, const Standard_Real R, const Standard_Real angle1, const Standard_Real angle2, const Standard_Real angle3) | |
| Make a sphere of radius R. //! For all algorithms The resulting shape is composed of | |
| Standard_Address | OneAxis () |
| Returns the algorithm. | |
| BRepPrim_Sphere & | Sphere () |
| Returns the algorithm. | |
| BRepPrimAPI_MakeSphere::BRepPrimAPI_MakeSphere | ( | const Standard_Real | R | ) |
| BRepPrimAPI_MakeSphere::BRepPrimAPI_MakeSphere | ( | const Standard_Real | R, |
| const Standard_Real | angle | ||
| ) |
| BRepPrimAPI_MakeSphere::BRepPrimAPI_MakeSphere | ( | const Standard_Real | R, |
| const Standard_Real | angle1, | ||
| const Standard_Real | angle2 | ||
| ) |
| BRepPrimAPI_MakeSphere::BRepPrimAPI_MakeSphere | ( | const Standard_Real | R, |
| const Standard_Real | angle1, | ||
| const Standard_Real | angle2, | ||
| const Standard_Real | angle3 | ||
| ) |
| BRepPrimAPI_MakeSphere::BRepPrimAPI_MakeSphere | ( | const gp_Pnt & | Center, |
| const Standard_Real | R | ||
| ) |
| BRepPrimAPI_MakeSphere::BRepPrimAPI_MakeSphere | ( | const gp_Pnt & | Center, |
| const Standard_Real | R, | ||
| const Standard_Real | angle | ||
| ) |
| BRepPrimAPI_MakeSphere::BRepPrimAPI_MakeSphere | ( | const gp_Pnt & | Center, |
| const Standard_Real | R, | ||
| const Standard_Real | angle1, | ||
| const Standard_Real | angle2 | ||
| ) |
| BRepPrimAPI_MakeSphere::BRepPrimAPI_MakeSphere | ( | const gp_Pnt & | Center, |
| const Standard_Real | R, | ||
| const Standard_Real | angle1, | ||
| const Standard_Real | angle2, | ||
| const Standard_Real | angle3 | ||
| ) |
| BRepPrimAPI_MakeSphere::BRepPrimAPI_MakeSphere | ( | const gp_Ax2 & | Axis, |
| const Standard_Real | R | ||
| ) |
| BRepPrimAPI_MakeSphere::BRepPrimAPI_MakeSphere | ( | const gp_Ax2 & | Axis, |
| const Standard_Real | R, | ||
| const Standard_Real | angle | ||
| ) |
| BRepPrimAPI_MakeSphere::BRepPrimAPI_MakeSphere | ( | const gp_Ax2 & | Axis, |
| const Standard_Real | R, | ||
| const Standard_Real | angle1, | ||
| const Standard_Real | angle2 | ||
| ) |
| BRepPrimAPI_MakeSphere::BRepPrimAPI_MakeSphere | ( | const gp_Ax2 & | Axis, |
| const Standard_Real | R, | ||
| const Standard_Real | angle1, | ||
| const Standard_Real | angle2, | ||
| const Standard_Real | angle3 | ||
| ) |
| Standard_Address BRepPrimAPI_MakeSphere::OneAxis | ( | ) | [virtual] |
Implements BRepPrimAPI_MakeOneAxis.
| void BRepPrimAPI_MakeSphere::operator delete | ( | void * | anAddress | ) | [inline] |
Reimplemented from BRepPrimAPI_MakeOneAxis.
| void* BRepPrimAPI_MakeSphere::operator new | ( | size_t | size | ) | [inline] |
Reimplemented from BRepPrimAPI_MakeOneAxis.
| void* BRepPrimAPI_MakeSphere::operator new | ( | size_t | , |
| void * | anAddress | ||
| ) | [inline] |
Reimplemented from BRepPrimAPI_MakeOneAxis.
| BRepPrim_Sphere& BRepPrimAPI_MakeSphere::Sphere | ( | ) |
1.7.4