when
if (FileType == BoardFileType.Drill)
{
PLS = PolyLineSet.LoadExcellonDrillFile(log, GerberFilename); ;
}
PLS.BoundingBox.BottomRight.X ,PLS.BoundingBox.TopLeft.X
PLS.BoundingBox.BottomRight.Y ,PLS.BoundingBox.TopLeft.Y
Can PLS.BoundingBox be obtained based on the positions of the holes at the four corners?
when
if (FileType == BoardFileType.Drill)
{
PLS = PolyLineSet.LoadExcellonDrillFile(log, GerberFilename); ;
}
PLS.BoundingBox.BottomRight.X ,PLS.BoundingBox.TopLeft.X
PLS.BoundingBox.BottomRight.Y ,PLS.BoundingBox.TopLeft.Y
Can PLS.BoundingBox be obtained based on the positions of the holes at the four corners?