Type Method
applySolutions(_:to:grid:) applySolutions:toNodes:grid: applySolutions_toNodes_grid_
Applies converted quadratic segments to existing nodes.
Declaration
class func applySolutions(_ segments: [GSPathSegment], to nodes: [GSNode], grid: GSGridSettings) -> BoolDeclaration
+ (BOOL) applySolutions:(NSArray<GSPathSegment *> *) segments toNodes:(NSArray<GSNode *> *) nodes grid:(GSGridSettings) grid;Declaration
applySolutions_toNodes_grid_(segments: list[GSPathSegment], nodes: list[GSNode], grid: GSGridSettings) -> boolReturn Value
Whether the converted segments were applied.
Discussion
The segments and nodes must describe the same path segments in the same order.
See Also
Curve Conversion
The default tolerance for converting cubic curve segments to quadratic curve segments.
Converts the path to cubic curve segments.
The tolerance used when converting the path to quadratic curve segments.
Converts the path to quadratic curve segments.
Converts special curve node types to Bezier curve segments.
Converts the path to Hobby curve segments.
See Also
Curve Conversion
The default tolerance for converting cubic curve segments to quadratic curve segments.
Converts the path to cubic curve segments.
The tolerance used when converting the path to quadratic curve segments.
Converts the path to quadratic curve segments.
Converts the path to quadratic curve segments.
Converts special curve node types to Bezier curve segments.
Converts the path to Hobby curve segments.