PSC Code Manual

stair/stringer.lsp [src]

Stair stringer calculation

Functions

Function signature Description
Public
(stair-stringer-calc side) Returns the stringer properties for one side of a stair
Private
(stair-stringer--caps style) Returns the cap properties for a stringer style
(stair-stringer--caps-a-bot) Returns cap properties for standard stringer bottom
(stair-stringer--caps-a-top) Returns cap properties for standard stringer top
(stair-stringer--caps-f-bot) Returns cap properties for F shaped stringer
(stair-stringer--caps-h-bot) Returns cap properties for haunched stringer bottom
(stair-stringer--caps-h-top) Returns cap properties for haunched stringer top
(stair-stringer--caps-s-bot) Returns cap properties for starter stringer bottom
(stair-stringer--pts-a-bot) Returns points for standard stringer bottom
(stair-stringer--pts-a-top) Returns points for standard stringer top
(stair-stringer--pts-f-bot) Returns points for F shaped stringer
(stair-stringer--pts-h-bot) Returns points for haunched stringer bottom
(stair-stringer--pts-h-top) Returns points for haunched stringer top
(stair-stringer--pts-s-bot) Returns points for starter stringer bottom
(stair-stringer--shape-aa) Returns AA stringer properties
(stair-stringer--shape-ah) Returns AH stringer properties
(stair-stringer--shape-as) Returns AS stringer properties
(stair-stringer--shape-f) Returns F stringer properties
(stair-stringer--shape-ha) Returns HA stringer properties
(stair-stringer--shape-hh) Returns HH stringer properties
(stair-stringer--shape-hs) Returns HS stringer properties

(stair-stringer-calc side)

Returns the stringer properties for one side of a stair

SIDE should be a string beginning with l, r, i, or o.

VARS:
(SIDE STR)

WITH-DATA

(stair-stringer--caps style)

Returns the cap properties for a stringer style

STYLE should correspond to a stringer shape like h-top or a-bot.

WITH-DATA

(stair-stringer--caps-a-bot)

Returns cap properties for standard stringer bottom

WITH-DATA

(stair-stringer--caps-a-top)

Returns cap properties for standard stringer top

WITH-DATA

(stair-stringer--caps-f-bot)

Returns cap properties for F shaped stringer

WITH-DATA

(stair-stringer--caps-h-bot)

Returns cap properties for haunched stringer bottom

WITH-DATA

(stair-stringer--caps-h-top)

Returns cap properties for haunched stringer top

WITH-DATA

(stair-stringer--caps-s-bot)

Returns cap properties for starter stringer bottom

WITH-DATA

(stair-stringer--pts-a-bot)

Returns points for standard stringer bottom

WITH-DATA

(stair-stringer--pts-a-top)

Returns points for standard stringer top

WITH-DATA

(stair-stringer--pts-f-bot)

Returns points for F shaped stringer

WITH-DATA

(stair-stringer--pts-h-bot)

Returns points for haunched stringer bottom

WITH-DATA

(stair-stringer--pts-h-top)

Returns points for haunched stringer top

WITH-DATA

(stair-stringer--pts-s-bot)

Returns points for starter stringer bottom

WITH-DATA

(stair-stringer--shape-aa)

Returns AA stringer properties

WITH-DATA

(stair-stringer--shape-ah)

Returns AH stringer properties

WITH-DATA

(stair-stringer--shape-as)

Returns AS stringer properties

WITH-DATA

(stair-stringer--shape-f)

Returns F stringer properties

WITH-DATA

(stair-stringer--shape-ha)

Returns HA stringer properties

WITH-DATA

(stair-stringer--shape-hh)

Returns HH stringer properties

WITH-DATA

(stair-stringer--shape-hs)

Returns HS stringer properties

WITH-DATA