Can i implement a sweep blend with dynamo?

The image on the right shows a ditch placed by creating a family using sweep blend.

The image on the left shows a ditch placed using the solid.byloft node in dynamo.

I would like to implement the functionality of sweep blend using dynamo without creating multiple cross-sections using loft.

Looks like an adaptive family is what you really want (giving you parametric control in Revit), but ‘Solid.ByLoft(profiles, guideCurves)` should give you what you need.

1 Like

Thank you, I’ll try it