How to know on which brep a point is projected?
Like for example on brep 1 or brep 2. It is a for a pattern, but for the pattern I need to know on which brep a point is projected.
Your data includes a lot of null points and a lot of null surfaces, so I’m kind of guessing at what you want. I cleaned up the data somewhat. Instead of using Pull, you can use Surface Closest Point and then sort by distance.
I am trying to read on which brep the points are located. It now counts 7 points on brep 2 while it should be more.
I cannot figure it out, there should be more distances of 0.
I tried also some ways to scale the brep, and I think this will help me in my script. But, this ‘best scale’ does not distribute the scaling evenly. Do you know a component that does it better?
I already tried some, but was not able to find a good one which uses the normal of the surfaces offsetting the surfaces ‘outside.’
Yes, but now I think it is easier to achieve that if the scale-offset is offset more proportionally; proportionally in a way wherein the surfaces of brep 1 are offset on a even distance for the surfaces from brep 1 making brep 2 ‘the scale-offset version.’