Salome HOME
0023212: EDF 12054 - Problem with a pyramidal layer
[modules/smesh.git] / doc / salome / gui / SMESH / input / point_marker.doc
1 /*!
2
3 \page point_marker_page Point Marker
4
5 \n You can change the representation of points in
6 the 3D viewer either by selecting one of the predefined
7 shapes or by loading a custom texture from an external file.
8
9 - Standard point markers
10
11 The Mesh module provides a set of predefined point marker shapes
12 which can be used to display points in the 3D viewer.
13 Each standard point marker has two attributes: type (defines shape
14 form) and scale factor (defines shape size).
15
16 \image html point_marker_widget1.png
17
18 <br>
19
20 \image html std_point_marker.png "Mesh presentation with standard point markers"
21
22 - Custom point markers
23
24 It is also possible to load a point marker shape from an external file.
25 This file should provide a description of the point texture as a set
26 of lines; each line is represented as a sequence of "0" and "1" symbols,
27 where "1" symbol means an opaque pixel and "0" symbol means a
28 transparent pixel. The width of the texture corresponds to the length
29 of the longest line in the file, expanded to the nearest byte-aligned
30 value. The height of the texture is equal to the number of non-empty
31 lines in the file. Note that missing symbols are replaced by "0".
32
33 Here is a texture file sample:
34
35 <pre>
36 11111111
37 10000001
38 10011001
39 10111101
40 10111101
41 10011001
42 10000001
43 11111111
44 </pre>
45
46 \image html point_marker_widget2.png
47
48 <br>
49
50 \image html custom_point_marker.png "Mesh presentation with custom point markers"
51
52 */
53