Instance Method
removeNodesCutPath(_:)removeNodesCutPath:removeNodesCutPath_
Removes mapped nodes while preserving the unselected path portions.
Declaration
func removeNodesCutPath(_ indexPaths: [IndexPath])Declaration
- (void) removeNodesCutPath:(NSArray<NSIndexPath *> *) indexPaths;Declaration
removeNodesCutPath_(indexPaths: list[NSIndexPath])Parameters
indexPathsNode index paths from selectedElementsMappings()selectedElementsMappingsselectedElementsMappings.
Discussion
Paths are split where necessary, and hints attached to removed nodes are removed.
See Also
Selection Serialization
Content representing the selected elements for serialization and paste.
Structural mappings for the selected elements.
Removes elements described by structural mappings.
Removes a selectable element from the layer.
Adds content from a serialized selection dictionary.
Separates paths by whether they contain selected nodes.