The Import class reads the any supported mesh format into the FreeCAD workspace. More...
#include <FeatureMeshImport.h>
Public Member Functions | |
virtual Base::Type | getTypeId (void) const |
Import () | |
methods overide Feature | |
App::DocumentObjectExecReturn * | execute (void) |
recalculate the Feature | |
short | mustExecute (void) const |
mustExecute We call this method to check if the object was modified to be invoked. | |
Static Public Member Functions | |
static void * | create (void) |
static Base::Type | getClassTypeId (void) |
static void | init (void) |
Public Attributes | |
App::PropertyFile | FileName |
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 40 of file FeatureMeshImport.h.
Mesh::Import::Import | ( | void | ) |
Definition at line 42 of file FeatureMeshImport.cpp.
References ADD_PROPERTY.
void * Mesh::Import::create | ( | void | ) | [static] |
Reimplemented from Mesh::Feature.
Definition at line 39 of file FeatureMeshImport.cpp.
App::DocumentObjectExecReturn * Mesh::Import::execute | ( | void | ) | [virtual] |
recalculate the Feature
Reimplemented from Mesh::Feature.
Definition at line 54 of file FeatureMeshImport.cpp.
References FileName, App::PropertyString::getValue(), Mesh::Feature::Mesh, Mesh::PropertyMeshKernel::setValuePtr(), and App::DocumentObject::StdReturn.
Base::Type Mesh::Import::getClassTypeId | ( | void | ) | [static] |
Reimplemented from Mesh::Feature.
Definition at line 39 of file FeatureMeshImport.cpp.
const App::PropertyData & Mesh::Import::getPropertyData | ( | void | ) | const [protected, virtual] |
Reimplemented from Mesh::Feature.
Definition at line 39 of file FeatureMeshImport.cpp.
const App::PropertyData * Mesh::Import::getPropertyDataPtr | ( | void | ) | [static, protected] |
Reimplemented from Mesh::Feature.
Definition at line 39 of file FeatureMeshImport.cpp.
Base::Type Mesh::Import::getTypeId | ( | void | ) | const [virtual] |
Reimplemented from Mesh::Feature.
Definition at line 39 of file FeatureMeshImport.cpp.
void Mesh::Import::init | ( | void | ) | [static] |
Reimplemented from Mesh::Feature.
Definition at line 39 of file FeatureMeshImport.cpp.
Referenced by initMesh().
short Mesh::Import::mustExecute | ( | void | ) | const [virtual] |
mustExecute We call this method to check if the object was modified to be invoked.
If the object label or an argument is modified. If we must recompute the object - to call the method execute(). 0: no recompution is needed 1: recompution needed -1: the document examine all links of this object and if one is touched -> recompute
Reimplemented from App::DocumentObject.
Definition at line 47 of file FeatureMeshImport.cpp.
References FileName, and App::Property::isTouched().
Definition at line 47 of file FeatureMeshImport.h.
Referenced by execute(), and mustExecute().