FreeCAD Python
|
The Stairs object and tools.
This module provides tools to build Stairs objects.
Functions | |
def | makeStairs (baseobj=None, length=None, width=None, height=None, steps=None, name="Stairs") |
def ArchStairs.makeStairs | ( | baseobj = None , |
|
length = None , |
|||
width = None , |
|||
height = None , |
|||
steps = None , |
|||
name = "Stairs" |
|||
) |
makeStairs([baseobj,length,width,height,steps]): creates a Stairs objects with given attributes.