File: 49.htm

package info (click to toggle)
eagle 4.16-5
  • links: PTS
  • area: non-free
  • in suites: etch, etch-m68k
  • size: 36,508 kB
  • sloc: sh: 82; makefile: 32
file content (77 lines) | stat: -rw-r--r-- 2,042 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
<html>
<head>
<title>EAGLE Help: GROUP</title>
</head>
<body bgcolor=white>
<font face=Helvetica,Arial>
<hr>
<i>EAGLE Help</i>
<h1><center>GROUP</center></h1>
<hr>
<dl>
<dt>
<b>Function</b>
<dd>
Defines a group.
<p>
<dt>
<b>Syntax</b>
<dd>
<tt>GROUP *..</tt><br>
<tt>GROUP;</tt>
<p>
<dt>
<b>Mouse</b>
<dd>
Right button closes the polygon.<br>
Left-click&amp;drag defines a rectangular group.
<p>
</dl>
<b>See also</b> <a href=32.htm>CHANGE</a>,
<a href=38.htm>CUT</a>,
<a href=68.htm>PASTE</a>,
<a href=59.htm>MIRROR</a>,
<a href=39.htm>DELETE</a>
<p>
The GROUP command is used to define a group of objects and elements
for a succeeding command. Also a whole drawing or an element can be
defined as a group. Objects are selected - after activating the
GROUP command - by drawing a polygon with the mouse. The easiest
way to close the polygon is to use the right mouse button. Only objects
from displayed layers can become part of the group.
<p>
The group includes:
<ul>
<li>all objects whose origin is inside the polygon
<li>all wires with at least one end point inside the polygon
<li>all circles whose center is inside the polygon
<li>all rectangles with any corner inside the polygon
</ul>
<u>Move Group</u>
<p>
In order to move a group it is necessary to select the MOVE command
with the right mouse button. When moving wires (tracks) with
the GROUP command that have only one end point in the polygon, this
point is moved while the other one remains at its previous position.
<p>
For instance: In order to change several pad shapes, select
CHANGE and SHAPE with the left mouse button and select the group with
the right mouse button.
<p>
The group definition remains until a new drawing is loaded
or the command
<pre>
GROUP;
</pre>
is executed.

<hr>
<table width=100% cellspacing=0 border=0><tr><td align=left><font face=Helvetica,Arial>
<a href=index.htm>Index</a>
</font></td><td align=right><font face=Helvetica,Arial size=-1>
<i>Copyright &copy; 2005 CadSoft Computer GmbH</i>
</font></td></tr></table>
<hr>
</font>
</body>
</html>