#include <FeatureSubtractive.h>
Public Member Functions | |
virtual Base::Type | getTypeId (void) const |
Subtractive () | |
Static Public Member Functions | |
static void * | create (void) |
static Base::Type | getClassTypeId (void) |
static void | init (void) |
Public Attributes | |
Part::PropertyPartShape | SubShape |
Protected Member Functions | |
virtual const App::PropertyData & | getPropertyData (void) const |
Static Protected Member Functions | |
static const App::PropertyData * | getPropertyDataPtr (void) |
Definition at line 35 of file FeatureSubtractive.h.
PartDesign::Subtractive::Subtractive | ( | ) |
Definition at line 39 of file FeatureSubtractive.cpp.
References ADD_PROPERTY.
void * PartDesign::Subtractive::create | ( | void | ) | [static] |
Reimplemented from PartDesign::SketchBased.
Reimplemented in PartDesign::Hole, and PartDesign::Pocket.
Definition at line 37 of file FeatureSubtractive.cpp.
Base::Type PartDesign::Subtractive::getClassTypeId | ( | void | ) | [static] |
Reimplemented from PartDesign::SketchBased.
Reimplemented in PartDesign::Hole, and PartDesign::Pocket.
Definition at line 37 of file FeatureSubtractive.cpp.
const App::PropertyData & PartDesign::Subtractive::getPropertyData | ( | void | ) | const [protected, virtual] |
Reimplemented from PartDesign::SketchBased.
Reimplemented in PartDesign::Hole, and PartDesign::Pocket.
Definition at line 37 of file FeatureSubtractive.cpp.
const App::PropertyData * PartDesign::Subtractive::getPropertyDataPtr | ( | void | ) | [static, protected] |
Reimplemented from PartDesign::SketchBased.
Reimplemented in PartDesign::Hole, and PartDesign::Pocket.
Definition at line 37 of file FeatureSubtractive.cpp.
Base::Type PartDesign::Subtractive::getTypeId | ( | void | ) | const [virtual] |
Reimplemented from PartDesign::SketchBased.
Reimplemented in PartDesign::Hole, and PartDesign::Pocket.
Definition at line 37 of file FeatureSubtractive.cpp.
void PartDesign::Subtractive::init | ( | void | ) | [static] |
Reimplemented from PartDesign::SketchBased.
Reimplemented in PartDesign::Hole, and PartDesign::Pocket.
Definition at line 37 of file FeatureSubtractive.cpp.
Referenced by initPartDesign().
Definition at line 42 of file FeatureSubtractive.h.