Changing Pipe Fittings Size

I am trying to develop a script to change pipe sizes based on the flow parameter but pipe fittings don’t have it, does anyone have any idea to change the pipe and the connected pipe fittings size?

Look into the MEPover package. It has nodes for getting connected fittings and full pipe runs.

1 Like

Do you have any examples of where this would slot in to this script ?

You would check your pipe for flow values and then find the connected fittings to know which fittings to adjust along with the pipe. You may have to determine flow direction or watch out for pipe transitions depending on how things workout.

1 Like

@Nick_Boyts, is there any way to determine the fittings that are connected to both pipe and fittings? I am finding that the MEPover kit only recognizes pipe to fitting vs fitting to fitting.

Fitting to Fitting connections in Revit tend to only work in specific scenarios. Make sure your fittings are actually connected to the element connectors and not just on the same system. The node returns connected fittings for me when they are in fact connected properly.

could u sent the complete dynamo script