Modeling toolset

 From:  Michael Gibson
2662.13 In reply to 2662.12 
Hi Danny, there isn't currently any kind of "check box" type option for that.

But you can get that by modifying the UI for a particular command.

If you go to the \commands subfolder, and open up the file Chamfer.htm in a text editor like notepad, you'll see 2 controls listed in there with IDs of "distanceinput1" and "distanceinput2".

On each of them there is an attribute set of style="persist:true;" . If you remove that (you can just edit it to say style="") then the next time you run MoI the chamfer command will no longer have its distance values initialized to the previously used ones.

That would get you set up with that right now, let me know if you have any difficulties with getting it to work.

I'm not really sure about how to make an easier way to do that though - for the most part remembering settings tends to be beneficial since it can help to get the same settings applied without any extra messing around when you are trying to repeat the command many times to apply the same action to a bunch of different objects.

Even in your case here you probably want to have the "Use 2 distances" checkbox option be remembered between runs of the chamfer command right, just not the distance fields?

- Michael