ercegs
Mechanical
- Jun 26, 2007
- 69
Hi...I'm creating a lISP file which will do something in 3d... When I load my lisp and start it, I must enter desired data in dialog box, and when I click OK it draws for me a 3d MODEL....now...this 3d model needs to be 3dmirrored...arrayed....etc...but I'm coming up to the following problem...Each time lisp draws for me this model this command 3dmirror remains active (this can be checked if you type cmdnames in autocad's command line). And when I start my dialog box for three times I get an error message like this:
"Fatal Error: Commands may not be nested more than 4 deep"
and my acad crashes. For some reason only this command remains active and I don't know how to shut it off???? Can anyone help me on this?
If I omit this command from my lisp file, and if I create a new lisp to do only mirror, then everything is OK...but this is not a solution?
Is there any chance to deactivate this command when my model is drawn?
Thanks in advance...
"Fatal Error: Commands may not be nested more than 4 deep"
and my acad crashes. For some reason only this command remains active and I don't know how to shut it off???? Can anyone help me on this?
If I omit this command from my lisp file, and if I create a new lisp to do only mirror, then everything is OK...but this is not a solution?
Is there any chance to deactivate this command when my model is drawn?
Thanks in advance...