Classes | |
class | Component |
class | ComponentTaskPanel |
class | ViewProviderComponent |
Functions | |
def | addToComponent |
def | removeFromComponent |
Variables | |
string | __author__ = "Yorik van Havre" |
string | __title__ = "FreeCAD Arch Component" |
string | __url__ = "http://free-cad.sourceforge.net" |
def Component::addToComponent | ( | compobject, | ||
addobject | ||||
) |
addToComponent(compobject,addobject): adds addobject to the given component
Definition at line 31 of file Component.py.
def Component::removeFromComponent | ( | compobject, | ||
subobject | ||||
) |
removeFromComponent(compobject,subobject): subtracts subobject from the given component
Definition at line 45 of file Component.py.
string Component::__author__ = "Yorik van Havre" |
Definition at line 25 of file Component.py.
string Component::__title__ = "FreeCAD Arch Component" |
Definition at line 24 of file Component.py.
string Component::__url__ = "http://free-cad.sourceforge.net" |
Definition at line 26 of file Component.py.