SubD geometry

Hello, I am trying to create pipe using multipipe component but not getting expected result. As seen in image, pipe getting deformed at some of the nodes.

It will be very helpful if someone suggest me what should I do to resolve it.

Thank you for your time.

Vrundesh

it would be very helpful if you would post your input curves first. otherwise its just guessing around for everyone.

also if you are talking about “components” use the grasshopper tag and post your definition, otherwise its going to lead people astray thinking its a rhino issue.

SubD multipipe.gh (27.7 KB)

Here is the Grasshopper file of it. Sorry for the inconvenience.

Your curves are made up of multiple nurbs segments, even though they are mostly straight.
The simplest thing to do here is to convert the curves into lines:

1 Like

Thank you, Daniel. Now I am getting the desired output.

1 Like