Package theia :: Package rendering :: Module features :: Class FCObject
[hide private]
[frames] | no frames]

Class FCObject

source code


Mother class for all FeaturePython objects.

This is to define the mandatory execute method, which is ran for every
    object of the document on the recompute function.

fact: Factor to compensate for unit difference with FreeCAD. [float]

Instance Methods [hide private]
 
__init__(self, obj)
Custom properties of the object.
source code
 
execute(self, fp)
We're not doing anything on recompute yet.
source code

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Variables [hide private]
  fact = 0.001
Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, obj)
(Constructor)

source code 

Custom properties of the object.

Overrides: object.__init__