- fixed a GUI glitch in the Excellon tool table
- added units to some of the parameters in the Properties Tool
This commit is contained in:
@@ -25,6 +25,7 @@ def dxfpoint2shapely(point):
|
||||
geo = Point(point.dxf.location).buffer(0.01)
|
||||
return geo
|
||||
|
||||
|
||||
def dxfline2shapely(line):
|
||||
|
||||
try:
|
||||
@@ -39,6 +40,7 @@ def dxfline2shapely(line):
|
||||
|
||||
return geo
|
||||
|
||||
|
||||
def dxfcircle2shapely(circle, n_points=100):
|
||||
|
||||
ocs = circle.ocs()
|
||||
|
||||
Reference in New Issue
Block a user