Marthee commited on
Commit
0279e57
·
verified ·
1 Parent(s): 9737490

Update deploying_3_3.py

Browse files
Files changed (1) hide show
  1. deploying_3_3.py +1 -1
deploying_3_3.py CHANGED
@@ -794,7 +794,7 @@ def Create_DF(dxfpath,datadoc,hatched_areas):
794
  TotalPerimeter=0
795
  for shape in hatched_areas:
796
  area = shape[1] # area
797
- perimeter = shape[1] # perimeter
798
  # if(i < len(colorRanges)):
799
  # color = colorRanges[i]
800
  # colorUsed.append(color)
 
794
  TotalPerimeter=0
795
  for shape in hatched_areas:
796
  area = shape[1] # area
797
+ perimeter = shape[2] # perimeter
798
  # if(i < len(colorRanges)):
799
  # color = colorRanges[i]
800
  # colorUsed.append(color)