Message 1 of 4
Options in lISP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi everyone,
I'm writing a LISP file and i want to ask whether can i make some sub options in my lisp command to be shown in the command line like :
In XLine command there's 5 options in the command line (Chamfer, Elevation, Fillet, Thickness and Width).
Is it possible to make such things with LISP file?
If that's possible what's the code for that?
2- Can i use another LISP (from the Express tools) in my LISP?
I use any command like that:
(command "Line" Pt1 Pt2 Pt3 "")
but it doesn't work with EXtrim command.
If it's yes we can, How can i use it ?
Thanks for all 🙂