- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
I'm inserting a lot of blocks using AutoLISP. The function (Rotblock2 by L. Minardi, thank you! ) uses command "_insert" and all inputs calculated by the code automatically. and UCS is being changed to rotate the block after insertion.
What happens now is, the inserted block is shown then rotation and movement is shown in the drawing before the next block is added. If the blocks are complicated, they need a lot more time to add since it has to show it in the drawing before moving on to the next.
Is there a possible way to not show each block while it is being inserted?
Edit: The blocks are to be added > rotated to the proper orientation > Dynamic parameters and attributes changed.
so that I can regen the drawing once after the code completes with all the blocks inserted.
Solved! Go to Solution.