Hi Karam, It's a limitation of the API, and is covered by CCR 1920347. Hopefully we can fix this before too long as well. The workaround is to use: sess=maeOpenSetup(...) ; make sure you record the session when you start with maeOpenSetup ; could also use sess=axlGetWindowSession() if running interactively sdb=axlGetMainSetupDB(sess) axlSetNominalCornerEnabled(sdb 0) This will disable it. Set the second argument to 1 to enable the nominal corner. Regards, Andrew.
↧