@leex wrote:
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 valuefor 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.Why is this happening?
Maybe there is an idea?
Posts: 8
Participants: 4