I need to extrude 2 closed curves (rectangles), as shown in the attachment, using rhinoCommon.
Could anyone show me how to do this, please?
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.
Willem’s Step 1 - Use Brep.CreatePlanarBreps.
Willem’s Step 2 - Use BrepFace.CreateExtrusion.
– Dale
Reuben,
This should help:
Dan