Page 1 of 1

Divide a circle

Posted: Fri Apr 06, 2012 12:29 am
by andrew
From a QCAD user:

How to divide a circle up into 6 equal parts?

Re: Divide a circle

Posted: Fri Apr 06, 2012 12:31 am
by andrew
With QCAD 2.2, you would have to draw an arc with an angle of 60 degrees and rotate it by 60 degrees with 5 copies.

With QCAD 3 (Release Candidate), you can use the split tool:
- Select the circle
- Modify - Split Entities
- Enter parameters in the options tool bar at the top: Parts: 6, Start angle: 0 (or desired start angle)
- Click the button with the green tick in the options tool bar.

Re: Divide a circle

Posted: Sun Jun 03, 2012 1:12 pm
by LeoP
With Qcad 2.2, I would use the polygon line tool to insert a polygon with the required number and starting angle inside the circle, then use the break out segment tool (with 'remove segment' unchecked!) or the scissors tool to do the dividing. Remove the polygon afterwards (which is easier if placed on a temporary layer).
Works with any number, any angle; and is fairly quick, too...

Re: Divide a circle

Posted: Mon Jun 04, 2012 7:51 am
by J-J
I tried to play with the split tool as you said. There is something that is puzzling: in the example, I tried dividing a circle in 7 parts with a start angle of 10°. Entering 10 in the box does not produce the expected result. In order to obtain an angle close to 10°, I have to enter "10*(180/3.14159)" which is not mathematically logical. Is there something I am missing?
Dimensions are set to decimal degrees
win7/64

Re: Divide a circle

Posted: Mon Jun 04, 2012 8:11 am
by andrew
Thanks for the report. That entered angle is converted from degrees to radians twice, which is a bug:
http://www.ribbonsoft.com/bugtracker/in ... ask_id=613