Edge Object Properties
Edge objects are returned by an Edge query on a Geometry object. Note: edges may be arcs or straight segments.
Example:
Length
Return the true edge length (if an arc, the curvature is taken into account).
Example:
Angle(pos)
Return the angle of the tangent (in radians), relative to the standard X axis, of the edge point specified by ‘pos’. Angles are returned using the usual ‘count-clockwise is positive’ convention. Tangents point in the direction of the edge.
Parameters:
Example:
Normal(pos)
Return the angle of the normal (in radians), relative to the standard X axis, of the edge point specified by ‘pos’. Angles are returned using the usual ‘count-clockwise is positive’ convention. Normals are outward facing (or to the right in poly-lines) of the edge.
Parameters:
Example:
X(pos)
Return the X value of the edge point specified by ‘pos’.
Parameters:
Example:
Y(pos)
Return the Y value of the edge point specified by ‘pos’.
Parameters:
Example: