Public Member Functions |
DEFINE_STANDARD_ALLOC | 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.
|