#include <FeaturePartCurveNet.h>
Public Member Functions | |
| CurveNet () | |
| 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 | |
| short | mustExecute () 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::PropertyString | FileName |
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 FeaturePartCurveNet.h.
| CurveNet::CurveNet | ( | ) |
Definition at line 38 of file FeaturePartCurveNet.cpp.
References ADD_PROPERTY.
| void * Part::CurveNet::create | ( | void | ) | [static] |
Reimplemented from Part::Feature.
Definition at line 36 of file FeaturePartCurveNet.cpp.
| App::DocumentObjectExecReturn * CurveNet::execute | ( | void | ) | [virtual] |
recalculate the Feature
Reimplemented from Part::Feature.
Definition at line 50 of file FeaturePartCurveNet.cpp.
References Base::Console(), draftlibs::dxfReader::error(), FileName, App::PropertyString::getValue(), Part::TopoShape::read(), Part::PropertyPartShape::setValue(), Part::Feature::Shape, and App::DocumentObject::StdReturn.
| Base::Type Part::CurveNet::getClassTypeId | ( | void | ) | [static] |
Reimplemented from Part::Feature.
Definition at line 36 of file FeaturePartCurveNet.cpp.
| const App::PropertyData & Part::CurveNet::getPropertyData | ( | void | ) | const [protected, virtual] |
Reimplemented from Part::Feature.
Definition at line 36 of file FeaturePartCurveNet.cpp.
| const App::PropertyData * Part::CurveNet::getPropertyDataPtr | ( | void | ) | [static, protected] |
Reimplemented from Part::Feature.
Definition at line 36 of file FeaturePartCurveNet.cpp.
| Base::Type Part::CurveNet::getTypeId | ( | void | ) | const [virtual] |
Reimplemented from Part::Feature.
Definition at line 36 of file FeaturePartCurveNet.cpp.
| const char* Part::CurveNet::getViewProviderName | ( | void | ) | const [inline, virtual] |
returns the type name of the ViewProvider
Reimplemented from Part::Feature.
Definition at line 50 of file FeaturePartCurveNet.h.
| void Part::CurveNet::init | ( | void | ) | [static] |
Reimplemented from Part::Feature.
Definition at line 36 of file FeaturePartCurveNet.cpp.
Referenced by initPart().
| short CurveNet::mustExecute | ( | ) | 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 Part::Feature.
Definition at line 43 of file FeaturePartCurveNet.cpp.
References FileName, and App::Property::isTouched().
Definition at line 42 of file FeaturePartCurveNet.h.
Referenced by execute(), and mustExecute().
1.6.1