Instellingen

Choose language

Documentatie voor Sewist Patroon Ontwerper
Zoeken

Inhoud:

Tags:


Sorteer op:

Sewist

Online Naaipatroon Ontwerper

Documentatie

Codebeschrijving

Maatinformatie

Antropometrische metingen
Weergave van 61-70 van 74 resultaten.

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