Marthee commited on
Commit
e38dc64
·
verified ·
1 Parent(s): 2c7c373

Update dxf__omar3_2.py

Browse files
Files changed (1) hide show
  1. dxf__omar3_2.py +1 -1
dxf__omar3_2.py CHANGED
@@ -243,7 +243,7 @@ def get_hatched_areas(filename,FinalRatio):
243
  x1,y1=edge.end
244
  if(flag==0):
245
  vert=[(x* (FinalRatio),y* (FinalRatio)),(x1* (FinalRatio),y1* (FinalRatio))]
246
- else:m
247
  vert.append([x1* (FinalRatio),y1* (FinalRatio)])
248
  flag=1
249
  poly = ShapelyPolygon(vert)
 
243
  x1,y1=edge.end
244
  if(flag==0):
245
  vert=[(x* (FinalRatio),y* (FinalRatio)),(x1* (FinalRatio),y1* (FinalRatio))]
246
+ else:
247
  vert.append([x1* (FinalRatio),y1* (FinalRatio)])
248
  flag=1
249
  poly = ShapelyPolygon(vert)