#include <FeaturePartCut.h>
Public Member Functions | |
Cut () | |
virtual Base::Type | getTypeId (void) const |
Static Public Member Functions | |
static void * | create (void) |
static Base::Type | getClassTypeId (void) |
static void | init (void) |
Protected Member Functions | |
virtual const App::PropertyData & | getPropertyData (void) const |
methods overide Feature | |
TopoDS_Shape | runOperation (const TopoDS_Shape &, const TopoDS_Shape &) const |
recalculate the Feature | |
Static Protected Member Functions | |
static const App::PropertyData * | getPropertyDataPtr (void) |
Definition at line 34 of file FeaturePartCut.h.
Cut::Cut | ( | void | ) |
Definition at line 39 of file FeaturePartCut.cpp.
void * Part::Cut::create | ( | void | ) | [static] |
Reimplemented from Part::Boolean.
Definition at line 36 of file FeaturePartCut.cpp.
Base::Type Part::Cut::getClassTypeId | ( | void | ) | [static] |
Reimplemented from Part::Boolean.
Definition at line 36 of file FeaturePartCut.cpp.
const App::PropertyData & Part::Cut::getPropertyData | ( | void | ) | const [protected, virtual] |
Reimplemented from Part::Boolean.
Definition at line 36 of file FeaturePartCut.cpp.
const App::PropertyData * Part::Cut::getPropertyDataPtr | ( | void | ) | [static, protected] |
Reimplemented from Part::Boolean.
Definition at line 36 of file FeaturePartCut.cpp.
Base::Type Part::Cut::getTypeId | ( | void | ) | const [virtual] |
Reimplemented from Part::Boolean.
Definition at line 36 of file FeaturePartCut.cpp.
void Part::Cut::init | ( | void | ) | [static] |
Reimplemented from Part::Boolean.
Definition at line 36 of file FeaturePartCut.cpp.
Referenced by initPart().
TopoDS_Shape Cut::runOperation | ( | const TopoDS_Shape & | base, | |
const TopoDS_Shape & | tool | |||
) | const [protected, virtual] |