|
Open CASCADE Technology 6.5.2
|
The abstract class MakeSweep is
the root class of swept primitives.
Sweeps are objects you obtain by sweeping a profile along a path.
The profile can be any topology and the path is usually a curve or
a wire. The profile generates objects according to the following rules:
More...
#include <BRepPrimAPI_MakeSweep.hxx>

Public Member Functions | |
| void * | operator new (size_t, void *anAddress) |
| void * | operator new (size_t size) |
| void | operator delete (void *anAddress) |
| virtual TopoDS_Shape | FirstShape ()=0 |
| Returns the TopoDS Shape of the bottom of the sweep. | |
| virtual TopoDS_Shape | LastShape ()=0 |
| Returns the TopoDS Shape of the top of the sweep. | |
| virtual TopoDS_Shape BRepPrimAPI_MakeSweep::FirstShape | ( | ) | [pure virtual] |
Implemented in BRepPrimAPI_MakePrism, BRepPrimAPI_MakeRevol, BRepOffsetAPI_MakePipe, and BRepOffsetAPI_MakePipeShell.
| virtual TopoDS_Shape BRepPrimAPI_MakeSweep::LastShape | ( | ) | [pure virtual] |
Implemented in BRepPrimAPI_MakePrism, BRepPrimAPI_MakeRevol, BRepOffsetAPI_MakePipe, and BRepOffsetAPI_MakePipeShell.
| void BRepPrimAPI_MakeSweep::operator delete | ( | void * | anAddress | ) | [inline] |
Reimplemented from BRepBuilderAPI_MakeShape.
Reimplemented in BRepPrimAPI_MakePrism, BRepPrimAPI_MakeRevol, BRepOffsetAPI_MakePipe, and BRepOffsetAPI_MakePipeShell.
| void* BRepPrimAPI_MakeSweep::operator new | ( | size_t | , |
| void * | anAddress | ||
| ) | [inline] |
Reimplemented from BRepBuilderAPI_MakeShape.
Reimplemented in BRepPrimAPI_MakePrism, BRepPrimAPI_MakeRevol, BRepOffsetAPI_MakePipe, and BRepOffsetAPI_MakePipeShell.
| void* BRepPrimAPI_MakeSweep::operator new | ( | size_t | size | ) | [inline] |
Reimplemented from BRepBuilderAPI_MakeShape.
Reimplemented in BRepPrimAPI_MakePrism, BRepPrimAPI_MakeRevol, BRepOffsetAPI_MakePipe, and BRepOffsetAPI_MakePipeShell.
1.7.4