Settings

Choose language

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

cut
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.

Function parameters


  • object (e.g. curve,arc,circle,line or path)
  • point, from where the vector starts
  • angle in degrees, by default 0 degrees
  • (optional) name of the first half of the cut object
  • (optional) name of the second half of the cut object

    Usage


    p4=cut(c1,p3,170,c11,c12)

  • Previous article

    pattern (name(), trace(), qty(), fabric(), fold(), flip(), grain(), inc(), color(), outline(), seam(), extra())

    Next article

    split (object,length,newobject1,newobject2)