Configuraciones

Choose language

Documentación del diseñador de patrones de costura
Buscar

Contenidos:

Etiquetas:


Pedido por:

Sewist

Diseñador de Patrones En Línea

Documentación

Descripción de código

Guía de tallas

Medidas antropométricas
Mostrar 1-10 de resultados 11.

line(point1,point2)

Draws a line between two points.

line
.p1
.p2
.a1
.a2
.l
.x1
.x2
.y1
.y2
.dx
.dy
line(point1,point2)
arc(point1,point2,angle1,angle2)

Draws a smooth curve between two points that will never go outside the imaginary lines drawn at the given angles.

arc
.x1
.x2
.y1
.y2
.a1
.a2
.l
.dx
.dy
.p1
.p2
arc(point1,point2,angle1,angle2)
curve (point1,point2,angle1,angle2,coefficient1,coefficient2)

Draws a curve between two points.

curve
.x1
.x2
.y1
.y2
.a1
.a2
.l
.dx
.dy
.p1
.p2
.c1
.c2
curve (point1,point2,angle1,angle2,coefficient1,coefficient2)
wave ((point1,point2,...,pointn),angle1,angle2,coefficient)

Draws a smooth path consisting of curves between a set of points.

wave
.x1
.x2
.y1
.y2
.a1
.a2
.l
.dx
.dy
.p1
.p2
wave ((point1,point2,...,pointn),angle1,angle2,coefficient)
convex (point1,angle1,point2,angle2,radius)

Draws a round tip within the given vectors.

convex
.x1
.x2
.y1
.y2
.a1
.a2
.l
.dx
.dy
.p1
.p2
convex (point1,angle1,point2,angle2,radius)
circle(point,radius,angle, angle)

Draws a circle, or a section of a circle, with center at the named point and of the given radius.

circle
.x1
.x2
.y1
.y2
.a1
.a2
.l
.dx
.dy
.p1
.p2
circle(point,radius,angle, angle)
path(object1,object2,...,objectx)

Unites several objects into a path.

path
.x1
.x2
.y1
.y2
.a1
.a2
.l
.dx
.dy
.p1
.p2
path(object1,object2,...,objectx)
shape (point1,point2,angle1,angle2,length)

Draws a smooth curve between two points at the given angles of the given length.

shape
shape (point1,point2,angle1,angle2,length)
flounce(point,length,width,seam allowance)

Returns path for a spiral flounce around the mentioned point, based on desired width and length of flounce.

flounce(point,length,width,seam allowance)
along (object,distance,side)

Creates a new path along an existing object path at the given distance all along the path.

along
along (object,distance,side)