The Stairs object and tools. More...
Functions | |
def | makeRailing (stairs) |
def | makeStairs (baseobj=None, length=None, width=None, height=None, steps=None, name="Stairs") |
Variables | |
zeroMM = FreeCAD.Units.Quantity('0mm') | |
The Stairs object and tools.
This module provides tools to build Stairs objects.
def ArchStairs.makeRailing | ( | 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.
References makeRailing().
ArchStairs.zeroMM = FreeCAD.Units.Quantity('0mm') |