Is there a way to use the UnweldVertex command through either rhinoscript, RhinoCommon or Grasshopper? I have several complex meshes like this fragment
and I need to split/explode the mesh at the many ‘singularity’ points. So far the best method is unwelding the mesh at those vertices, and then using M+ Explode Unwelded or Rhino.Geometry.Mesh.ExplodeAtUnweldedEdges()
Is there a way to automate unwelding the mesh at specific vertices?
2 posts - 2 participants