Define the heights of the edges of a 3DSOLID

Hello, I don’t know if there was any nodo, to be able to move the edge to a desired distance in order to generate a ramp

I would like it to be like in the picture

No. You should instead generate the rectangular profiles at each end (varying heights) and then loft between them instead of doing an extrusion.

Quick example

@zachri.jensen thank you very much it works very well, I have a query could you give me an example of how the solid chamfer nodo works, what would happen if instead of being rectangular it was a curve

image

You can loft a solid between any set of cross sections. They don’t have to be rectangular.

The Solid.Chamfer nodes just applies a chamfer to the specified edges.

chamfer

I really appreciate your response, thank you


0,0,0 3.2,0,0 3,0,3.2 0,0,3.1

-.5,6,0 3.2,6,0 3,6,3.2 0,6,3.1

0,11,0 3.2,11,0 3,11,3.2 0,11,3.1
Hi everyone, I have just started using Dynamo for Civil 3D and after spending many hours I think I finally am in a right place to share my problem, If the coords values is not fixed, how could be possible to do the loft solids.

LoftSolids.dwg (491.9 KB)