Extrude 2 curves as solid

I need to extrude 2 closed curves (rectangles), as shown in the attachment, using rhinoCommon.

Could anyone show me how to do this, please?

Hi,

Step 1: create a Brep from planar curves.
Step 2: create a Brep offset from that Brep

I’m on my phone so not easy to link to appropriate methods. And certainly you could do it in at least 2 other ways.

OK, thanks Willem, I will try that and will let you know how its going.

thanks again!

Sorry, Willem, I am not sure what I am expected to do here.

Hi @reuben.alfred

Willem’s Step 1 - Use Brep.CreatePlanarBreps.

Willem’s Step 2 - Use BrepFace.CreateExtrusion.

– Dale

1 Like

Reuben,

This should help:

Dan

1 Like