This file is indexed.

/usr/share/xtrkcad/html/cmdElev.html is in xtrkcad 1:4.0.2-2+b1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=US-ASCII">
<title>Elevation</title>
<link rel="previous" href="cmdConnect.html">
<link rel="ToC" href="contents.html">
<link rel="index" href="IndexPage.html">
<link rel="next" href="computeElevations.html">
<link rel="stylesheet" type="text/css" href="xtrkcad_lin.css"></head>
<body>
<h1><a name="cmdElev"></a>2.2.4 Elevation</h1>
<p>
<img src="png.d/belev.png">
</p>
<p>
The <strong>Elevation</strong> command changes the elevation of track endpoints. After opening this dialog, you can click on the respective endpoint to set its elevation properties. The endpoint on which you work is indicated with a big red dot.
</p>
<p>
<img src="png.d/celev.png">
</p>
<p>
An endpoint can have one of several elevation types:
</p>
<p>

</p>
<ul><li>
<strong>None</strong> - no elevation defined.
</li>
<li>
<strong>Defined</strong> - a defined elevation at a specified height.
</li>
<li>
<strong>Hidden</strong> - a defined elevation but not displayed on the layout.
</li>
<li>
<strong>Computed</strong> - height is based on height of closest neighbors.
</li>
<li>
<strong>Grade</strong> - grade is based on height of closest neighbors.
</li>
<li>
<strong>Ignored</strong> - endpoint is not considered in computations.
</li>
<li>
<strong>Station</strong> - assigns a name to the endpoint.
</li>
</ul>
<p>
<strong>Note:</strong> Only one of these attributes can be assigned to an endpoint. For example, an endpoint can not be defined as a Grade and a Station at the same time.
</p>
<p>
When an endpoint is selected on the layout by <em>Left-Click</em>, it is highlighted by a large red dot and its elevation type and values are displayed in the dialog.
</p>
<p>
Additionally, <strong>Defined Elevation</strong> endpoints are indicated on the layout by gold colored dots. <strong>Ignored Elevation</strong> endpoints are indicated by blue colored dots.
</p>
<p>
<em>Shift+Left-Click</em> splits the track at the specified point and adds an elevation point.
</p>
<p>
The grade at the specified endpoint is displayed next to the <strong>Grade</strong> radio button. For <strong>Defined Elevation</strong> endpoints, the grade on each side of the endpoint is displayed.
</p>
<p>
<strong>Defined Elevation</strong> endpoints are used to specify fixed heights of track endpoints. Typically, this would be where a grade changes or where clearances must be maintained. <strong>Computed</strong> Elevations and <strong>Grade</strong> markers can place between <strong>Defined Elevation</strong> endpoints. These values are not entered directly but are computed dynamically based on <strong>Defined Elevations</strong> of connected tracks. This allows labeling of elevations at intermediate endpoints without having the enter specific values. <strong>Computed</strong> markers can also placed between a <strong>Defined Elevation</strong> point and the end of a track.
</p>
<p>
<strong>Stations</strong> are used to provide information for the Profile (<a href="cmdProfile.html#cmdProfile">Section 2.2.10</a>) command.
</p>
<p>
All <strong>Elevation</strong> labels (including <strong>Grade</strong> and <strong>Station</strong>) are drawn on the layout in outlined boxes. These may be moved by the <strong>Move Description</strong> (<a href="cmdMoveLabel.html#cmdMoveLabel">Section 2.2.9</a>) command. In addition, <strong>Grade</strong> labels have an arrow indicating the upwards direction.
</p>
<hr>

<ul>
<li><a href="computeElevations.html#computeElevations">2.2.4.1 Computing Dynamic Elevations</a></li>
</ul>

</body>
</html>