Part::Loft Class Reference

#include <PartFeatures.h>

Inheritance diagram for Part::Loft:
Part::Feature App::GeoFeature App::DocumentObject App::PropertyContainer Base::Persistence Base::BaseClass

List of all members.

Public Member Functions

virtual Base::Type getTypeId (void) const
 Loft ()
methods override feature



App::DocumentObjectExecReturnexecute (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::PropertyDatagetPropertyData (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::PropertyDatagetPropertyDataPtr (void)

Detailed Description

Definition at line 54 of file PartFeatures.h.


Constructor & Destructor Documentation

Loft::Loft (  ) 

Definition at line 109 of file PartFeatures.cpp.

References ADD_PROPERTY_TYPE, and App::Prop_None.


Member Function Documentation

void * Part::Loft::create ( void   )  [static]

Reimplemented from Part::Feature.

Definition at line 107 of file PartFeatures.cpp.

App::DocumentObjectExecReturn * Loft::execute ( void   )  [virtual]
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.


Member Data Documentation

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().


The documentation for this class was generated from the following files:

Generated on Wed Nov 23 19:02:35 2011 for FreeCAD by  doxygen 1.6.1