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
|