Grasshopper

algorithmic 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?

Views: 293

Replies to This Discussion

Your exact code works in my computer. I'm using the latest V5.

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!

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