Hello everybody!
I’m trying to create macro commands for _FilletEdge
If during the execution of the commands I change the radius to all fillets
then usually I choose SetAll and enter a right value
for automatic I wrote macro as follows:
_FilletEdge
_Pause
_Pause
_SetAll
but SetAll attribute is unknown
another macro:
_FilletEdge
_Pause
_Pause
_Enter
_SetAll
This macro works almost as I want
SetAll recognized but is selected only one edge.
It does not give a choice to continue
I understand that there is activated _Enter
But without _Enter the SetAll remains unknown.
I take my words back. When I box-select multiple edges it works as supposed to. Picking edges one by one, and clicking or pressing Enter afterwords just executes it without stopping. (V5 SR12).
no, _SelAll it is a different command
Within the _FilletEdge there is a dialogue. It SetAll
I tried MultiPause
But the number of pauses sets a limit on the choice of the edges
For example if you make a 3 pauses when the two edges can be selected to load _SetAll
If four pause when _SetAll triggered for three edges is selected
_FilletEdge
_Pause
_Pause
_Pause
_Pause
_SetAll