Settings

Choose language

Sewist Pattern Designer Documentation
Displaying 1-10 of 10 results.

cut(object,point,angle,newobject1,newobject2)

Splits an objects in two by intersecting it by a line from a given point at a given angle and draws a point there. You may name two resulting objects if you want to use them later.

cut
cut(object,point,angle,newobject1,newobject2)
split (object,length,newobject1,newobject2)

Splits an object into two new objects, following the original object’s direction, and places a point there.

split
split (object,length,newobject1,newobject2)
cross(object,object,newobject1,newobject2,newobject3,newobject4)

Draws a point in the place where two objects intercross. If objects intercross twice, only the first point of intersection is returned. Can be applied to lines, arcs, circles, curves and paths. If used in if operator, will return true/false.Function parametersfirst objectsecond object(optional) first ...

cross
cross(object,object,newobject1,newobject2,newobject3,newobject4)
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)