The Segment object represents the points of a path through which its Curve
objects pass. The segments of a path can be accessed through its path.segments
array.
Each segment consists of an anchor point (segment.point
) and optionaly an incoming and an outgoing handle (segment.handleIn
and segment.handleOut
), describing the tangents of the two Curve
objects that are connected by this segment.
Segment([point[, handleIn[, handleOut]]])
Segment(object)
point
handleIn
handleOut
selected
index
path
curve
location
next
previous