Tweencurve sample point value reset

Hi All,

i had 2 curves and wanted to “tweencurve” them to achieve one curve. Default for tween was refit at that moment and result was not good for the job so i switched to samplepoint which had a value of 10. value 10 did not result good so i typed 100 then may be some more zeros and now just this command crashes. :slight_smile:

is there a way to reset that value?

Thank you
Rasim.

I am not sure - but you can try to delete or modify the default setting:
%AppData%\McNeel\Rhinoceros\7.0\settings\

see also here

this is just a guess - so be careful and make a backup of the file before delete or modify it.
If your frightened - it s maybe better to wait for an answer of the mcNeel team

@pascal how to reset the default command setting ?

kind regards -tom

Hi Rasim -

I don’t see any crash reports from your eMail address. Are you sending those in?

Apart from that, I tried typing 100 with some zeros and that went fine, then tried 100 with more zeros and then Rhino simply exited that command.

Have you tried changing the settings when 2 simple lines are selected?
Which version of Rhino are you running?
-wim

Hi Rasim -

the match method should reset between sessions - or does it crash when you try to use the SmaplePoints option?

-Pascal

tried it but no luck

Hi,

the value is 1.000.000 as i have seen it from %AppData%\McNeel\Rhinoceros\7.0\settings\ here thanks @Tom_P .

nothing to send as you said it exists the command which i meant to say by “just this command crashes”

And yes i have tried it as you said when i click the samplepoint method it exists the comand.

Latest version 7.34.23267.11001, 2023-09-24

Thank you

Rasim

Hi @pascal Pascal,
Yes it exits the command when i click samplepoints option.

  • Close all instances of Rhino
  • In Windows Explorer, navigate to %AppData%\McNeel\Rhinoceros\7.0\settings\
  • Open the settings-Scheme__Default.xml file in Notepad
  • Find the following section
   <command name="TweenCurves">
    <entry key="Match">2</entry>
    <entry key="Sample">1000000</entry>
   </command>
  • Change the 1000000 into 10
  • Save the file and close it
  • Launch Rhino and use the command

Doesn’t that work?
-wim

Hi @wim

I did that yesterday and it didnt worked but today it works. Thank you. but this made me think what i did wrong yesterday. anyways Thanks again