Spaces:
Sleeping
Sleeping
Update deploying_3_3.py
Browse files- 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[
|
| 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)
|