pearswj / buckminster

Digital Architectonics thesis project. Provides components for the generation of structural frames from free-form surfaces in Grasshopper (Rhino) using mesh operators and surface modelling techniques.
MIT License
17 stars 6 forks source link

Mesh elements should have an index #17

Open pearswj opened 11 years ago

pearswj commented 11 years ago

Rather than creating a 'lookup dictionary' for each operation, mesh elements (vertices, faces, halfedges should store their index.

This requires special attention during any Add/Remove procedures.