How would build 'Flow' function with RhinoCommon method?

I want to make a function to align object along a curve similar to ‘Flow’ command. How would I do it with RhinoCommon functions?

Use a Rhino.Geometry.Morphs.FlowSpaceMorph object.

Although a Grasshopper component, the Jackalope project source code will show you how to use this class.

1 Like