Page 1 of 1

Simple Circle Shape Question.

Posted: Wed Nov 17, 2010 3:19 pm
by LeeHasPencil
I draw a perfect circle with 4 points. How do I add a point, to draw a line through the circle, without interrupting the circle shape?

It's probably not possible by definition but I'm curious.

Posted: Wed Nov 17, 2010 5:20 pm
by PARKER
You can add the initial point on top of one of the points of the circle and then the other point that would be the end of the line on top of another.

This can work if you want the line to be totally vertical or horizontal, but if you dont want this, then go to:

-Script
-Draw
-Splite curve and insert 3 or a higher number, this will add more points to the shape of the circle.
Now you can add the point of the line on any part of the edge of the circle and it wont deform.

Posted: Wed Nov 17, 2010 5:23 pm
by LeeHasPencil
Excellent! Thank you very much indeed. :)

Posted: Wed Nov 17, 2010 5:25 pm
by PARKER
LeeHasPencil wrote:Excellent! Thank you very much indeed. :)
Your welcome :) .