Declaration

var segments: [GSPathSegment] { get set }

Declaration

@property (nonatomic, strong) NSArray<GSPathSegment *> * segments;

Declaration

pyobjc_instanceMethods.segments() -> list[GSPathSegment]
pyobjc_instanceMethods.setSegments_(segments: list[GSPathSegment])

Discussion

A segment runs from one on-curve node to the next on-curve node. Off-curve nodes between them become control points of the segment.

Setting this property replaces the path nodes with nodes reconstructed from the segments.

See Also

Segments

See Also

Segments