Salome HOME
Merge from V6_main_20120808 08Aug12
[modules/smesh.git] / doc / salome / gui / SMESH / input / measurements.doc
1 /*!
2
3 \page measurements_page Measurements
4
5 Mesh module provides the possibility to perform different measurements
6 of the selected mesh data.
7
8 All measurement operations are available via \b Measurements
9 top-level menu. Access to the measurements operations is
10 implemented via a single dialog box, where each operation is represented
11 as a separate tab page.
12
13 \section min_distance_anchor Minimum Distance
14
15 This operation allows measuring the distance between two objects.
16 Currently only node-to-node and node-to-origin operations are
17 available, but this operation will be extended in the future to support
18 other mesh objects - elements, meshes, sub-meshes and groups.
19
20 To start <b>Minimum Distance</b> operation, select <b>Minimum Distance</b>
21 item from \b Measurements menu.
22
23 \image html min_distance.png
24
25 In the dialog box choose the first target and the second target mode by
26 switching the corresponding radio buttons, then select the objects the distance
27 between which is to be calculated (or input their IDs directly 
28 in case of nodes/elements) and press \em Compute button.
29
30 The following types of targets are supported:
31 - \em Node: single mesh node;
32 - \em Element: single mesh element (not available in this version);
33 - \em Object: mesh, sub-mesh or group object (not available in this
34 version);
35 - \em Origin: origin of the global co-ordinate system.
36
37 The result will
38 be shown in the bottom area of the dialog box. In addition, a simple
39 preview will be shown in the 3D viewer.
40
41 \image html min_distance_preview.png
42
43 \section bounding_box_anchor Bounding Box
44
45 This operation allows to calculate the bounding box of the selected
46 object(s).
47
48 To start <b>Bounding Box</b> operation, select <b>Bounding Box</b>
49 item from \b Measurements menu.
50
51 \image html bnd_box.png
52
53 In the dialog box choose the required type of the object by switching the
54 corresponding radio button, select the object(s) and press \em Compute button.
55
56 The following types of input are available:
57 - \em Objects: select one or several mesh, sub-mesh or group objects;
58 - \em Nodes: select a set of mesh nodes;
59 - \em Elements: select a set of mesh elements.
60
61 The result of calculation will be shown in the bottom area of the
62 dialog box. In addition, a simple preview will be shown in the 3D
63 viewer.
64
65 \image html bnd_box_preview.png
66
67 <b>See Also</b> a sample TUI Script of a 
68 \ref tui_measurements_page "Measurement operations".
69
70 */