You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello I have bin 4'X8'
and a couple of one rectangle 4'X5
spacing: 0.125
rotation: 4
when I run the script I am getting NFP Error
here are a some debug of A and B shapes
Hello I have bin 4'X8'
and a couple of one rectangle 4'X5
spacing: 0.125
rotation: 4
when I run the script I am getting NFP Error
here are a some debug of A and B shapes
A: 0 0 95.875 47.875 geometryutil.js:1399 B: -0.0625 -0.0625 60.0625 48.0625 geometryutil.js:1400 X : 60.0625--0.0625 > 95.875-0 = 60.125 > 95.875 geometryutil.js:1404 Y : 48.0625--0.0625 > 47.875-0 = 48.125 > 47.875
this is resut from noFitPolygonRectangle function,
function returns null becouse of : 48.125 > 47.875
if(maxBy-minBy > maxAy-minAy){ return null; }
The text was updated successfully, but these errors were encountered: