#include <FeatureGeometrySet.h>
Public Member Functions | |
FeatureGeometrySet () | |
virtual Base::Type | getTypeId (void) const |
methods overide Feature | |
App::DocumentObjectExecReturn * | execute (void) |
recalculate the Feature | |
const char * | getViewProviderName (void) const |
returns the type name of the ViewProvider | |
Static Public Member Functions | |
static void * | create (void) |
static Base::Type | getClassTypeId (void) |
static void | init (void) |
Public Attributes | |
PropertyGeometryList | GeometrySet |
Protected Member Functions | |
virtual const App::PropertyData & | getPropertyData (void) const |
Static Protected Member Functions | |
static const App::PropertyData * | getPropertyDataPtr (void) |
Definition at line 36 of file FeatureGeometrySet.h.
FeatureGeometrySet::FeatureGeometrySet | ( | ) |
Definition at line 39 of file FeatureGeometrySet.cpp.
References ADD_PROPERTY.
void * Part::FeatureGeometrySet::create | ( | void | ) | [static] |
Reimplemented from Part::Feature.
Definition at line 36 of file FeatureGeometrySet.cpp.
App::DocumentObjectExecReturn * FeatureGeometrySet::execute | ( | void | ) | [virtual] |
recalculate the Feature
Reimplemented from Part::Feature.
Definition at line 45 of file FeatureGeometrySet.cpp.
References Part::TopoShape::_Shape, Part::TopoShape::fuse(), GeometrySet, Part::PropertyGeometryList::getValues(), result, Part::PropertyPartShape::setValue(), Part::Feature::Shape, and App::DocumentObject::StdReturn.
Base::Type Part::FeatureGeometrySet::getClassTypeId | ( | void | ) | [static] |
Reimplemented from Part::Feature.
Definition at line 36 of file FeatureGeometrySet.cpp.
const App::PropertyData & Part::FeatureGeometrySet::getPropertyData | ( | void | ) | const [protected, virtual] |
Reimplemented from Part::Feature.
Definition at line 36 of file FeatureGeometrySet.cpp.
const App::PropertyData * Part::FeatureGeometrySet::getPropertyDataPtr | ( | void | ) | [static, protected] |
Reimplemented from Part::Feature.
Definition at line 36 of file FeatureGeometrySet.cpp.
Base::Type Part::FeatureGeometrySet::getTypeId | ( | void | ) | const [virtual] |
Reimplemented from Part::Feature.
Definition at line 36 of file FeatureGeometrySet.cpp.
const char* Part::FeatureGeometrySet::getViewProviderName | ( | void | ) | const [inline, virtual] |
returns the type name of the ViewProvider
Reimplemented from Part::Feature.
Definition at line 50 of file FeatureGeometrySet.h.
void Part::FeatureGeometrySet::init | ( | void | ) | [static] |
Reimplemented from Part::Feature.
Definition at line 36 of file FeatureGeometrySet.cpp.
Referenced by initPart().
Definition at line 43 of file FeatureGeometrySet.h.
Referenced by execute().