Open CASCADE Technology 7.8.0
|
Describes functions to build spheres or portions of spheres. A MakeSphere object provides a framework for: More...
#include <BRepPrimAPI_MakeSphere.hxx>
Additional Inherited Members | |
![]() | |
BRepBuilderAPI_MakeShape () | |
![]() | |
BRepBuilderAPI_Command () | |
Set done to False. | |
void | Done () |
Set done to true. | |
void | NotDone () |
Set done to false. | |
![]() | |
TopoDS_Shape | myShape |
TopTools_ListOfShape | myGenerated |
Describes functions to build spheres or portions of spheres. A MakeSphere object provides a framework for:
BRepPrimAPI_MakeSphere::BRepPrimAPI_MakeSphere | ( | const Standard_Real | R | ) |
Make a sphere.
R | [in] sphere radius |
BRepPrimAPI_MakeSphere::BRepPrimAPI_MakeSphere | ( | const Standard_Real | R, |
const Standard_Real | angle | ||
) |
Make a sphere (spherical wedge).
R | [in] sphere radius |
angle | [in] angle between the radii lying within the bounding semidisks |
BRepPrimAPI_MakeSphere::BRepPrimAPI_MakeSphere | ( | const Standard_Real | R, |
const Standard_Real | angle1, | ||
const Standard_Real | angle2 | ||
) |
Make a sphere (spherical segment).
R | [in] sphere radius |
angle1 | [in] first angle defining a spherical segment |
angle2 | [in] second angle defining a spherical segment |
BRepPrimAPI_MakeSphere::BRepPrimAPI_MakeSphere | ( | const Standard_Real | R, |
const Standard_Real | angle1, | ||
const Standard_Real | angle2, | ||
const Standard_Real | angle3 | ||
) |
Make a sphere (spherical segment).
R | [in] sphere radius |
angle1 | [in] first angle defining a spherical segment |
angle2 | [in] second angle defining a spherical segment |
angle3 | [in] angle between the radii lying within the bounding semidisks |
BRepPrimAPI_MakeSphere::BRepPrimAPI_MakeSphere | ( | const gp_Pnt & | Center, |
const Standard_Real | R | ||
) |
Make a sphere.
Center | [in] sphere center coordinates |
R | [in] sphere radius |
BRepPrimAPI_MakeSphere::BRepPrimAPI_MakeSphere | ( | const gp_Pnt & | Center, |
const Standard_Real | R, | ||
const Standard_Real | angle | ||
) |
Make a sphere (spherical wedge).
Center | [in] sphere center coordinates |
R | [in] sphere radius |
angle | [in] angle between the radii lying within the bounding semidisks |
BRepPrimAPI_MakeSphere::BRepPrimAPI_MakeSphere | ( | const gp_Pnt & | Center, |
const Standard_Real | R, | ||
const Standard_Real | angle1, | ||
const Standard_Real | angle2 | ||
) |
Make a sphere (spherical segment).
Center | [in] sphere center coordinates |
R | [in] sphere radius |
angle1 | [in] first angle defining a spherical segment |
angle2 | [in] second angle defining a spherical segment |
BRepPrimAPI_MakeSphere::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 (spherical segment).
Center | [in] sphere center coordinates |
R | [in] sphere radius |
angle1 | [in] first angle defining a spherical segment |
angle2 | [in] second angle defining a spherical segment |
angle3 | [in] angle between the radii lying within the bounding semidisks |
BRepPrimAPI_MakeSphere::BRepPrimAPI_MakeSphere | ( | const gp_Ax2 & | Axis, |
const Standard_Real | R | ||
) |
Make a sphere.
Axis | [in] coordinate system for the construction of the sphere |
R | [in] sphere radius |
BRepPrimAPI_MakeSphere::BRepPrimAPI_MakeSphere | ( | const gp_Ax2 & | Axis, |
const Standard_Real | R, | ||
const Standard_Real | angle | ||
) |
Make a sphere (spherical wedge).
Axis | [in] coordinate system for the construction of the sphere |
R | [in] sphere radius |
angle | [in] angle between the radii lying within the bounding semidisks |
BRepPrimAPI_MakeSphere::BRepPrimAPI_MakeSphere | ( | const gp_Ax2 & | Axis, |
const Standard_Real | R, | ||
const Standard_Real | angle1, | ||
const Standard_Real | angle2 | ||
) |
Make a sphere (spherical segment).
Axis | [in] coordinate system for the construction of the sphere |
R | [in] sphere radius |
angle1 | [in] first angle defining a spherical segment |
angle2 | [in] second angle defining a spherical segment |
BRepPrimAPI_MakeSphere::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.
|
virtual |
Returns the algorithm.
Implements BRepPrimAPI_MakeOneAxis.
BRepPrim_Sphere & BRepPrimAPI_MakeSphere::Sphere | ( | ) |
Returns the algorithm.