mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-31 02:30:33 +05:00
update documentation about new filters
This commit is contained in:
parent
d5cf4eab6c
commit
27212c6743
@ -28,7 +28,17 @@ The following dialog box will appear:
|
|||||||
<li>the type of elements which will be extruded (1D or 2D),</li>
|
<li>the type of elements which will be extruded (1D or 2D),</li>
|
||||||
<li>specify the IDs of the elements which will be extruded by
|
<li>specify the IDs of the elements which will be extruded by
|
||||||
selecting them in the 3D viewer or select the whole mesh or
|
selecting them in the 3D viewer or select the whole mesh or
|
||||||
submesh,</li>
|
submesh,
|
||||||
|
<ul>
|
||||||
|
<li>Check on <b>Select the whole mesh, submesh or group</b> option
|
||||||
|
<li>Choosing them manually with the mouse in the 3D Viewer. You can
|
||||||
|
click on an element in the 3D viewer and it will be highlighted</li>
|
||||||
|
<li>Applying Filters. The <b>Set filter</b> button allows to apply a
|
||||||
|
definite filter to selection of the elements. See more
|
||||||
|
about filters on the
|
||||||
|
\ref selection_filter_library_page "Selection filter library" page.</li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
<li>specify the distance at which the elements will be extruded,</li>
|
<li>specify the distance at which the elements will be extruded,</li>
|
||||||
<li>specify the vector along which the elements will be extruded,</li>
|
<li>specify the vector along which the elements will be extruded,</li>
|
||||||
<li>number of steps.</li>
|
<li>number of steps.</li>
|
||||||
|
@ -98,9 +98,16 @@ The following dialog box will appear:
|
|||||||
<li>In the dialog box you should:
|
<li>In the dialog box you should:
|
||||||
<ul>
|
<ul>
|
||||||
<li>select the type of elements which will be extruded (1D or 2D),</li>
|
<li>select the type of elements which will be extruded (1D or 2D),</li>
|
||||||
<li>specify the <b>IDs of the elements</b> which will be extruded by
|
<li>specify the <b>IDs of the elements</b> which will be extruded
|
||||||
selecting them in the 3D viewer or <b>Select the whole mesh, submesh
|
<ul>
|
||||||
or group</b>,
|
<li>Check on <b>Select the whole mesh, submesh or group</b> option
|
||||||
|
<li>Choosing them manually with the mouse in the 3D Viewer. You can
|
||||||
|
click on an element in the 3D viewer and it will be highlighted</li>
|
||||||
|
<li>Applying Filters. The <b>Set filter</b> button allows to apply a
|
||||||
|
definite filter to selection of the elements. See more
|
||||||
|
about filters on the
|
||||||
|
\ref selection_filter_library_page "Selection filter library" page.</li>
|
||||||
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
<li>define the Path along which the elements will be extruded,
|
<li>define the Path along which the elements will be extruded,
|
||||||
\n Path definition consists of several elements:
|
\n Path definition consists of several elements:
|
||||||
@ -153,4 +160,4 @@ duplicated nodes and faces, because no sewing is done.
|
|||||||
<br><b>See Also</b> a sample TUI Script of an
|
<br><b>See Also</b> a sample TUI Script of an
|
||||||
\ref tui_extrusion_along_path "Extrusion along a Path" operation.
|
\ref tui_extrusion_along_path "Extrusion along a Path" operation.
|
||||||
|
|
||||||
*/
|
*/
|
||||||
|
@ -29,8 +29,15 @@ The following dialog box will appear:
|
|||||||
|
|
||||||
\image html removenodes.png
|
\image html removenodes.png
|
||||||
|
|
||||||
In this dialog box you can specify one or several nodes (with pressed
|
In this dialog box you can specify one or several nodes
|
||||||
Shift button) by choosing them in the 3D viewer.
|
<ul>
|
||||||
|
<li>Choosing them manually with the mouse in the 3D Viewer. You can
|
||||||
|
click on a node in the 3D viewer and it will be highlighted</li>
|
||||||
|
<li>Applying Filters. The <b>Set filter</b> button allows to apply a
|
||||||
|
definite filter to selection of the nodes. See more
|
||||||
|
about filters on the
|
||||||
|
\ref selection_filter_library_page "Selection filter library" page.</li>
|
||||||
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
</ol>
|
</ol>
|
||||||
|
|
||||||
@ -56,8 +63,15 @@ The following dialog box will appear:
|
|||||||
|
|
||||||
\image html removeelements.png
|
\image html removeelements.png
|
||||||
|
|
||||||
In this dialog box you can specify one or several elements of your
|
In this dialog box you can specify one or several elements
|
||||||
mesh (with pressed Shift button) by choosing them in the 3D viewer.
|
<ul>
|
||||||
|
<li>Choosing them manually with the mouse in the 3D Viewer. You can
|
||||||
|
click on an element in the 3D viewer and it will be highlighted</li>
|
||||||
|
<li>Applying Filters. The <b>Set filter</b> button allows to apply a
|
||||||
|
definite filter to selection of the elements. See more
|
||||||
|
about filters on the
|
||||||
|
\ref selection_filter_library_page "Selection filter library" page.</li>
|
||||||
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
<li>Click \b Apply or <b>Apply and Close</b> to confirm deletion of the specified elements.</li>
|
<li>Click \b Apply or <b>Apply and Close</b> to confirm deletion of the specified elements.</li>
|
||||||
</ol>
|
</ol>
|
||||||
|
@ -27,9 +27,17 @@ The following dialog box shall appear:
|
|||||||
In this dialog box you should specify:
|
In this dialog box you should specify:
|
||||||
<ul>
|
<ul>
|
||||||
<li>the type of elements which will be extruded (1D or 2D),</li>
|
<li>the type of elements which will be extruded (1D or 2D),</li>
|
||||||
<li>specify the IDs of the elements which will be revolved by
|
<li>specify the IDs of the elements which will be revolved
|
||||||
selecting them in the 3D viewer or select the whole mesh or
|
<ul>
|
||||||
submesh,</li>
|
<li>Check on <b>Select the whole mesh, submesh or group</b> option
|
||||||
|
<li>Choosing them manually with the mouse in the 3D Viewer. You can
|
||||||
|
click on an element in the 3D viewer and it will be highlighted</li>
|
||||||
|
<li>Applying Filters. The <b>Set filter</b> button allows to apply a
|
||||||
|
definite filter to selection of the elements. See more
|
||||||
|
about filters on the
|
||||||
|
\ref selection_filter_library_page "Selection filter library" page.</li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
<li>specify the axis (point and vector) around which the elements will
|
<li>specify the axis (point and vector) around which the elements will
|
||||||
be revolved,</li>
|
be revolved,</li>
|
||||||
<li>angle of rotation and number of steps,</li>
|
<li>angle of rotation and number of steps,</li>
|
||||||
@ -59,4 +67,4 @@ elements of the source mesh to the newly created one. </li>
|
|||||||
<br><b>See Also</b> a sample TUI Script of a
|
<br><b>See Also</b> a sample TUI Script of a
|
||||||
\ref tui_revolution "Revolution" operation.
|
\ref tui_revolution "Revolution" operation.
|
||||||
|
|
||||||
*/
|
*/
|
||||||
|
@ -15,7 +15,17 @@ select the \b Rotation item. The following dialog box shall appear:
|
|||||||
\image html rotation.png
|
\image html rotation.png
|
||||||
\par
|
\par
|
||||||
In this dialog box you can specify the elements which should be
|
In this dialog box you can specify the elements which should be
|
||||||
rotated and the rotation parameters:
|
rotated
|
||||||
|
<ul>
|
||||||
|
<li>Check on <b>Select the whole mesh, submesh or group</b> option
|
||||||
|
<li>Choosing them manually with the mouse in the 3D Viewer. You can
|
||||||
|
click on an element in the 3D viewer and it will be highlighted</li>
|
||||||
|
<li>Applying Filters. The <b>Set filter</b> button allows to apply a
|
||||||
|
definite filter to selection of the elements. See more
|
||||||
|
about filters on the
|
||||||
|
\ref selection_filter_library_page "Selection filter library" page.</li>
|
||||||
|
</ul>
|
||||||
|
and the rotation parameters:
|
||||||
<ul>
|
<ul>
|
||||||
<li>\b Axis: point and vector</li>
|
<li>\b Axis: point and vector</li>
|
||||||
<li>\b Angle of rotation</li>
|
<li>\b Angle of rotation</li>
|
||||||
@ -36,4 +46,4 @@ rotated and the rotation parameters:
|
|||||||
<br><b>See Also</b> a sample TUI Script of a
|
<br><b>See Also</b> a sample TUI Script of a
|
||||||
\ref tui_rotation "Rotation" operation.
|
\ref tui_rotation "Rotation" operation.
|
||||||
|
|
||||||
*/
|
*/
|
||||||
|
@ -46,7 +46,7 @@ in the Library.
|
|||||||
is no selected mesh in the Object Browser and the filter can not be
|
is no selected mesh in the Object Browser and the filter can not be
|
||||||
created. You have to select the mesh and the button will be enabled.
|
created. You have to select the mesh and the button will be enabled.
|
||||||
|
|
||||||
\image html a-filteronedges.png
|
\image html a-filteronfaces.png
|
||||||
|
|
||||||
Some criteria are applicable to all <b>Entity types</b>:
|
Some criteria are applicable to all <b>Entity types</b>:
|
||||||
<ul><li>
|
<ul><li>
|
||||||
|
@ -21,15 +21,23 @@ specified:
|
|||||||
|
|
||||||
<ul>
|
<ul>
|
||||||
<li><b>Id Elements</b> field allows to specify the elements which
|
<li><b>Id Elements</b> field allows to specify the elements which
|
||||||
should be smoothed by selecting them in the 3D viewer (lock \b Shift
|
should be smoothed
|
||||||
button to select several elements).</li>
|
<ul>
|
||||||
<li><b>Select whole mesh, submesh or group</b> - smoothing is applied
|
<li>Check on <b>Select the whole mesh, submesh or group</b> option
|
||||||
to the whole mesh or its part.</li>
|
<li>Choosing them manually with the mouse in the 3D Viewer. You can
|
||||||
<li><b>Fixed nodes ids:</b> some nodes keep their location during
|
click on an element in the 3D viewer and it will be highlighted</li>
|
||||||
|
<li>Applying Filters. The <b>Set filter</b> button allows to apply a
|
||||||
|
definite filter to selection of the elements. See more
|
||||||
|
about filters on the
|
||||||
|
\ref selection_filter_library_page "Selection filter library" page.</li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
<b>Fixed nodes ids:</b> some nodes keep their location during
|
||||||
smoothing. If a mesh is built on a geometry shape, the nodes built on
|
smoothing. If a mesh is built on a geometry shape, the nodes built on
|
||||||
geometrical edges are always fixed. If smoothing is applied to a part
|
geometrical edges are always fixed. If smoothing is applied to a part
|
||||||
of a mesh then the boundary nodes of an elements set are also
|
of a mesh then the boundary nodes of an elements set are also
|
||||||
fixed. Any other nodes may be additionally fixed.</li>
|
fixed. Any other nodes may be additionally fixed. Fixed nodes can be
|
||||||
|
selected manually or by filters too.</li>
|
||||||
<li><b>Smoothing Method:</b>
|
<li><b>Smoothing Method:</b>
|
||||||
<ul>
|
<ul>
|
||||||
<li>\b Laplacian smoothing pulls a node toward the center of
|
<li>\b Laplacian smoothing pulls a node toward the center of
|
||||||
|
@ -28,13 +28,23 @@ or some of its elements specifying:
|
|||||||
<li>one plane (point and normal)</li>
|
<li>one plane (point and normal)</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
|
<ul>
|
||||||
\n Toggle the corresponding checkbox to <b> Select whole mesh, submesh or group.</b>
|
<li>Select elements for the symmetry operation
|
||||||
\n When <b>Move elements</b> radio button is selected, the source mesh (or elements) is created at the new location and erased from its previous location
|
<ul>
|
||||||
\n When <b>Copy elements</b> radio button is selected,the source mesh (or elements) is created at the new location, but it also remains at its previous location and is considered one and single mesh with the result of the translation.
|
<li>Check on <b>Select the whole mesh, submesh or group</b> option
|
||||||
\n When <b>Create as new mesh</b> radio button is selected, the source mesh (or elements) remains at its previous location and a new mesh is created at the new location and appears in the Object Browser with the default name MeshName_mirrored (you can change this name in the adjacent box).
|
<li>Choosing them manually with the mouse in the 3D Viewer. You can
|
||||||
\n <b> Copy groups </b> checkbox allows copying the groups of elements of the source mesh to the newly created one.
|
click on an element in the 3D viewer and it will be highlighted</li>
|
||||||
|
<li>Applying Filters. The <b>Set filter</b> button allows to apply a
|
||||||
|
definite filter to selection of the elements. See more
|
||||||
|
about filters on the
|
||||||
|
\ref selection_filter_library_page "Selection filter library" page.</li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
<li>When <b>Move elements</b> radio button is selected, the source mesh (or elements) is created at the new location and erased from its previous location</li>
|
||||||
|
<li>When <b>Copy elements</b> radio button is selected,the source mesh (or elements) is created at the new location, but it also remains at its previous location and is considered one and single mesh with the result of the translation.</li>
|
||||||
|
<li>When <b>Create as new mesh</b> radio button is selected, the source mesh (or elements) remains at its previous location and a new mesh is created at the new location and appears in the Object Browser with the default name MeshName_mirrored (you can change this name in the adjacent box).</li>
|
||||||
|
<li><b> Copy groups </b> checkbox allows copying the groups of elements of the source mesh to the newly created one.</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
\par
|
\par
|
||||||
|
|
||||||
|
@ -24,14 +24,26 @@ or some of its elements specifying:
|
|||||||
<li>two points (starting and ending)</li>
|
<li>two points (starting and ending)</li>
|
||||||
<li>one vector</li>
|
<li>one vector</li>
|
||||||
</ul>
|
</ul>
|
||||||
Toggle the corresponding checkbox to <b>Select whole mesh, submesh or
|
|
||||||
group</b>.
|
<ul>
|
||||||
\n When <b>Move elements</b> radio button is selected, the source mesh (or elements) is created at the new location and erased from its previous location
|
<li>Select elements for the translation operation
|
||||||
\n When <b>Copy elements</b> radio button is selected,the source mesh (or elements) is created at the new location, but it also remains at its previous location and is considered one and single mesh with the result of the translation.
|
<ul>
|
||||||
\n When <b>Create as new mesh</b> radio button is selected, the source mesh (or elements) remains at its previous location and a new mesh is created at the new location and appears in the Object Browser with the default name MeshName_translated (you can change this name in the adjacent box).
|
<li>Check on <b>Select the whole mesh, submesh or group</b> option
|
||||||
\n <b> Copy groups </b> checkbox allows copying the groups of elements of the source mesh to the newly created one.
|
<li>Choosing them manually with the mouse in the 3D Viewer. You can
|
||||||
|
click on an element in the 3D viewer and it will be highlighted</li>
|
||||||
|
<li>Applying Filters. The <b>Set filter</b> button allows to apply a
|
||||||
|
definite filter to selection of the elements. See more
|
||||||
|
about filters on the
|
||||||
|
\ref selection_filter_library_page "Selection filter library" page.</li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
<li>When <b>Move elements</b> radio button is selected, the source mesh (or elements) is created at the new location and erased from its previous location</li>
|
||||||
|
<li>When <b>Copy elements</b> radio button is selected,the source mesh (or elements) is created at the new location, but it also remains at its previous location and is considered one and single mesh with the result of the translation.</li>
|
||||||
|
<li>When <b>Create as new mesh</b> radio button is selected, the source mesh (or elements) remains at its previous location and a new mesh is created at the new location and appears in the Object Browser with the default name MeshName_translated (you can change this name in the adjacent box).</li>
|
||||||
|
<li><b> Copy groups </b> checkbox allows copying the groups of elements of the source mesh to the newly created one.</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
<br><b>See Also</b> a sample TUI Script of a
|
<br><b>See Also</b> a sample TUI Script of a
|
||||||
\ref tui_translation "Translation" operation.
|
\ref tui_translation "Translation" operation.
|
||||||
|
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user