Declaration

func dividePath(at node: GSNode) -> GSNode?

Declaration

- (GSNode *) dividePathAtNode:(GSNode *) node;

Declaration

dividePathAtNode_(node: GSNode) -> GSNode

Return Value

The node preceding the new opening, or nil when the node cannot be processed.

Discussion

A closed path is opened at the node. An open path is divided into two paths with a copy of the node at the new opening.

See Also

Connecting Paths