Sewist
Online Pattern DesignerDocumentation
Code descriptionSize Guide
Anthropometric measurementsDisplaying 21-30 of 45 results.
Advanced settings of a sewing pattern - privacy, templates, hiding code
In this article we explain how you can organise your library, create templates, make patterns visible to yourself only, or share pattern with others if you desire to do so - either showing the code, or just making your pattern available as a template while leaving the code private.
In this article we explain how you can organise your library, create templates, make patterns visible to yourself only, or share pattern with others if you desire to do so - either showing the code, or just making your pattern available as a template while leaving the code private.
private
public
hide code
template
interface
Selecting size group and size measurements
Drafting patterns for women, men, girls, boys and babies. Changing sizes and size groups within the software. The size constants sz1-sz122.
Drafting patterns for women, men, girls, boys and babies. Changing sizes and size groups within the software. The size constants sz1-sz122.
size group
sizes
size measurements
sz
interface
Point(x,y). Referring to size measurements.
Placing points - the command point and several examples of pattern drafts.
Placing points - the command point and several examples of pattern drafts.
point
sz
Apply(point,distance,angle). Length of virtual line [point1:point2].l
Let's change some of the point commands from the last tutorial to apply commands. We shall also use virtual lines between two points for some of the calculations.
Let's change some of the point commands from the last tutorial to apply commands. We shall also use virtual lines between two points for some of the calculations.
point
apply
length property
sz
.l
virtual line
Meet(point,angle,point,angle). Using variables.
Using command "meet" for placing points.
Using command "meet" for placing points.
meet
point
apply
imaginary line
length property
sz
variables
.l
Organising your code. Using variables and comments.
Before we dive into the actual drafting, let's make some calculations and organize them so that we can easily adapt our pattern to different needs.
Before we dive into the actual drafting, let's make some calculations and organize them so that we can easily adapt our pattern to different needs.
comments
variables
How to choose names for points and objects
Another idea on how you make your pattern draft more readable and easier to manage.
Another idea on how you make your pattern draft more readable and easier to manage.
names
variables
apply
meet
Redefining objects
In this lesson we shall see what happens if we define an object or a variable again.
In this lesson we shall see what happens if we define an object or a variable again.
redefining objects
Angle property of a virtual line
Referring to an angle between two points.
Referring to an angle between two points.
.a1
.a2
point
apply
meet
virtual line