Instance Method
connectPaths(with:andNode:) connectPathsWithNode:andNode: connectPathsWithNode_andNode_
Connects two path endpoints.
Return Value
The surviving node at the connection, or nil when the nodes cannot be connected.
Discussion
Endpoints on different open paths join the paths. Endpoints on the same open path close it.
See Also
Connecting Paths
Connects two path endpoints and optionally adjusts their adjacent segments.
Opens or divides the path at a node.
Divides paths at two on-curve nodes and reconnects the resulting endpoints crosswise.
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.