We're weaving something amazing! 🧵 Our documentation is still on the loom and will be ready soon. Right now, we're focused on stitching up the best possible software for you—because great tools come first, and the manual comes second. Hang tight, and thanks for your patience!
Formulas in SeamScape bring a dynamic and powerful element to pattern creation. They allow you to define relationships and calculations between different entities in your design. Here’s how formulas work:
=
) at the start.You can use formulas to reference various properties of paths, points, and custom variables. Here are some key references:
PATH_NAME.length
: Gets the length of the path named PATH_NAME
.PATH_NAME.angle
: Retrieves the angle of the path named PATH_NAME
relative to the coordinate system.POINT_NAME.x
: Fetches the absolute X-coordinate of the point named POINT_NAME
.POINT_NAME.y
: Fetches the absolute Y-coordinate of the point named POINT_NAME
.PATH_NAME.POINT_NAME.angle
: Retrieves the angle of a specific point on a path in the path’s direction.PATH1.length * 1.5
).PATH1.length + 10
).Formulas transform SeamScape into a truly dynamic pattern design tool, enabling complex and adaptable creations with ease.