How to get rid of "Disregard DrawOrder" Alert Dialog while exploding objects?

How to get rid of "Disregard DrawOrder" Alert Dialog while exploding objects?

alexKoshman
Collaborator Collaborator
2,494 Views
3 Replies
Message 1 of 4

How to get rid of "Disregard DrawOrder" Alert Dialog while exploding objects?

alexKoshman
Collaborator
Collaborator

Hello to everybody!

Who can tell me how to get rid of this Alert dialog box while exploding objects via LISP?

 

I know about EXPERT sysvar, but it didn't do this job!

0 Likes
Accepted solutions (1)
2,495 Views
3 Replies
Replies (3)
Message 2 of 4

hmsilva
Mentor
Mentor
Accepted solution

Untested:

 

  • Save DRAWORDERCTL value
  • Set DRAWORDERCTL to 0
  • Explode
  • Restore DRAWORDERCTL to the stored value

Hope this helps,
Henrique

EESignature

Message 3 of 4

alexKoshman
Collaborator
Collaborator

Hi Henrique!

 

THANK YOU VERY MUCH! You're completely right!!!

Message 4 of 4

hmsilva
Mentor
Mentor

@alexKoshman wrote:

Hi Henrique!

 

THANK YOU VERY MUCH! You're completely right!!!


You're welcome, Alex!
Glad I could help

Henrique

EESignature