]> SALOME platform Git repositories - modules/visu.git/blob - doc/salome/gui/VISU/input/plot_3d.doc
Salome HOME
fe5ecbb9a78dd5a33a7efea465ddf90a192a2e68
[modules/visu.git] / doc / salome / gui / VISU / input / plot_3d.doc
1 /*!
2
3 \page plot_3d_page Plot 3D presentation
4
5 \image html plot3d-example.png "Example of Plot 3D presentation"
6
7 \n <b>Plot 3D</b> is a presentation of scalar values of meshes lying
8 on a cutting plane. The relief and coloring of the resulting
9 presentation both correspond to the values applied to the cells of the
10 mesh.
11
12 <em>To create a Plot 3D presentation:</em>
13 \par
14 &ndash; Right-click on one of the time stamps of the field in the
15 Object browser and from the pop-up menu choose <b>Plot 3D</b>, or
16 \n &ndash; Click on one of the time stamps of the field in the Object
17 browser and select from the main menu <b>Visualization > Plot 3D</b>,
18 or click <em>"Plot 3D"</em> icon in the <b>Visualization Toolbar</b>.
19
20 \image html image41.gif
21 <center><em>"Plot 3D" icon</em></center>
22
23 \image html plot3d.png
24
25 \par
26 <b>Plot 3D Definition</b> tab allows you to set additional parameters
27 of your Plot 3D presentation:
28 <ul>
29 <li>\b Orientation radio buttons allow to set the orientation of cut
30 plane in 3D space. You should select two of three axis (XY, YZ, or ZX)
31 in which the plane will be located in 3D space. If the mesh is 2D this
32 functionality is disable, as there exist only one plane for a Plot
33 3D.</li>
34 <li>\b Rotations of the planes in 3d space around the axes of the
35 selected orientation (The angle of rotation is set in degrees).</li>
36 <li>\b Position - allows to select the position of the plane in the
37 object (ranging from 0 to 1). The value 0.5 corresponds to cutting by
38 halves.</li>
39 <ul>
40 <li>\b Relative check box allows to increase / decrease the value by
41 decimal steps.</li>
42 </ul>
43 <li><b>Scale Factor</b> - visualization scaling of all vector values
44 applied to the cells of the mesh.</li>
45 <li><b>Presentation type:</b></li>
46 <ul>
47 <li>\b Surface - Plot 3D will be represented with a smooth surface.</li>
48 <li>\b Contour - Plot 3D will be represented with a set of contours.</li>
49 </ul>
50 <li><b>Number of contours</b> - allows to define the number of
51 contours (active when Contour presentation type is selected).</li>
52 <li><b>Preview cutting plane</b> checkbox allows to see the position
53 of the cutting plate in the Viewer while defining the
54 presentation.</li>
55 </ul>
56 <b>Scalar Bar</b> tab allows to define the parameters of the scalar
57 bar displayed with this presentation (\ref scalar_map_page "see also").
58
59 After you have finished with setting these parameters, click \b
60 OK. Your presentation  will be immediately displayed in the viewer.
61
62 <br><b>See Also</b> a sample TUI Script of  
63 \ref tui_plot_3d_page "Plot 3D presentation" creation.
64
65 */