The Import class reads the any supported mesh format into the FreeCAD workspace. More...
#include <FeatureMeshTransform.h>
Public Member Functions | |
virtual Base::Type | getTypeId (void) const |
Transform () | |
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::PropertyMatrix | Position |
App::PropertyLink | Source |
Protected Member Functions | |
virtual const App::PropertyData & | getPropertyData (void) const |
Static Protected Member Functions | |
static const App::PropertyData * | getPropertyDataPtr (void) |
The Import class reads the any supported mesh format into the FreeCAD workspace.
Definition at line 41 of file FeatureMeshTransform.h.
Transform::Transform | ( | void | ) |
Definition at line 44 of file FeatureMeshTransform.cpp.
References ADD_PROPERTY.
void * Mesh::Transform::create | ( | void | ) | [static] |
Reimplemented from Mesh::Feature.
Reimplemented in Mesh::TransformDemolding.
Definition at line 41 of file FeatureMeshTransform.cpp.
App::DocumentObjectExecReturn * Transform::execute | ( | void | ) | [virtual] |
recalculate the Feature
Reimplemented from Mesh::Feature.
Reimplemented in Mesh::TransformDemolding.
Definition at line 50 of file FeatureMeshTransform.cpp.
References App::DocumentObject::StdReturn.
Base::Type Mesh::Transform::getClassTypeId | ( | void | ) | [static] |
Reimplemented from Mesh::Feature.
Reimplemented in Mesh::TransformDemolding.
Definition at line 41 of file FeatureMeshTransform.cpp.
const App::PropertyData & Mesh::Transform::getPropertyData | ( | void | ) | const [protected, virtual] |
Reimplemented from Mesh::Feature.
Reimplemented in Mesh::TransformDemolding.
Definition at line 41 of file FeatureMeshTransform.cpp.
const App::PropertyData * Mesh::Transform::getPropertyDataPtr | ( | void | ) | [static, protected] |
Reimplemented from Mesh::Feature.
Reimplemented in Mesh::TransformDemolding.
Definition at line 41 of file FeatureMeshTransform.cpp.
Base::Type Mesh::Transform::getTypeId | ( | void | ) | const [virtual] |
Reimplemented from Mesh::Feature.
Reimplemented in Mesh::TransformDemolding.
Definition at line 41 of file FeatureMeshTransform.cpp.
virtual const char* Mesh::Transform::getViewProviderName | ( | void | ) | const [inline, virtual] |
returns the type name of the ViewProvider
Reimplemented from Mesh::Feature.
Reimplemented in Mesh::TransformDemolding.
Definition at line 57 of file FeatureMeshTransform.h.
void Mesh::Transform::init | ( | void | ) | [static] |
Reimplemented from Mesh::Feature.
Reimplemented in Mesh::TransformDemolding.
Definition at line 41 of file FeatureMeshTransform.cpp.
Referenced by initMesh().
Definition at line 49 of file FeatureMeshTransform.h.
Reimplemented in Mesh::TransformDemolding.
Definition at line 48 of file FeatureMeshTransform.h.