Dharani

Results 8 comments of 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...

It can handle curves, but not directly. You'll need to architect your program to convert any input shape into a set of points. Once you get the placements, you can...

Can you clarify what you mean by "Cartesian" vs. "mathematical" coordinate systems? Are you referring to flipping the Y-axis—e.g., converting from screen coordinates (origin at top-left, Y down) to a...

Can you provide the file on which I can recreate this issue?

Can you provide a sample file on which i can reproduce the issue?