Dharani
Dharani
> Hi, > > I would like to ask what is the logic for using multiple npf according to this image? > How you determine the valid positions? > More...
@theveloped : i think you're referreing to this: bool searchEdges = config.isCONCAVE(); if (searchEdges) { // NFP Generator TODO double scale contorl nfp = GeometryUtil.noFitPolygon(A, B, false, searchEdges); if (nfp...
@theveloped : this is to eliminate holes inside the NFP , assuming the fact that outer polygon is the one with largest area.
Yes, sometimes holes have good position to place.however sometimes it is giving me faulty results, that is something which I need to look into,that's why for now I have removed...