Wish: Convert to Beziers, Direction

I would like to be able to use the convert to beziers on a surface, but only in one direction. Could this be added to the existing tool? U/V/Both?

1 Like

Yeah, that seems reasonable… well, to convert to single span at least, the result will not be a Bezier, if it’s only in one direction I guess, so it does not really belong in that command. At any rate, for now, see how this works - it’s still a bit messy, but I think it works.

SplitSrfAtKnots.py (10.0 KB)

To use the Python script use RunPythonScript, or a macro:

_-RunPythonScript "Full path to py file inside double-quotes"

You can set the direction quickly by typing ‘u’, ‘v’ or ‘b’ (+ Enter)

RH-63280 ConvertToSingleSpans: direction option

-Pascal

2 Likes

+1. This would be an usable tool.

ConvertToSingleSpans in latest V8 WIP. Rhino 8 WIP Available Now! - #7 by brian

2 Likes