PSC Code Manual

fab/land-hanger.lsp [src]

Functions for calculating landing hanger fabs

Functions

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

(land-hanger-calc corner)

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

Returns T if there is a hanger at this corner

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

WITH-DATA