shapes/decking.lsp [src]
Decking functions
Function signature | Description |
---|---|
(add-decking add-to pt1 pt2) | adds decking to passed container between two passed points |
(decking-vertices lng) | Returns a list of vertices for decking of passed length |
(add-decking add-to pt1 pt2)
adds decking to passed container between two passed points VARS: (ADD-TO VLA-OBJECT) (PT1 LIST (POINT-P PT1)) (PT2 LIST (POINT-P PT2))
(decking-vertices lng)
Returns a list of vertices for decking of passed length