Message 1 of 4
Line by Bearing Lisp command invalid point
Not applicable
01-07-2020
10:46 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I am trying to make a lisp command for C3d 2020. I load my .lsp and it allows me to type the command, go through the whole process of Line by Bearing, but I get an invalid point error and no line is created.
Here is my .lsp
(defun c:l1 ()
(command "._line" "'bd")
(print)
)
Am I doing something wrong?
Additionally, is there a way to make a command alias for a command followed by a transparent command as I am trying to do with the lisp.
Thanks.