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
|
<?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: Direction Create</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>Direction Create</h1>
<div id="notebook">
<ul>
<li><span>Type</span></li>
<li><a href="create_scope.html">Scope</a></li>
<li><a href="create_projection.html">Projection</a></li>
<li><a href="create_view.html">View</a></li>
</ul>
</div>
<div class="contents">
Set here the properties of a crystallographic or atomic direction.
<h3>Reference</h3>
GAMGI can handle crystallographic directions, related with a cell containing
the relevant crystallographic information, and atomic directions, defined by
two non-coincident atoms.
<p/>
To create crystallographic directions, set <b>Reference</b> to <b>Cell</b>.
GAMGI automatically shows a <b>Cell</b> entry, plus <b>u</b>, <b>v</b>, <b>w</b>
entries to indicate the direction 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>Line</b> page
is automatically replaced by a <b>Projection</b> page.
<p/>
By default, only one family of crystallographic directions is created.
To create a set of families simultaneously, press the button <b>Set</b> (TODO).
<p/>
When <b>Reference</b> is set to <b>Atoms</b>, GAMGI automatically shows
two <b>Atom</b> entries. Pressing the mouse sucessively over two
non-colinear atoms in the current layer, the two entries become occupied
and the direction defined. After pressing <b>Ok</b>, an error is shown
if the atoms are coincident.
</div>
<div id="bottom">
<a href="../../index.shtml">Home</a>
</div>
</body>
</html>
|