From: Zooen
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
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)
I suppose the inverse is "persist: true" ?
From: Michael Gibson
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
Hi Michael,
Thanks for your reply to my request; it suits me better that way.