PSC Code Manual

stair/endview.lsp [src]

Function to draw a stair end view

Functions

Function signature Description
(stair-endview-draw ins lr offset) Draws an end view of a stair at INS

(stair-endview-draw ins lr offset)

Draws an end view of a stair at INS

LR should be one of the symbols 'left or 'right to indicate which perspective to
draw (relative to the view of the section). OFFSET is the distance from the center of the
shaft to the insert point of the stair.

VARS:
(INS LIST (POINT-P INS))
(LR SYM (MEMBER LR '(LEFT RIGHT)))
(OFFSET nil (NUMBERP OFFSET))

WITH-DATA