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

Public Member Functions | |
| virtual DEFINE_STANDARD_ALLOC 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.
| virtual DEFINE_STANDARD_ALLOC Standard_Address BRepPrimAPI_MakeOneAxis::OneAxis | ( | ) | [pure virtual] |
| BRepPrimAPI_MakeOneAxis::operator TopoDS_Face | ( | ) |
| BRepPrimAPI_MakeOneAxis::operator TopoDS_Shell | ( | ) |
| BRepPrimAPI_MakeOneAxis::operator TopoDS_Solid | ( | ) |
1.8.0