#include <PartFeatures.h>
Public Member Functions | |
virtual Base::Type | getTypeId (void) const |
Loft () | |
methods override feature | |
App::DocumentObjectExecReturn * | execute (void) |
recalculate the feature | |
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::PropertyBool | Ruled |
App::PropertyLinkList | Sections |
App::PropertyBool | Solid |
Protected Member Functions | |
virtual const App::PropertyData & | getPropertyData (void) const |
void | onChanged (const App::Property *prop) |
get called by the container when a property was changed | |
Static Protected Member Functions | |
static const App::PropertyData * | getPropertyDataPtr (void) |
Definition at line 54 of file PartFeatures.h.
Loft::Loft | ( | ) |
Definition at line 109 of file PartFeatures.cpp.
References ADD_PROPERTY_TYPE, and App::Prop_None.
void * Part::Loft::create | ( | void | ) | [static] |
Reimplemented from Part::Feature.
Definition at line 107 of file PartFeatures.cpp.
App::DocumentObjectExecReturn * Loft::execute | ( | void | ) | [virtual] |
recalculate the feature
Reimplemented from Part::Feature.
Definition at line 133 of file PartFeatures.cpp.
References Part::Feature::getClassTypeId(), App::PropertyLinkList::getSize(), App::PropertyBool::getValue(), App::PropertyLinkList::getValues(), Part::TopoShape::makeLoft(), Ruled, Sections, Part::PropertyPartShape::setValue(), Part::Feature::Shape, Solid, and App::DocumentObject::StdReturn.
Base::Type Part::Loft::getClassTypeId | ( | void | ) | [static] |
Reimplemented from Part::Feature.
Definition at line 107 of file PartFeatures.cpp.
const App::PropertyData & Part::Loft::getPropertyData | ( | void | ) | const [protected, virtual] |
Reimplemented from Part::Feature.
Definition at line 107 of file PartFeatures.cpp.
const App::PropertyData * Part::Loft::getPropertyDataPtr | ( | void | ) | [static, protected] |
Reimplemented from Part::Feature.
Definition at line 107 of file PartFeatures.cpp.
Base::Type Part::Loft::getTypeId | ( | void | ) | const [virtual] |
Reimplemented from Part::Feature.
Definition at line 107 of file PartFeatures.cpp.
void Part::Loft::init | ( | void | ) | [static] |
Reimplemented from Part::Feature.
Definition at line 107 of file PartFeatures.cpp.
Referenced by initPart().
short Loft::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 117 of file PartFeatures.cpp.
References App::Property::isTouched(), Ruled, Sections, and Solid.
void Loft::onChanged | ( | const App::Property * | prop | ) | [protected, virtual] |
get called by the container when a property was changed
Reimplemented from Part::Feature.
Definition at line 128 of file PartFeatures.cpp.
Definition at line 63 of file PartFeatures.h.
Referenced by execute(), and mustExecute().
Definition at line 61 of file PartFeatures.h.
Referenced by execute(), and mustExecute().
Definition at line 62 of file PartFeatures.h.
Referenced by execute(), and mustExecute().