Scrip Needed :
I need to orient two different groups of Breps in the XY plane before laser printing the parts. Can anyone tell me what mistake I’m making? I’m finding errors in the lists for orienting them.
I have OpenNest but i was trying with gh….
Thanks your help !
Test2 Orient.3dm (8.7 MB)
Test Gh Cl.gh (13.2 KB)
this step doesn’t make much sense to me:
with this you get, for each Brep, the Face with the highest Area:
you can use Is Planar component to take its plane, and use that to Orient each face:
Test Gh Cl_inno.gh (16.6 KB)
[btw, once you get Faces and their planes, I would really use OpenNest]
Thanks !