Message 1 of 16
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Other than by using entmake, is there a way to make an object created by a command invisible before it's being created?
I am playing with my COIL command for the passive pool heater and making the coil by the PLINE command. But then I must iterate the command, changing input values, until it is the right size. That means I have to vla-delete it and build it again each iteration. It looks annoying and unprofessional.
I guess I could change my approach to using entmake but I think the code would be tedious.
John F. Uhden
Solved! Go to Solution.