MoI discussion forum
MoI discussion forum

Full Version: Fillet tool settings

From: Zooen
27 Sep   [#1]
Hi Michael,
Is it possible that the “Fillet” tool does not retain the value of the last fillet after exiting the tool?
This can sometimes be confusing if, for example, you create a large fillet and then later a small one.
From: Michael Gibson
27 Sep   [#2] In reply to [#1]
Hi Zooen,

re:
> Is it possible that the “Fillet” tool does not retain the value of the last fillet after exiting the tool?

It is possible to modify the fillet command script to do that.

Open up Fillet.htm in the install's commands folder, and change line 117 to this (style="persist:false" added):

code:
					<td><moi:DistanceInput style="persist:false" id="radiusinput"/></td>


- Michael
From: Frenchy Pilou (PILOU)
27 Sep   [#3]
I suppose the inverse is "persist: true" ?
From: Michael Gibson
27 Sep   [#4] In reply to [#3]
Hi Pilou,

re:
> I suppose the inverse is "persist: true" ?

That is correct, but if it is just left out persist:true is the default value that gets used.

- Michael
From: Zooen
2 Oct   [#5] In reply to [#2]
Hi Michael,

Thanks for your reply to my request; it suits me better that way.