Public Member Functions | |
def | __init__ |
def | execute |
def | onChanged |
Definition at line 38 of file FeaturePython.py.
def FeaturePython::Box::__init__ | ( | self, | ||
obj | ||||
) |
Reimplemented from FeaturePython::PartFeature.
Definition at line 39 of file FeaturePython.py.
def FeaturePython::Box::execute | ( | self, | ||
fp | ||||
) |
Print a short message when doing a recomputation, this method is mandatory
Definition at line 52 of file FeaturePython.py.
def FeaturePython::Box::onChanged | ( | self, | ||
fp, | ||||
prop | ||||
) |
Print the name of the property that has changed
Definition at line 46 of file FeaturePython.py.