mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-02-10 23:43:06 +05:00
Dump Python Extension
This commit is contained in:
parent
794537fc6d
commit
2bec88dc0f
@ -5,6 +5,7 @@
|
|||||||
<ul>
|
<ul>
|
||||||
<li>\subpage introduction_to_mesh_page</li>
|
<li>\subpage introduction_to_mesh_page</li>
|
||||||
<li>\subpage running_mesh_module_page</li>
|
<li>\subpage running_mesh_module_page</li>
|
||||||
|
<li>\subpage using_notebook_mesh_page</li>
|
||||||
<li>\subpage introduction_to_mesh_python_page</li>
|
<li>\subpage introduction_to_mesh_python_page</li>
|
||||||
<li>\subpage creating_meshes_page</li>
|
<li>\subpage creating_meshes_page</li>
|
||||||
<ul>
|
<ul>
|
||||||
|
33
doc/salome/gui/SMESH/input/using_notebook_smesh_page.doc
Normal file
33
doc/salome/gui/SMESH/input/using_notebook_smesh_page.doc
Normal file
@ -0,0 +1,33 @@
|
|||||||
|
/*!
|
||||||
|
|
||||||
|
\page using_notebook_mesh_page Using SALOME NoteBook in the MESH module
|
||||||
|
|
||||||
|
It is possible to use variables defined through <b>SALOME NoteBook</b> for
|
||||||
|
creation and modification of objects in the MESH module with the following
|
||||||
|
limitations:
|
||||||
|
|
||||||
|
<ul>
|
||||||
|
<li> \ref radial_prism_algo_page "Distribution of Layers" hypothesis -
|
||||||
|
parametrical values are correctly applied, but they are not restored
|
||||||
|
after "Update study" operation.
|
||||||
|
<li> \ref a1d_meshing_hypo_page "Number of Segments" hypothesis, Distribution
|
||||||
|
with Table Density and Distribution with Analytic Density - parametrical
|
||||||
|
values are not applicable.
|
||||||
|
<li> \ref translation_page "Translation" dialog box, default mode
|
||||||
|
(translation by two points) - parametrical values are correctly applied,
|
||||||
|
but they are not restored after "Update study" operation.
|
||||||
|
<li> \ref merging_nodes_page "Merging nodes" dialog box - parametrical value
|
||||||
|
(tolerance of coincident nodes detection) is correctly applied,
|
||||||
|
but it is not restored after "Update study" operation.
|
||||||
|
<li> \ref revolution_page "Revolution" dialog box - it is impossible to
|
||||||
|
use the angle of revolution as "total angle" if it is defined as variable.
|
||||||
|
<li> \ref extrusion_along_path_page "Extrusion along a path" dialog box - it is
|
||||||
|
impossible to use "Linear variation of the angles" mode if at least one of
|
||||||
|
those angles is defined as variable.
|
||||||
|
<li> \ref pattern_mapping_page "Pattern mapping" dialog box - parametrical
|
||||||
|
values (indices of nodes) are correctly applied, but they are not restored
|
||||||
|
after "Update study" operation.
|
||||||
|
<li> \ref clipping_page "Clipping" dialog box.
|
||||||
|
<li> <b>Colors / Size</b> dialog box.
|
||||||
|
</ul>
|
||||||
|
*/
|
Loading…
Reference in New Issue
Block a user