Salome HOME
Merge from V5_1_main branch 24/11/2010
[modules/smesh.git] / doc / salome / gui / SMESH / input / measurements.doc
1 /*!
2
3 \page measurements_page Measurements
4
5 Mesh module provides possibility to perform different measurements
6 of the selected mesh data.
7
8 All the measurement operations are available via \b Measurements
9 top-level menu. An access to the measurements operations is
10 implemented via 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 a 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 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 second target mode by
26 switching the corresponding radio buttons, then select the objects
27 between which the distance is to be calculated (or enter directly IDs
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, the 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 desired type of the object by switching the
54 corresponding radio button, select the desired object(s) and press
55 \em Compute button.
56
57 The following types of input are available:
58 - \em Objects: select one or more mesh, sub-mesh, group objects;
59 - \em Nodes: select set of mesh nodes;
60 - \em Elements: select set of mesh elements.
61
62 The result of calculation will be shown in the bottom area of the
63 dialog box. In addition, the simple preview will be shown in the 3D
64 viewer.
65
66 \image html bnd_box_preview.png
67
68 <b>See Also</b> a sample TUI Script of a 
69 \ref tui_measurements_page "Measurement operations".
70
71 */