Instance Method
reconnect(_:)reconnectNodes:reconnectNodes_
Reconnects four on-curve nodes according to their tangent directions.
Declaration
func reconnect(_ originNodes: [GSNode]) -> BoolDeclaration
- (BOOL) reconnectNodes:(NSArray<GSNode *> *) originNodes;Declaration
reconnectNodes_(originNodes: list[GSNode]) -> boolReturn Value
Whether all resulting endpoints could be paired and connected.
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.
Divides paths at two on-curve nodes and reconnects the resulting endpoints crosswise.
Connects coincident endpoints of open paths.
Connects the nearest endpoints of a collection of open paths.