fab/land-post.lsp [src]
Functions for calculating landing post fabs
(land-post-calc corner)
Calculates the post material and hardware for this CORNER of the current landing
Assumed to be called by land-sl--calc
VARS:
(CORNER STR (MEMBER CORNER '("fl" "fr" "bl" "br")))
WITH-DATA
(land-post-p corner)
Returns T if there is a post at this corner
VARS:
(CORNER STR (MEMBER CORNER '("fl" "fr" "bl" "br")))
WITH-DATA
(land-post--xbrace-material bay)
Return the material for X-bracing at BAY
VARS:
(BAY STR (MEMBER BAY '("f" "b" "l" "r")))
WITH-DATA