PSC Code Manual

3D/3d-stair.lsp [src]

Functions for modeling 3d stairs & rails

Functions

Function signature Description
(3dr-add name def) Creates a 3d block of a stair rail or wall rail based on passed rail definition
(d-3dr) wrapper function for 3d rail block generation with 3d stair block
(draw-3d_stair data ins) Creates a 3d block of a stair via passed xdata and insert

(3dr-add name def)

Creates a 3d block of a stair rail or wall rail based on passed rail definition

WITH-DATA

VARS:
(NAME STR)
(DEF LIST)

(d-3dr)

wrapper function for 3d rail block generation with 3d stair block

WITH-DATA

(draw-3d_stair data ins)

Creates a 3d block of a stair via passed xdata and insert

VARS:
(DATA LIST (DATA-LIST-P DATA))
(INS LIST (POINT-P INS))