mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-27 20:00:34 +05:00
22364: EDF SMESH: Create Mesh dialog box improvement: hide inapplicable algorithms/hypotheses
Fix warnings
This commit is contained in:
parent
10e32df831
commit
056dd851f2
@ -92,16 +92,16 @@ written in Python.
|
|||||||
hypothesis. After selection of an algorithm "Hypothesis" field of
|
hypothesis. After selection of an algorithm "Hypothesis" field of
|
||||||
the dialog can contain:
|
the dialog can contain:
|
||||||
<ul>
|
<ul>
|
||||||
<li> <em><Default></em> if the algorithm can work using default
|
<li> <em>\<Default\></em> if the algorithm can work using default
|
||||||
parameters.</li>
|
parameters.</li>
|
||||||
<li> <em><None></em> if the algorithm requires a hypothesis defining
|
<li> <em>\<None\></em> if the algorithm requires a hypothesis defining
|
||||||
its parameters.</li>
|
its parameters.</li>
|
||||||
<li> Nothing if the algorithm has no parameters to tune.</li>
|
<li> Nothing if the algorithm has no parameters to tune.</li>
|
||||||
</ul>
|
</ul>
|
||||||
After selection of an algorithm "Add. Hypothesis" field of
|
After selection of an algorithm "Add. Hypothesis" field of
|
||||||
the dialog can contain:
|
the dialog can contain:
|
||||||
<ul>
|
<ul>
|
||||||
<li> <em><None></em> if the algorithm can be additionally tuned
|
<li> <em>\<None\></em> if the algorithm can be additionally tuned
|
||||||
using an additional hypothesis.</li>
|
using an additional hypothesis.</li>
|
||||||
<li> Nothing if the algorithm has no additional parameters to tune.</li>
|
<li> Nothing if the algorithm has no additional parameters to tune.</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
Loading…
Reference in New Issue
Block a user