Instance Method
reconnectNodes(atNode1:node2:offset:) reconnectNodesAtNode1:node2:offset: reconnectNodesAtNode1_node2_offset_
Divides paths at two on-curve nodes and reconnects the resulting endpoints crosswise.
Declaration
- (void) reconnectNodesAtNode1:(GSNode *) node1 node2:(GSNode *) node2 offset:(CGFloat) offset;Parameters
offsetThe distance by which to extend adjacent segments before reconnecting them.
See Also
Connecting Paths
Connects two path endpoints.
Connects two path endpoints and optionally adjusts their adjacent segments.
Opens or divides the path at a node.
Reconnects four on-curve nodes according to their tangent directions.
Connects coincident endpoints of open paths.
Connects the nearest endpoints of a collection of open paths.