How to implement "reparameterize" in ghpython?

For example, “reparameterize” conversion of surfaces and curves.

Thanks in advance!

For a curve, you set its Domain property to a 0.00-1.00 Interval. And for a surface, you call the SetDomain() method in the U and V directions. Like so:

191126_SettingDomains_GHPython_00.gh (5.9 KB)

I don’t believe rhinoscriptsyntax has functions for this, but I might be wrong.

2 Likes

Thank you! You have solved the problem that I have tried unsuccessfully for a long time.

1 Like