mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-02-21 23:05:38 +05:00
Update GEOM gui documentation
This commit is contained in:
parent
60d195f9bf
commit
b38b58b337
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
\n In this menu you can change the number of isolines displayed within
|
\n In this menu you can change the number of isolines displayed within
|
||||||
a shape.
|
a shape.
|
||||||
\n <b>Arguments:</b>2 values (number of isolines).
|
\n <b>Arguments: </b>2 values (number of isolines).
|
||||||
|
|
||||||
\image html neo-isos.png
|
\image html neo-isos.png
|
||||||
|
|
||||||
@ -14,4 +14,4 @@ a shape.
|
|||||||
|
|
||||||
\image html isos_u12_v12sn.png
|
\image html isos_u12_v12sn.png
|
||||||
|
|
||||||
*/
|
*/
|
||||||
|
@ -2,36 +2,35 @@
|
|||||||
|
|
||||||
\page point_marker_page Point Marker
|
\page point_marker_page Point Marker
|
||||||
|
|
||||||
\n You can change the representation of the geometrical vertex
|
\n You can change the representation of the geometrical vertices in
|
||||||
(vertices) in 3D viewer either by selecting one of the predefined
|
the 3D viewer either by selecting one of the predefined
|
||||||
shapes or by loading the custom texture from an external file.
|
shapes or by loading a custom texture from an external file.
|
||||||
|
|
||||||
- Standard point marker
|
- Standard point markers
|
||||||
|
|
||||||
Geometry module provides a set of predefined point marker shapes which
|
The Geometry module provides a set of predefined point marker shapes which
|
||||||
can be used to display vertices in 3D viewer.
|
can be used to display vertices in 3D viewer.
|
||||||
Each standard point marker has two attributes: type (defines shape
|
Each standard point marker has two attributes: type (defines shape
|
||||||
form) and scale factor (defines shape size).
|
form) and scale factor (defines shape size).
|
||||||
|
|
||||||
\image html point_marker_dlg1.png
|
\image html point_marker_dlg1.png
|
||||||
|
|
||||||
For the Python script a <b>TUI Command:</b> <em>go.SetMarkerStd(Type, Size)</em>
|
<b>TUI Command:</b> <em>go.SetMarkerStd(Type, Size)</em>.
|
||||||
can be used.
|
|
||||||
|
|
||||||
\image html std_point_marker.png
|
\image html std_point_marker.png "Standard point markers"
|
||||||
|
|
||||||
- Custom point marker
|
- Custom point markers
|
||||||
|
|
||||||
The user can also load the point marker shape from an external file.
|
It is also possible to load a point marker shape from an external file.
|
||||||
This file should provide a description of the point texture as a set
|
This file should provide a description of the point texture as a set
|
||||||
of lines; each line is represented as sequence of "0" and "1" symbols,
|
of lines; each line is represented as sequence of "0" and "1" symbols,
|
||||||
where "1" symbol means an opaque pixel and "0" symbol means a
|
where "1" symbol means an opaque pixel and "0" symbol means a
|
||||||
transparent pixel. The width of the texture correspond to the length
|
transparent pixel. The width of the texture correspond to the length
|
||||||
of the longest line in the file, expanded to the nearest byte-aligned
|
of the longest line in the file, expanded to the nearest byte-aligned
|
||||||
value. The height of the texture is equal to the number of non-empty
|
value. The height of the texture is equal to the number of non-empty
|
||||||
lines in the file. Note, that missing symbols are replaced by "0".
|
lines in the file. Note that missing symbols are replaced by "0".
|
||||||
|
|
||||||
Here is an example of such texture file:
|
Here is a texture file sample:
|
||||||
|
|
||||||
<pre>
|
<pre>
|
||||||
00111100
|
00111100
|
||||||
@ -46,13 +45,12 @@ Here is an example of such texture file:
|
|||||||
|
|
||||||
\image html point_marker_dlg2.png
|
\image html point_marker_dlg2.png
|
||||||
|
|
||||||
For the Python script a <b>TUI Command:</b> <em>go.SetMarkerTexture(ID)</em>
|
<b>TUI Command:</b> <em>go.SetMarkerTexture(ID)</em>.
|
||||||
can be used.
|
|
||||||
|
|
||||||
\image html custom_point_marker.png
|
\image html custom_point_marker.png "Custom point markers"
|
||||||
|
|
||||||
Our <b>TUI Scripts</b> provide you with useful examples of
|
Our <b>TUI Scripts</b> provide you with useful examples of
|
||||||
\ref tui_point_marker "Setting Point Marker".
|
\ref tui_point_marker "Point Marker" setting.
|
||||||
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
@ -28,7 +28,7 @@ transparency of geometrical objects.</li>
|
|||||||
<li>\subpage isolines_page "Isos" - allows to change the number of
|
<li>\subpage isolines_page "Isos" - allows to change the number of
|
||||||
isolines displayed within a shape.</li>
|
isolines displayed within a shape.</li>
|
||||||
<li>\subpage point_marker_page "Point Marker" - allows to change the
|
<li>\subpage point_marker_page "Point Marker" - allows to change the
|
||||||
representation of geometrical vertex (vertices).</li>
|
representation of geometrical vertices.</li>
|
||||||
<li><b>Auto color</b> / <b>Disable auto color</b> - activates the auto color
|
<li><b>Auto color</b> / <b>Disable auto color</b> - activates the auto color
|
||||||
mode. When the auto color mode is enabled, the groups created on the
|
mode. When the auto color mode is enabled, the groups created on the
|
||||||
sub-shapes of the selected geometrical object are automatically
|
sub-shapes of the selected geometrical object are automatically
|
||||||
|
Loading…
Reference in New Issue
Block a user