The TransformDemolding class. More...
#include <FeatureMeshTransformDemolding.h>
Public Member Functions | |
virtual Base::Type | getTypeId (void) const |
TransformDemolding () | |
methods overide Feature | |
virtual App::DocumentObjectExecReturn * | execute (void) |
recalculate the Feature | |
virtual 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 | |
App::PropertyVector | Axis |
App::PropertyFloat | Rotation |
App::PropertyLink | Source |
Protected Member Functions | |
virtual const App::PropertyData & | getPropertyData (void) const |
Static Protected Member Functions | |
static const App::PropertyData * | getPropertyDataPtr (void) |
The TransformDemolding class.
Definition at line 40 of file FeatureMeshTransformDemolding.h.
TransformDemolding::TransformDemolding | ( | void | ) |
Definition at line 45 of file FeatureMeshTransformDemolding.cpp.
References ADD_PROPERTY.
void * Mesh::TransformDemolding::create | ( | void | ) | [static] |
Reimplemented from Mesh::Transform.
Definition at line 42 of file FeatureMeshTransformDemolding.cpp.
App::DocumentObjectExecReturn * TransformDemolding::execute | ( | void | ) | [virtual] |
recalculate the Feature
Reimplemented from Mesh::Transform.
Definition at line 52 of file FeatureMeshTransformDemolding.cpp.
References App::DocumentObject::StdReturn.
Base::Type Mesh::TransformDemolding::getClassTypeId | ( | void | ) | [static] |
Reimplemented from Mesh::Transform.
Definition at line 42 of file FeatureMeshTransformDemolding.cpp.
const App::PropertyData & Mesh::TransformDemolding::getPropertyData | ( | void | ) | const [protected, virtual] |
Reimplemented from Mesh::Transform.
Definition at line 42 of file FeatureMeshTransformDemolding.cpp.
const App::PropertyData * Mesh::TransformDemolding::getPropertyDataPtr | ( | void | ) | [static, protected] |
Reimplemented from Mesh::Transform.
Definition at line 42 of file FeatureMeshTransformDemolding.cpp.
Base::Type Mesh::TransformDemolding::getTypeId | ( | void | ) | const [virtual] |
Reimplemented from Mesh::Transform.
Definition at line 42 of file FeatureMeshTransformDemolding.cpp.
virtual const char* Mesh::TransformDemolding::getViewProviderName | ( | void | ) | const [inline, virtual] |
returns the type name of the ViewProvider
Reimplemented from Mesh::Transform.
Definition at line 56 of file FeatureMeshTransformDemolding.h.
void Mesh::TransformDemolding::init | ( | void | ) | [static] |
Reimplemented from Mesh::Transform.
Definition at line 42 of file FeatureMeshTransformDemolding.cpp.
Referenced by initMesh().
Definition at line 49 of file FeatureMeshTransformDemolding.h.
Definition at line 48 of file FeatureMeshTransformDemolding.h.
Reimplemented from Mesh::Transform.
Definition at line 47 of file FeatureMeshTransformDemolding.h.