Anuncios

The Autodesk Community Forums has a new look. Read more about what's changed on the Community Announcements board.

BIMologist_
906 Vistas, 3 Respuestas

AUTOCAD Alert Disregard Drawoder popup

When I am exploding and I get this error

 

do warning.png

Is there a way to suppress this Popup as it kills a SCRIPT I am running.,

?Is there is sysvar or registery entry to kill this popup



BIMologist / Dr. Revit
Approved Autodesk Services Marketplace provider - BIM Consulting

EESignature


If you find this reply helpful, please use the Accept Solution or Like button below
Etiquetas (3)
rkmcswain
en respuesta a: BIMologist_

I suspect setting EXPERT to 5 has no effect. I think the current day programmers are not aware of this variable or otherwise have chosen no to make use of it.


R.K. McSwain     | CADpanacea | on twitter
pendean
en respuesta a: BIMologist_

What is it that you are exploding?
hmsilva
en respuesta a: BIMologist_


@Anonymous.BIMologist.Mysorewala wrote:

When I am exploding and I get this error

 

...

Is there a way to suppress this Popup as it kills a SCRIPT I am running.,

?Is there is sysvar or registery entry to kill this popup


Untested,

in your SCRIPT

set DRAWORDERCTL to 0

explode

set DRAWORDERCTL to 3

 

Hope this helps,
Henrique

 

EESignature