I end up with a bunch of planar breps after boolean splitting a brep with some cutter curves.
My aim is to order the result of Brep.Split() method as per the X co-ordinates of centroid of each brep in a specific plane.
There are a couple of planar breps (surfaces) where I consistently failed to calculate the AreaMassProperties which is what I am using to get the centroid.
If I extract the boundary curves of these two planar breps and do the same process then AreaMassProperties succeeds.
Wondering if anyone can tell me whats wrong with these planar breps exactly as I couldnt find anything.
Thanks!
BrepTest.3dm (68.4 KB)
BrepTest.gh (26.0 KB)