mcneel / rhinocommon

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

Multiple breps to poly surface #11

Closed jmirtsch closed 12 years ago

jmirtsch commented 13 years ago

Hi Steve,

Can you please explain the method on Brep, Brep.MergeBreps

Is it "collapsing" coincident vertex and edges etc? Is there an existing method to make a polysurface out of a collection of breps. For me it would be ideal to be as fast as possible, so if collapsing of coincident aspects is not required it would simply append each brep to a master (or perhaps have collapsing elements as an option).

Thanks in advance,

Jon

sbaer commented 13 years ago

I added some extra blather to the xml comments for this function. http://www.rhino3d.com/5/rhinocommon/html/M_Rhino_Geometry_Brep_MergeBreps.htm

Jon, please let me know if this is clear.