Declaration

func nextOncurveNode(from index: Int) -> GSNode?

Declaration

- (GSNode *) nextOncurveNodeFromIndex:(NSInteger) index;

Declaration

nextOncurveNodeFromIndex_(index: int) -> GSNode

Discussion

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

See Also

Node Navigation

See Also

Node Navigation