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
Tags:
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
not always works I usually use 2.mesh.ExplodeAtUnweldedEdges();
Welcome to
Grasshopper
Added by Parametric House 0 Comments 0 Likes
Added by Parametric House 0 Comments 0 Likes
Added by Parametric House 0 Comments 0 Likes
Added by Parametric House 0 Comments 0 Likes
© 2024 Created by Scott Davidson. Powered by