FreeCAD Python
Functions
ArchStairs Namespace Reference

Detailed Description

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")
 

Function Documentation

◆ makeStairs()

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.