Grasshopper

algorithmic modeling for Rhino

getting the exterior and interior curves from surfaces

hey everyone,

i have this shapes and i want their exterior and interior curves separately. i want them for laser cut.
every time i try to deconstruct it or use the brep edges component, i get lots of separated lines and i don't know how to join them again. what should i do?

Views: 2514

Attachments:

Replies to This Discussion

Projecting the 3D breps to a plane results in many duplicate lines because the top and bottom surfaces of each brep generate their own curves.

I would examine each brep, isolate the bottom surface of each one and project only that surface to the plane, like this:

This results in one or two curves per original brep.  Easy to determine which one is inner vs. outer...  But there is some overlap?  And if you want a large joined surface with multiple holes, there is more to it.

Attachments:

it was great help joseph. but only on more thing. still i dont know how to determine which curve is the inner one and which one is the outer one of these cells?

I've just got  my answer. the second item in each branch was the voids and the first one was outer curve for each cell.
thank you so much joseph.

There's quite a lot of topological information in breps that is not accessible directly from GH.

The attached C# script exposes some of this. It focuses only on Trims and Loops. It ignores vertices, edges and faces entirely.

Note that the Loops2 output is hidden even when the component is visible in the preview.

Attachments:

RSS

About

Translate

Search

Videos

  • Add Videos
  • View All

© 2024   Created by Scott Davidson.   Powered by

Badges  |  Report an Issue  |  Terms of Service