Update GEOM gui documentation

This commit is contained in:
maintenance team 2009-08-25 12:28:49 +00:00
parent dd69f2ef27
commit 6a891e2286
5 changed files with 29 additions and 31 deletions

View File

@ -18,9 +18,11 @@ Wireframe</b> or <b>Shading</b>.
\image html /disp_mode2sn.png
<center><em>Shading</em></center>
\n There is an option to show the direction of edges on the selected shape from popup menu <b> Display mode
-> Show Edge Direction</b> or it possible to apply this functionality for all objects in the current view from
the main menu <b> View -> Display Mode -> Show/Hide Edge Direction.</b>
\n It is possible to show the direction of edges of the selected
shape. For this, choose in the context menu of the shape
<b>Display mode -> Show Edge Direction</b>, or apply this
functionality for all objects in the current view via the main menu
<b> View -> Display Mode -> Show/Hide Edge Direction.</b>
\image html vectors_mode.png
<center><em>Vectors Mode (Show Edge Direction)</em></center>
@ -30,4 +32,4 @@ the main menu <b> View -> Display Mode -> Show/Hide Edge Direction.</b>
Our <b>TUI Scripts</b> provide you with useful examples of
\ref tui_change_disp_mode "Changing Display Parameters".
*/
*/

View File

@ -4,8 +4,9 @@
This operation creates fillets on the corners of a <b>Wire with Planar
Edges</b>.
Note, that each couple of edges connected with a vertex, where 1D fillet should be
constructed, have to be in same plane.
Note that each couple of edges connected with a vertex, where 1D fillet should be
constructed, have to lie in the same plane.
\image html fillet1d_2.png
To produce a \b Fillet 1D in the <b>Main Menu</b> select
@ -14,14 +15,14 @@ To produce a \b Fillet 1D in the <b>Main Menu</b> select
Define the <b>Wire with planar Edges</b> to create a fillet on, select the necessary
vertexes on this wire in the OCC Viewer and define the \b Radius of the Fillet.
\b Note: This Operation Works for the Wires with <b>Planar Edges</b> Only.
\b Note: This Operation Works for the Wires with <b>Planar Edges</b> only.
<b>TUI Command:</b> <em>geompy.MakeFillet1D(Shape, R, ListVertexes)</em>
\n <b>Arguments:</b> Name + 1 shape + empty list or several vertexes + 1 value (Fillet radius).
<b>Examples:</b>
\image html fillet1d_1.png
\image html fillet1d_1.png "Filleted Wire"
Our <b>TUI Scripts</b> provide you with useful examples of the use of
\ref tui_fillet1d "Transformation Operations".

View File

@ -24,8 +24,8 @@ the <b>Object Browser</b>.
\note If the selected file is in IGES format and the length is not
expressed in meters, it will be suggested to scale the model into the
metric system (see the picture below). This feature can be helpful in the
case if wrong units have been written to the IGES file by some
metric system (see the picture below). This feature can be helpful if
some wrong units have been written to the IGES file by a
3rd-party software.
\image html iges_unit.png

View File

@ -2,9 +2,13 @@
\page using_notebook_geom_page Using SALOME NoteBook
It is possible to use variables defined through <b>SALOME NoteBook</b> for
creation and modification of objects in the Geometry module with the following
limitations:
<b>SALOME NoteBook</b> allows defining variables to be used for creation and modification of objects.
\image html using_notebook_geom.png "Definition of variables in SALOME NoteBook"
\image html box3.png "Use of variables for creation of a box in Geometry module"
The following limitations on the use of variables still exist:
<ul>
<li> \ref create_lcs_page "Local Coordinate System" dialog box.\n
@ -15,14 +19,6 @@ limitations:
<li> \ref isolines_page "Select Number of Isos" dialog box.
</ul>
Here is an example of setting of variables in SALOME NoteBook:
\image html using_notebook_geom.png "Setting of variables in SALOME NoteBook"
Example of using of these variables in Geometry GUI:
\image html box3.png "Box creation in Geometry module"
Our <b>TUI Scripts</b> provide you with useful examples of
\ref tui_notebook_geom "Using SALOME NoteBook".

View File

@ -27,8 +27,8 @@ the standard <b>Select Color</b> menu.</li>
transparency of geometrical objects.</li>
<li>\subpage isolines_page "Isos" - allows to change the number of
isolines displayed within a shape.</li>
<li><b>Auto color</b> / <b>Disable auto color</b> - toggle auto color
mode. When auto color mode is enabled, the groups created on the
<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
sub-shapes of the selected geometrical object are automatically
coloured by the unique colors. TUI Commands :
<em>go.SetAutoColor(enable)</em>, <em>enabled = go.GetAutoColor()</em></li>
@ -62,18 +62,17 @@ on the viewer background:
<li><b>Select Only</b> provides a filter for exclusive selection of objects of a certain type.</li>
</ul>
The Object browser's popup menu can include some other commands:
The the following commands appear in the Object Browser context menu
under certain conditions:
\image html ob_popup_menu.png <br>
<ul>
<li>\subpage work_with_groups_page "Create Group" - invokes dialog box
that allows creating groups of geometrical objects.</li>
<li><b>Hide Children</b> / <b>Show Children</b> - hide / show child
sub-objects in the Object Browser. These commands are available only
if the selected geometry object has any children. Note: when some
children are hidden, the object name is hilghlighted with the bold
font.</li>
<li>\subpage work_with_groups_page "Create Group" - allows creating groups of geometrical objects.</li>
<li><b>Hide Children</b> / <b>Show Children</b> - hides / shows child
sub-objects in the Object Browser, if the selected geometr object has
child objects. When some child objects are hidden, the name of the
parent object is hilghlighted with bold font.</li>
</ul>
*/