generative modeling for Rhino
I wrote a long and complex script that is supposed to split specific mesh edges and when I finally got the splitting part the VB component doesn't do it!
I even tried to write a new script and force it:
(x is a mesh input)
Dim m As mesh = x.Duplicate
m.TopologyEdges.SplitEdge(1, .5)
a = m
no split... can't be much simpler than that. Any help?
Tags: edge, mesh, split, splitedge, topologyedges
Permalink Reply by Vicente Soler on August 7, 2012 at 5:55am Your exact code works in my computer. I'm using the latest V5.
Permalink Reply by Andy VanMater on August 7, 2012 at 8:01am Thanks for the double check. It was a version issue. V4 simply won't split meshes but you are right that it works fine in V5. Wish I would have checked that hours ago!
© 2013 Created by Scott Davidson.
Powered by