PSC Code Manual

fab/land-ledger.lsp [src]

Functions for making landing ledger fabs

Functions

Function signature Description
(land-ledger-calc corner) Calculates the ledger material and hardware for this CORNER of the current landing
(land-ledger-p corner) Returns T if there is a ledger at this corner

(land-ledger-calc corner)

Calculates the ledger 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-ledger-p corner)

Returns T if there is a ledger at this corner

VARS:
(CORNER STR (MEMBER CORNER '("fl" "fr" "bl" "br")))

WITH-DATA