The path point type.
Value
Name | Description | Value |
---|---|---|
PointType.CORNER | The point is a corner point, it has either one direction line, or two independent direction lines. | 1668443762 = 'crnr' |
PointType.PLAIN | The point is a plain point, it has no direction lines. | 1886151022 = 'plan' |
PointType.SMOOTH | The point is a smooth point, it has two direction lines which are parallel. | 1936553064 = 'smth' |
PointType.SYMMETRICAL | A special type of smooth point with two direction lines of equal length. | 1937337709 = 'symm' |
Usage
As property
PathPoint.pointType
Jongware, 28-Apr-2012 v3.0.3i | Contents :: Index |