sew
Join two pattern lines by specifying patterns and lines, with optional direction flags for correct alignment.
Instructions
Sew line_a of pattern_a to line_b of pattern_b (segment sewing). Directions follow each line's point order; when the two lines run in opposite physical directions set dir_b=False (e.g. front right side <-> back left side with clockwise outlines). Check the result with simulate + snapshot; there is no API to remove a seam, so save a checkpoint first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dir_a | No | ||
| dir_b | No | ||
| line_a | Yes | ||
| line_b | Yes | ||
| pattern_a | Yes | ||
| pattern_b | Yes |