Changes between Version 4 and Version 5 of Ticket #3719, comment 1


Ignore:
Timestamp:
Mar 24, 2017, 11:31:32 AM (7 years ago)
Author:
tiiipponen

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #3719, comment 1

    v4 v5  
    6262    angleSector = angleArc / (verticesCount + 1)
    6363
    64     if (p1z == p2z) and (p1z == p3z):
    65         calculateZ = False
    66         newPointZ = p1z
    67     else:
    68         calculateZ = True
    69    
    7064    # Calculate vertice points and create line from them.
    7165