mcneel / rhinocommon

RhinoCommon is the .NET SDK for Rhino5 / Grasshopper
http://wiki.mcneel.com/developer/rhinocommon
243 stars 93 forks source link

Brep Topology #35

Closed lleibman closed 13 years ago

lleibman commented 13 years ago

I don't currently see a means to walk the topological hierarchy of a brep. In the older SDK you could retrieve a Breps regions and from there walk through the entire topology of the brep including loops, trims, edges, faces and vertices. Could this functionality be exposed in RhinoCommon (or is it already there, I see edge and facelists)?

sbaer commented 13 years ago

Were you calling the RegionTopology function in the older SDK? I haven't wrapped this yet for RhinoCommon, but just want to make sure this is what you currently need so I don't waste time wrapping the wrong thing.

lleibman commented 13 years ago

Yes Steve, RegionTopology was where I started from in the older SDK; let me know if you need a list of the methods/fields I was accessing in the old SDK (although I realize they will probably be packaged differently in RhinoCommon).

Thanks!

sbaer commented 13 years ago

Don't worry about a specific list yet. You know how to get a hold of me when there are missing functions;)

sbaer commented 13 years ago

done