Classes | |
class | CommandStructure |
class | Structure |
class | ViewProviderStructure |
Functions | |
def | makeStructure |
Variables | |
string | __author__ = "Yorik van Havre" |
string | __title__ = "FreeCAD Structure" |
string | __url__ = "http://free-cad.sourceforge.net" |
def Structure::makeStructure | ( | baseobj = None , |
||
length = None , |
||||
width = None , |
||||
height = None , |
||||
name = "Structure" | ||||
) |
makeStructure([obj],[length],[width],[heigth],[swap]): creates a structure element based on the given profile object and the given extrusion height. If no base object is given, you can also specify length and width for a cubic object.
Definition at line 33 of file Structure.py.
string Structure::__author__ = "Yorik van Havre" |
Definition at line 30 of file Structure.py.
string Structure::__title__ = "FreeCAD Structure" |
Definition at line 29 of file Structure.py.
string Structure::__url__ = "http://free-cad.sourceforge.net" |
Definition at line 31 of file Structure.py.