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 31-40 de resultados 74.

tangent (object, point, parameter, newobject1, newobject2)

Finds a tangent to an object from a given point, places a point on the object in this place, and splits the object into two new objects (optionally). Can be applied to line, arc, curve, path.

tangent
tangent (object, point, parameter, newobject1, newobject2)
copy((objects),suffix or (new objects))

Creates copies of one or several objects.

copy
copy((objects),suffix or (new objects))
delete (object1,object2,...,objectx)

Deletes objects.

delete
delete (object1,object2,...,objectx)
rename (object1,object2,...,objectx)

Renames objects.

rename
rename (object1,object2,...,objectx)
adjust (curve1,curve2)

Adjusts the lengths of two curves so that they are equal.

adjust
adjust (curve1,curve2)
reshape (curve,length)

Adjusts an existing curve to the given length.

reshape
reshape (curve,length)
convert (objects)

Converts an object or several objects into curve(s) with the same starting/ending points and angles, and of the same length.

convert
convert (objects)
invert (objects)

Inverts the mentioned objects and keeps the type of the objects intact.

invert
invert (objects)
move((object1,object2,...),line,(newobject1,newobject2))

This function moves the named objects at a given distance at the given angle.

move
move((object1,object2,...),line,(newobject1,newobject2))
shift((object1,object2,...),line,(newobject1,newobject2))

Moves objects along a reference line.

shift
shift((object1,object2,...),line,(newobject1,newobject2))