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 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
<head>
<title>GAMGI Interfaces: Plane Modify</title>
<link rel="icon" type="image/png" href="../../icon/gamgi16.png"/>
<link rel="stylesheet" type="text/css" href="../../css/base.css"/>
<link rel="stylesheet" type="text/css" href="../../css/notebook.css"/>
</head>
<body>
<h1>Plane Modify</h1>
<div id="notebook">
<ul>
<li><span>Type</span></li>
<li><a href="modify_scope.html">Scope</a></li>
<li><a href="modify_projection.html">Projection</a></li>
<li><a href="modify_position.html">Position</a></li>
<li><a href="modify_view.html">View</a></li>
</ul>
</div>
<div class="contents">
Change here object and crystallographic data for a single plane or a list of planes.
<p/>
To modify a plane, click over its graphic image, or write its identification
(name and number) on the <b>Plane</b> entry. To modify a list of planes, press
the button <b>List</b> (after creating the list of planes with <b>Plane->Select</b>).
Parameters for empty entries or <b>Local</b> choices remain unchanged.
<p/>
To change a plane name write the new name in the <b>Plane</b> entry,
followed by the plane number (GAMGI needs the number to identify the plane).
To change the name for a list of planes, press <b>List</b> first
and then write the new common name in the <b>Name</b> entry.
<h3>Reference</h3>
GAMGI can handle crystallographic planes (selecting <b>Cell</b>), related with
a cell containing the relevant crystallographic information, and atomic planes
(selecting <b>Atoms</b>), defined by three non-colinear atoms.
<p/>
For a single plane, <b>Reference</b> can be <b>Cell</b>, <b>Atoms</b>
or <b>Local</b>. For a list of planes, <b>Reference</b> must be <b>Local</b>.
<p/>
When <b>Cell</b> or <b>Atoms</b> is selected, the plane is recreated
from scratch (as if using <b>Plane->Create</b>) and its old content is
removed. As this requires local information for each plane, it cannot
be done for a lists of planes. When <b>Local</b> is selected, previous
features and contents are preserved, unless when specifically changed.
<b>Cell</b>
To create crystallographic planes, set <b>Reference</b> to <b>Cell</b>.
GAMGI automatically shows a <b>Cell</b> entry, <b>h</b>, <b>k</b>, <b>l</b>
entries to indicate the plane indices, plus a <b>Vectors</b> menu, to select
the cell vectors to use, <b>Conventional</b> or <b>Primitive</b>. For the sake
of simplicity, GAMGI does not accept 4-indice notation for planes or directions
in hexagonal cells.
<p/>
Pressing the mouse over a cell in the current layer, the cell identification
is automatically written in the <b>Cell</b> entry. When a valid cell is found
and its <b>Type</b> is <b>Projection</b>, the default <b>Polygon</b> page
is automatically replaced by a <b>Projection</b> page.
<b>Atoms</b>
When <b>Reference</b> is set to <b>Atoms</b>, GAMGI automatically shows
three <b>Atom</b> entries. Pressing the mouse sucessively over three
non-colinear atoms in the current layer, the three entries become occupied
and the plane defined. After pressing <b>Ok</b>, an error is shown if the
atoms are disposed linearly.
</div>
<div id="bottom">
<a href="../../index.shtml">Home</a>
</div>
</body>
</html>
|