Draw Solid in dynamo

Hello, I need to draw a pipe in dynamo, I have the axis lines of the entire network.

How can I do this by drawing the geometry of a solid?

I’ve tried solid.BySweep, but to no avail

Does anyone have any tips on how to do this?

I’d use Solid.BySweep, or a Cylinder node if everything is a line.

If I use solid.bySweep how would I make the circular profile of the tube always perpendicular to the longitudinal axis?

Curve.CoordinateSystemAtParameter > Geometry.Transform

There is a specific package that I use for this. It is called Curve Pipe:

I need to draw solid pipes like this, with thickness, diameter

Ok - so two circles, one cut from the other after making the sweeps.

Hi @mateusc94 here is some ways there probably could work…


4 Likes

I’ll try it that way. And if I happen to have sections with different diameters, how do I draw them?

Use a different radius for your circle.

Until you try something it’s not going to make sense, so give it a shot and see what happens.