Clarkrj Posted January 6, 2011 Posted January 6, 2011 I am using dynamic blocks to create 3d geometry by inserting the dynamic block, manipulating the parameters, exploding the block, and the manipulating the resulting geometry. I have everything working but when I explode the dynamic block block an alert box is displayed telling me parameters have been deleted. Is there a way to suppress this alert box? Expert does not cover this box. Quote
BlackBox Posted January 6, 2011 Posted January 6, 2011 Try manipulating the QAFLAGS variable with your function's error handler. :wink: AutoCAD Exposed - Undocumented System Variables Edit: Welcome to the forums! Hope this helps! Quote
lfe011969 Posted January 6, 2011 Posted January 6, 2011 AutoCAD Exposed - Undocumented System Variables Thats some good information. A few months ago someone suggested changing QAFLAGS in one of my programs to some value but couldn't explain why. Now I know what it stands for. Thanks for the link RenderMan! Quote
BlackBox Posted January 6, 2011 Posted January 6, 2011 Thats some good information. A few months ago someone suggested changing QAFLAGS in one of my programs to some value but couldn't explain why. Now I know what it stands for. Thanks for the link RenderMan! You bet - I'm just sharing the knowledge that was passed onto me by RK, and CADTag. :wink: Cheers! Quote
Clarkrj Posted January 7, 2011 Author Posted January 7, 2011 Did not help with that particular problem but clears up a few others that we did not think there was a way arround. Adding this command (command "delconstraint" (entlast) "") After the dynamic block is edited and before it is exploded works. Thanks for your help 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.