Feature Request dynamo cylinder curve and radius

It would be Great if there was an OOTB dynamo node to make
dynamo geometry cylinder with curve and radius
I was actually surprised I didn’t see one.
That is how I would first create one.

You could try Solid.BySweep or Curve.SweepAsSolid

1 Like

I will try that thanks
I would still like to have curve and radius that way I would not have to place a circle first

You could easily create a custom node out of it, see here:
http://dynamoprimer.com/en/09_Custom-Nodes/9-2_Creating.html