I exploded a polysurface ( double curvature) in more than 14000 single surface. ( “A” on my pic)
Using : _MergeSrf I can join them 2 by 2. ( “B” on my pic)
Using a lot of _MergeSrf adding each individual element, I can finally merge a bigger part ( “C” on my pic)
But I can not do that for all my file.
the command _MergeAllFaces do not success ( as said in the doc : co-planar polysurface only)
Is there a comand which do that ?
A way using GH ?
Hi Fred - set a high angle tolerance on Tangent - like 45 - that way it will ignore the 90 degree corners and just track along the ‘correct’ direction.
But I see this is a faceted thing, not smooth - you may want to use CurveThroughPolyline once you have all the segments joined.
Joined the curves (SelChain) and since some are arcs, I changed the degree to 1 and then SimplifyCrv to get polylines, then CurveThroughPolyline and NetworkSrf.