#include <FeatureChamfer.h>
Public Member Functions | |
Chamfer () | |
virtual Base::Type | getTypeId (void) const |
methods override feature | |
App::DocumentObjectExecReturn * | execute (void) |
recalculate the feature | |
const char * | getViewProviderName (void) const |
returns the type name of the view provider | |
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::PropertyLength | Size |
Protected Member Functions | |
virtual const App::PropertyData & | getPropertyData (void) const |
Static Protected Member Functions | |
static const App::PropertyData * | getPropertyDataPtr (void) |
Definition at line 34 of file esign/App/FeatureChamfer.h.
Chamfer::Chamfer | ( | ) |
Definition at line 41 of file esign/App/FeatureChamfer.cpp.
References ADD_PROPERTY, and SketcherExample::f.
void * PartDesign::Chamfer::create | ( | void | ) | [static] |
Reimplemented from PartDesign::DressUp.
Definition at line 39 of file esign/App/FeatureChamfer.cpp.
App::DocumentObjectExecReturn * Chamfer::execute | ( | void | ) | [virtual] |
recalculate the feature
Reimplemented from Part::Feature.
Definition at line 55 of file esign/App/FeatureChamfer.cpp.
References App::DocumentObject::StdReturn.
Base::Type PartDesign::Chamfer::getClassTypeId | ( | void | ) | [static] |
Reimplemented from PartDesign::DressUp.
Definition at line 39 of file esign/App/FeatureChamfer.cpp.
const App::PropertyData & PartDesign::Chamfer::getPropertyData | ( | void | ) | const [protected, virtual] |
Reimplemented from PartDesign::DressUp.
Definition at line 39 of file esign/App/FeatureChamfer.cpp.
const App::PropertyData * PartDesign::Chamfer::getPropertyDataPtr | ( | void | ) | [static, protected] |
Reimplemented from PartDesign::DressUp.
Definition at line 39 of file esign/App/FeatureChamfer.cpp.
Base::Type PartDesign::Chamfer::getTypeId | ( | void | ) | const [virtual] |
Reimplemented from PartDesign::DressUp.
Definition at line 39 of file esign/App/FeatureChamfer.cpp.
const char* PartDesign::Chamfer::getViewProviderName | ( | void | ) | const [inline, virtual] |
returns the type name of the view provider
Reimplemented from Part::Feature.
Definition at line 49 of file esign/App/FeatureChamfer.h.
void PartDesign::Chamfer::init | ( | void | ) | [static] |
Reimplemented from PartDesign::DressUp.
Definition at line 39 of file esign/App/FeatureChamfer.cpp.
Referenced by initPartDesign().
short Chamfer::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 esign/App/FeatureChamfer.cpp.
References PartDesign::DressUp::Base, App::PropertyLinkSub::getValue(), App::DocumentObject::isTouched(), App::Property::isTouched(), and Size.
Definition at line 41 of file esign/App/FeatureChamfer.h.
Referenced by mustExecute().