PSC Code Manual

fab/land-post.lsp [src]

Functions for calculating landing post fabs

Functions

Function signature Description
Public
(land-post-calc corner) Calculates the post material and hardware for this CORNER of the current landing
(land-post-p corner) Returns T if there is a post at this corner
Private
(land-post--xbrace-material bay) Return the material for X-bracing at BAY

(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