How do I connect a circle to a NET?
I want to draw a circle and connect that circle to ground.
How do I connect a circle to a NET?
I want to draw a circle and connect that circle to ground.
On 4/21/2010 4:44 PM, Dang Tran wrote:
The arc command, when trying to make a circle is not as accurate as the
circle command.
Say I want to use the arc command to create a circle with a radius of 9.5mm
centered at (20mm,20mm)
My calculation for creating the circle using the arc command are (20,29.5)
to (20.17,29.5) Curve = -359.
If you try it in eagle the center is off.
just make 2 semicircles and overlap them. this is a good use for the
COPY command ( which really duplicates objects).
i don't think the 2nd coordinate is a point that is drawn, it is just
used to define the diameter and that leads to an error since you don't
have the correct diameter. i can't offer you a better answer since I use
v4 which is slightly different but I can do it with semicircles exactly.
watch out for grid settings.
On 4/21/2010 4:44 PM, Dang Tran wrote:
The arc command, when trying to make a circle is not as accurate as the
circle command.
Say I want to use the arc command to create a circle with a radius of 9.5mm
centered at (20mm,20mm)
My calculation for creating the circle using the arc command are (20,29.5)
to (20.17,29.5) Curve = -359.
If you try it in eagle the center is off.
just make 2 semicircles and overlap them. this is a good use for the
COPY command ( which really duplicates objects).
i don't think the 2nd coordinate is a point that is drawn, it is just
used to define the diameter and that leads to an error since you don't
have the correct diameter. i can't offer you a better answer since I use
v4 which is slightly different but I can do it with semicircles exactly.
watch out for grid settings.