Part::RuledSurface Class Reference

#include <PartFeatures.h>

Inheritance diagram for Part::RuledSurface:
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
 RuledSurface ()
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::PropertyLinkSub Curve1
App::PropertyLinkSub Curve2

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 33 of file PartFeatures.h.


Constructor & Destructor Documentation

RuledSurface::RuledSurface (  ) 

Definition at line 40 of file PartFeatures.cpp.

References ADD_PROPERTY_TYPE, and App::Prop_None.


Member Function Documentation

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

Reimplemented from Part::Feature.

Definition at line 38 of file PartFeatures.cpp.

App::DocumentObjectExecReturn * RuledSurface::execute ( void   )  [virtual]
Base::Type Part::RuledSurface::getClassTypeId ( void   )  [static]

Reimplemented from Part::Feature.

Definition at line 38 of file PartFeatures.cpp.

const App::PropertyData & Part::RuledSurface::getPropertyData ( void   )  const [protected, virtual]

Reimplemented from Part::Feature.

Definition at line 38 of file PartFeatures.cpp.

const App::PropertyData * Part::RuledSurface::getPropertyDataPtr ( void   )  [static, protected]

Reimplemented from Part::Feature.

Definition at line 38 of file PartFeatures.cpp.

Base::Type Part::RuledSurface::getTypeId ( void   )  const [virtual]

Reimplemented from Part::Feature.

Definition at line 38 of file PartFeatures.cpp.

void Part::RuledSurface::init ( void   )  [static]

Reimplemented from Part::Feature.

Definition at line 38 of file PartFeatures.cpp.

Referenced by initPart().

short RuledSurface::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 46 of file PartFeatures.cpp.

References Curve1, Curve2, and App::Property::isTouched().

void RuledSurface::onChanged ( const App::Property prop  )  [protected, virtual]

get called by the container when a property was changed

Reimplemented from Part::Feature.

Definition at line 55 of file PartFeatures.cpp.


Member Data Documentation

Definition at line 40 of file PartFeatures.h.

Referenced by execute(), and mustExecute().

Definition at line 41 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:36 2011 for FreeCAD by  doxygen 1.6.1