|
Open CASCADE Technology 6.5.2
|
The abstract class MakeOneAxis is the root class of
algorithms used to construct rotational primitives.
#include <BRepPrimAPI_MakeOneAxis.hxx>

Public Member Functions | |
| void * | operator new (size_t, void *anAddress) |
| void * | operator new (size_t size) |
| void | operator delete (void *anAddress) |
| virtual Standard_Address | OneAxis ()=0 |
| The inherited commands should provide the algorithm. Returned as a pointer. | |
| virtual void | Build () |
| Stores the solid in myShape. | |
| const TopoDS_Face & | Face () |
| Returns the lateral face of the rotational primitive. | |
| operator TopoDS_Face () | |
| const TopoDS_Shell & | Shell () |
| Returns the constructed rotational primitive as a shell. | |
| operator TopoDS_Shell () | |
| const TopoDS_Solid & | Solid () |
| Returns the constructed rotational primitive as a solid. | |
| operator TopoDS_Solid () | |
| virtual void BRepPrimAPI_MakeOneAxis::Build | ( | ) | [virtual] |
Reimplemented from BRepBuilderAPI_MakeShape.
| const TopoDS_Face& BRepPrimAPI_MakeOneAxis::Face | ( | ) |
| virtual Standard_Address BRepPrimAPI_MakeOneAxis::OneAxis | ( | ) | [pure virtual] |
| void BRepPrimAPI_MakeOneAxis::operator delete | ( | void * | anAddress | ) | [inline] |
Reimplemented from BRepBuilderAPI_MakeShape.
Reimplemented in BRepPrimAPI_MakeCylinder, BRepPrimAPI_MakeCone, BRepPrimAPI_MakeSphere, BRepPrimAPI_MakeTorus, and BRepPrimAPI_MakeRevolution.
| void* BRepPrimAPI_MakeOneAxis::operator new | ( | size_t | size | ) | [inline] |
Reimplemented from BRepBuilderAPI_MakeShape.
Reimplemented in BRepPrimAPI_MakeCylinder, BRepPrimAPI_MakeCone, BRepPrimAPI_MakeSphere, BRepPrimAPI_MakeTorus, and BRepPrimAPI_MakeRevolution.
| void* BRepPrimAPI_MakeOneAxis::operator new | ( | size_t | , |
| void * | anAddress | ||
| ) | [inline] |
Reimplemented from BRepBuilderAPI_MakeShape.
Reimplemented in BRepPrimAPI_MakeCylinder, BRepPrimAPI_MakeCone, BRepPrimAPI_MakeSphere, BRepPrimAPI_MakeTorus, and BRepPrimAPI_MakeRevolution.
| BRepPrimAPI_MakeOneAxis::operator TopoDS_Face | ( | ) |
| BRepPrimAPI_MakeOneAxis::operator TopoDS_Shell | ( | ) |
| BRepPrimAPI_MakeOneAxis::operator TopoDS_Solid | ( | ) |
| const TopoDS_Shell& BRepPrimAPI_MakeOneAxis::Shell | ( | ) |
| const TopoDS_Solid& BRepPrimAPI_MakeOneAxis::Solid | ( | ) |
1.7.4