cadsoft eagle 4.5 사용자 설명서

다운로드
페이지 248
Rotating a Package as a Whole
To come back to the example of this chapter, please open the library
my_lib.lbr and edit the package LCC-20.
Display all layers with DISPLAY ALL to make sure you have all objects
rotated. Now use GROUP and draw a frame around everything.
Use the ROTATE command to rotate the group:
Now click with the left mouse into the Angle box of the paramter tool-
bar and type in the requested angle. Then use a right mouse click into
the group to define the rotation point.
The package is shown now in the given angle.
Alternatively you can work with the command line:
ROTATE R22.5 (> 0 0)
rotates, for example, the previously selected group 22.5° further around
the point (0 0). The > sign (right angle bracket) within the parenthesis
for coordinates causes the rotation of the whole group (as a right mouse
click on the point (0 0) would do).
Packages with Radial Pad Arrangement
It is possible to work with polar coordinates to place pads or SMDs in a
radial arrangement. Set a suitable reference point, for example, in the
center of the package with the MARK command first. The command
line shows now additional information about the cursor position.
Package Editor: Relative and Polar Coordinates Display
Values marked with an R are relative values referring to the previously
set reference point. The leading P indicates polar values referring to the
reference point.
Example:
Three pads are to be placed on the circumference of a circle with a radius
of 50 mm. The center of the part is at position (0 0).
GRID MM;
MARK (0 0);
PAD '1' (P 50 0);
PAD '2' (P 50 120);
PAD '3' (P 50 240);
Depending on the used pad shape it may be useful to place the pads ro-
tated (for example for Long pads or SMDs).
It is possible to enter the angle directly in the parameter toolbar or in
the command line while the PAD or SMD command is active.
204
EAGLE Manual