Question 1: What is the best command to use that produces the same results as the Flow command in Rhino? Is FlowSpaceMorph the best one / only one to use?
I looked at the documentation here which shows two curves as input and a boolean but when I try to use it I get the following error:
Code:
sc is the source curve and tc is the target curve.
Hi Mike - what is SC and TC exactly, at the time you are feeding it to the morph? What does that look like in the de-bugger if you put a break point at this line?
Are you typing in Python, or?
@pascal - Is FlowSpaceMorph the closest command to the Flow command in Rhino?
I found an example of how to use the constructor here, but can you please answer the question above. Just want to know fi there’s a better command in Python Script that is the most similar to Flow in Rhino.