Instance Method
removeNodeCheckKeepShape(_:)removeNodeCheckKeepShape:removeNodeCheckKeepShape_
Removes a node and adjusts adjacent segments to approximate the path shape.
Declaration
func removeNodeCheckKeepShape(_ node: GSNode) -> BoolDeclaration
- (BOOL) removeNodeCheckKeepShape:(GSNode *) node;Declaration
removeNodeCheckKeepShape_(node: GSNode) -> boolReturn Value
Whether the node could be removed.
See Also
Removing Nodes
Removes nodes.
Removes the node at an index.
Removes a node.
Removes a node without registering undo, updating the layer selection, or notifying the layer.
Removes a node and adjusts adjacent nodes to keep the path structurally valid.
Removes a node and adjusts adjacent segments to approximate the path shape.