Declaration

func nextOncurve() -> GSNode?

Declaration

- (GSNode *) nextOncurveNode;

Declaration

nextOncurveNode() -> GSNode

Discussion

For a closed path, navigation wraps around the path. For an open path, this is nil when no next on-curve node exists. For a path consisting solely off-curve nodes, returns nil.

See also nextOncurveNode(from:)nextOncurveNodeFromIndex:nextOncurveNodeFromIndex_.

See Also

Path Navigation

  • The index of the node in its path, or nil when the node is not in a path.

  • The previous on-curve node in the path.

See Also

Path Navigation