Hello!
I am trying to find the min and max Z values for points in the polysurface that are the result of a boolean operation.
First I use ExplodePolysurfaces, then SurfaceEditPoints or SurfacePoints to create a list of points.
But the min and max functions on the point list give me unexpected results.
Max and Min of points are dependent on the position of polysurfaces that were subtracted from the polysurface.
I need only points /vertex) on the actual polysurface that is the result of boolean operation.
Thanks for your help!
Igor