how to get the rendermesh (or any) from a brep/surface?

i can extract the mesh now through things like:

mesh = brep.Faces[0].GetMesh(Rhino.Geometry.MeshType.Any);taken from the unroll surface sample,
but i dont know how to access the RenderMesh Class - as it has no constructor or static methods i am a bit lost..
If i have the object reference, guid etc. - how to get the rendermesh/viewportmesh out?
Thanks!

Views: 21

Reply to This

Replies to This Discussion

Let me know if this helps.

https://gist.github.com/dalefugier/5017366

 -- Dale

got it - thanks a lot!

RSS

Translate

© 2013   Created by McNeel Admin.

Badges  |  Report an Issue  |  Terms of Service