Declaration

class func applySolutions(_ segments: [GSPathSegment], to nodes: [GSNode], grid: GSGridSettings) -> Bool

Declaration

+ (BOOL) applySolutions:(NSArray<GSPathSegment *> *) segments toNodes:(NSArray<GSNode *> *) nodes grid:(GSGridSettings) grid;

Declaration

applySolutions_toNodes_grid_(segments: list[GSPathSegment], nodes: list[GSNode], grid: GSGridSettings) -> bool

Return 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

See Also

Curve Conversion