Grasshopper

algorithmic modeling for Rhino

Hi,

Is it possible to change mesh faces order?

For instance I have mesh and numbers represents mesh face id.

So that mesh.Faces[0] is first and mesh.Faces[n] is the last.

Is it possible to change the index ordering without exploding the mesh? via scripting component using rhinocommon?

Views: 1350

Replies to This Discussion

Yes it is ... provided that there's a Method that outlines the desired Mesh Face order (and the mesh topology is suitable for that, like the above "linear" case). Say for instance sorting the mesh faces centers etc etc

Do you want an example or you are willing to try it by yourself?

Hello. I am interested in the way you know.
Please let me know.

For the specific case of such mesh strip topologies, this old RhinoCommon/Python snippet might help you..

RSS

About

Translate

Search

Photos

  • Add Photos
  • View All

Videos

  • Add Videos
  • View All

© 2024   Created by Scott Davidson.   Powered by

Badges  |  Report an Issue  |  Terms of Service