Grasshopper

algorithmic modeling for Rhino

hey all. after mesh split, i have lots of small part of the mesh that i try to avoid.

in Rhino there is a command called SplitDisjointMesh > which manually allow the explosion of the mesh into its parts. 

how can this be done in gh?

thnx

Views: 712

Attachments:

Replies to This Discussion

There are two options:

           1. mesh.SplitDisjointPieces(); - does not work usually 

           2.mesh.ExplodeAtUnweldedEdges();

(2 nd option needs welding beforehand elsewise it will explode mesh in faces)

file

Attachments:

ROCK-N-ROLL!!

thnx Petras

there is a native component for this! no need to script. "Disjoint Mesh" under Mesh / Util

not always works I usually use    2.mesh.ExplodeAtUnweldedEdges();

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