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 61-70 de resultados 74.

type (text,point,angle,textsize)

Creates a new object that contains text, written next to the given point at the given angle of the given size.

type
type (text,point,angle,textsize)
dash (object1,object2,...,objectx)

Makes objects dashed.

dash
dash (object1,object2,...,objectx)
dot (object1,object2,...,objectx)

Makes objects dotted.

dot
dot (object1,object2,...,objectx)
solid (object1,object2,...,objectx)

Makes objects solid again.

solid
solid (object1,object2,...,objectx)
comment (string)

Prints a comment in electronic book.

comment
comment (string)
screenshot()

Adds a screenshot to the electronic book.

screenshot
screenshot()
template("alias")

This function inserts another pattern script into the current pattern script.

template
template("alias")
grade(size name,(size value,float),(size value, float))

Defines a number variable depending on the mentioned size constant. The number is changed according to arithmetic progression.

grade
grade(size name,(size value,float),(size value, float))
info (objects, strings, variables)

Outputs strings, values of variables, or information about objects in console.

info
info (objects, strings, variables)
end

Terminates execution of the code.

end
end