Grasshopper

algorithmic modeling for Rhino

Hello,

Is it possible to get from one Mesh edge its neighbours edges / lines using RhinoCommon?

Also, is it possible to get mesh edges that share one vertex?

Thank you.

Views: 444

Replies to This Discussion

The mesh class in RhinoCommon is a face-vertex structure. These do not carry information about edges as such. If you need to query edge topology and traverse edges in general, the half-edge mesh structure is more appropriate. In Rhino/Grasshopper you can use the Plankton library by Daniel Piker and Will Pearson for this. I believe there are also other half-edge mesh plugins/libraries out there in Grasshopper land.

Dear Anders,

Where can I get the latest .dll and is there a documentation forthis library?

RSS

About

Translate

Search

Videos

  • Add Videos
  • View All

© 2024   Created by Scott Davidson.   Powered by

Badges  |  Report an Issue  |  Terms of Service