08.08.14, 15:24
hi all,
I'm trying to delete a curve and I'm having some trouble.
If I have an initial shape (Picture 1.png)
how do I get it to remove the curve at one end
(see Picture 3.png) without deleting a corner point?
Hopefully, I'm making sense...
I've tried deleting a segment, and I end up removing
a corner point, not the curve connecting the two points.
If I try:
myArt.curves[0].remove();
I get an error as remove() is not a native function to the Curve class.
Any help I could get would be greatly appreciated.
Thanks, J