Message 1 of 12
Insert block without dialog box
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello Reader
I am new to LISP and I am hoping you can help me with a problem of mine...
So after defining attributes, i created a block by using the wblock command. Now, when I insert the block, a dialog box pops up asking for the values of the attributes i created.
I am inserting the block using autolisp, is there a way I can provide the values for the dialog box within the autolisp code... so that when the command is run... the block gets plotted with the attribute values set and no dialog box pops up ??
In short, i dont want the block to get user input. Instead i want tohard code those value within the autolisp code.
Please help...