Settings

Choose language

reshape (curve,length)

reshape
  • Adjusts an existing curve to the given length.

    Function parameters


  • name of the curve
  • desired length



    Usage


    The existing curve will be deleted and then there will be drafted a new curve with the same name, at the same points and angles, but with a different length and thus with new coefficients. In the example on the left the original curve is dashed, and the resulting curve is solid.

    reshape(c1,c1.l*1.25) // adding 25% to the length of the curve
  • Previous article

    copy((objects),suffix or (new objects))

    Next article

    convert (objects)