Object preview not visible when inserting block composed of blocks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello!
I made a legacy drop down menu from where I can insert different blocks into the drawing. The blocks are just dwg files with the symbols drawn inside them. I use this makro inside the CUI
^C^C-EINFÜGE;"*Path to dwg i want to insert as block/BLOCK.DWG";\;;
I basically clears the command line, uses the insert command and then navigates to the path where the block is saved as dwg, inserts it and explodes it, so the elements inside the block can be rearranged if necessary.
The problem comes with the blocks that are made our of several other blocks. Single symbols that are only polylines are previewed when dragging the cursor around the model space. But if I want to insert a block that is made out of several blocks, I cannot see the preview of it.
DRAGMODE is set to 2.
How can I make object preview visible for composed blocks?