Lee Mac Posted July 14, 2010 Author Posted July 14, 2010 Hello, the block Layer is not taken over if objects on Layer 0. Thanks Mexxx, I'll definitely look into that Quote
mexxx_ Posted March 25, 2013 Posted March 25, 2013 Hello, thanks for the great code. I have a dynamic block with several visibilities and attributes. When I now use iBurst the attributes on the unused visibilities are inserted as text. But I cannot select this texts with regular mouse-clicks, only witch "select all" (Ctrl+A). Is it possible to insert an option where you can transform the dynamic block into a static block. Thanks Quote
mexxx_ Posted March 27, 2013 Posted March 27, 2013 Hello, I delete the invisible Objects with this Code. Can you integrate this Code in your Code please? (defun c:delinv ( / as) ; lokale Variable ;unsichtbare Objekte löschen (setq as (ssget "_X" (list'(60 . 1)))) (if as(command "_erase" as "")) (setq as nil) ; as wird freigeben (princ) ) Thanks Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.