Open CASCADE Technology 6.6.0
|
The abstract class MakeOneAxis is the root class of
algorithms used to construct rotational primitives.
#include <BRepPrimAPI_MakeOneAxis.hxx>
Public Member Functions | |
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] |
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 | ( | ) |