Jump to content

Upgraded Burst


Lee Mac

Recommended Posts

  • Replies 24
  • Created
  • Last Reply

Top Posters In This Topic

  • Lee Mac

    12

  • The Buzzard

    10

  • mexxx_

    4

  • 2 years later...

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

Link to comment
Share on other sites

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 :)

Link to comment
Share on other sites

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.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.


×
×
  • Create New...