Configurações

Choose language

Documentação para designers de moldes da Sewist
Pesquisar

Conteúdos:

Etiquetas:


Ordenar por:

Sewist

Criador de Moldes Online

Documentação

Descrição do código

Guia de Tamanhos

Medidas antropométricas
A exibir 61-70 de 74 resultados.

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