What do the Segment, KinkAngle and CubeFit parameters of the MultiPipe component mean? Would be best to get an example? It seems they do nothing for my Subd object
MultiPipe.gh (6.1 KB)
Hi @sadovshikov
Please see the examples and linked doc in my reply here
Yes, I do, but looks like my model don’t get “additional edge loops” or I don’t understand the function correctly.
The extra edge loops controlled by Segment only applies to struts which are connecting between nodes. So as your input consists of only a single node it does not apply.
@DanielPiker Thanks for your help! Please tell me, is it possible to get the exact radius at the ends of the pipes? Because, for example, if set NoteSize = 5, and for simplicity StrutSize = 1, the radius at the ends of the pipes will not equal 5 but vary all way along the pipe edge.
SubDs cannot represent exact circles
However, you can generally get as close as needed with increasing levels of subdivision and fitting.
Here’s an example with your geometry
multipipe_circular_ends_radius.gh (19.0 KB)
See also the post here
Much obliged to you, really!
Same here.
I’m getting zero discernable effect with segement distance.
subD_settings_not working.gh (14.6 KB)
maybe I need to prep the curves to split at the intersections or something…
the kink angle works though, so maybe that’s a loophole for now.
maybe I need to prep the curves to split at the intersections
That’s how that works, yes.
I’m not sure that’s necessary for the workflow I was about to try. But Rhino crashed, so I’ll have to pick up the pieces later.
That’s how that works, yes.
Looks like you’re right, my trick didn’t work lol.
The kink angle shall suffice for now. Segment distance still had no discernable effect.
Going to make a new thread with a sample file.