I cannot activate the Untrimmed Meters = Yes or "Y" function from a macro. HELP

Hi,
I am currently using rhino 6, it had a macro that worked correctly; but now I don’t understand why it fails.
from the macro the function Untrimmed Meters refuses to work.
!_Circle _AroundCurve
_SelPolyline _pause _pause
_Circle _AroundCurve
_SelPolyline _pause _pause
_SelPolyline
-_sweep1 _SelCrv _SelClosedCrv UntrimmedMiters=Yes _enter _enter _enter


poly.3dm (34.2 KB)

Hello - try:

-_Sweep1 _SelPolyline _SelClosedCrv _Enter _Enter _UntrimmedMiters=Yes _EnterEnd

There needs to be input for setting the seam on the closed curve.

-Pascal

still not working, only works if I previously activate Untrimmed Meters from the sweep1 command popup

this is what i try to say

Hello - this

!_Circle _AroundCurve
_SelPolyline _pause _pause
_Circle _AroundCurve
_SelPolyline _pause _pause
_SelPolyline
-_Sweep1 _SelClosedCrv _Enter _Enter _UntrimmedMiters=_Yes _EnterEnd


works here, from end to end,in your file, if I delete the existing circles first.

-Pascal

Interesting this if it works, I understand where is the problem “_Yes”; it’s weird but before it worked without that underscore.
Thank you @pascal

Hi Vikthor - are you running Rhino in English? If so the underscore should not matter - if not, then, yes…

-Pascal

I have always used rhino in Spanish, suddenly it stopped working in one of his updates