Instance Method
addExtremes(force:checkSelection:) addExtremes:checkSelection: addExtremes_checkSelection_
Adds nodes at extrema of cubic curve segments.
Declaration
func addExtremes(force: Bool, checkSelection: Bool)Declaration
- (void) addExtremes:(BOOL) force checkSelection:(BOOL) checkSelection;Declaration
addExtremes_checkSelection_(force: bool, checkSelection: bool)Parameters
forceWhether to insert extrema when doing so may introduce a bump.
checkSelectionWhether to restrict the operation to segments containing a selected node when the layer selection is not empty.
Discussion
A nearby node may be moved to the extremum instead.
See Also
Inserting Nodes
Appends a node and aligns its position to the layer grid.
Appends a node without registering undo, aligning its position, or notifying the layer.
Appends nodes.
Appends a new node and aligns its position to the layer grid.
Appends a new node without registering undo, aligning its position, or notifying the layer.
Appends a cubic curve segment and aligns its node positions to the layer grid.
Appends a cubic curve segment without registering undo, aligning its node positions, or notifying the layer.
Inserts a node at an index and aligns its position to the layer grid.
Inserts an on-curve node at a path time while preserving the path shape.
Inserts an off-curve node into a quadratic segment.
Adds nodes at inflection points of cubic curve segments.