Declaration

func removeNodeCheckKeepShape(_ node: GSNode, normalizeHandles: Bool) throws

Declaration

- (BOOL) removeNodeCheckKeepShape:(GSNode *) node normalizeHandles:(BOOL) normalizeHandles error:(NSError **) error;

Declaration

removeNodeCheckKeepShape_normalizeHandles_error_(node: GSNode, normalizeHandles: bool) -> tuple[bool, NSError]

Parameters

normalizeHandles

Whether to normalize the remaining handles before fitting the adjusted curve.

Parameters

normalizeHandles

Whether to normalize the remaining handles before fitting the adjusted curve.

error

On failure, an error describing why the node could not be removed.

Return Value

Whether the node could be removed.

See Also

Removing Nodes