#include <FeaturePartSection.h>
Public Member Functions | |
virtual Base::Type | getTypeId (void) const |
Section () | |
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 FeaturePartSection.h.
Section::Section | ( | void | ) |
Definition at line 38 of file FeaturePartSection.cpp.
void * Part::Section::create | ( | void | ) | [static] |
Reimplemented from Part::Boolean.
Definition at line 35 of file FeaturePartSection.cpp.
Base::Type Part::Section::getClassTypeId | ( | void | ) | [static] |
Reimplemented from Part::Boolean.
Definition at line 35 of file FeaturePartSection.cpp.
const App::PropertyData & Part::Section::getPropertyData | ( | void | ) | const [protected, virtual] |
Reimplemented from Part::Boolean.
Definition at line 35 of file FeaturePartSection.cpp.
const App::PropertyData * Part::Section::getPropertyDataPtr | ( | void | ) | [static, protected] |
Reimplemented from Part::Boolean.
Definition at line 35 of file FeaturePartSection.cpp.
Base::Type Part::Section::getTypeId | ( | void | ) | const [virtual] |
Reimplemented from Part::Boolean.
Definition at line 35 of file FeaturePartSection.cpp.
void Part::Section::init | ( | void | ) | [static] |
Reimplemented from Part::Boolean.
Definition at line 35 of file FeaturePartSection.cpp.
Referenced by initPart().
TopoDS_Shape Section::runOperation | ( | const TopoDS_Shape & | base, | |
const TopoDS_Shape & | tool | |||
) | const [protected, virtual] |
recalculate the Feature
Implements Part::Boolean.
Definition at line 42 of file FeaturePartSection.cpp.