mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-26 17:30:33 +05:00
0019941: EDF 766 SMESH : Max length hypothesis
This commit is contained in:
parent
02b44240c2
commit
360bc83d7f
@ -6,6 +6,7 @@
|
||||
<ul>
|
||||
<li>\ref arithmetic_1d_anchor "Arithmetic 1D"</li>
|
||||
<li>\ref average_length_anchor "Average Length"</li>
|
||||
<li>\ref max_length_anchor "Max Size"</li>
|
||||
<li>\ref deflection_1d_anchor "Deflection 1D"</li>
|
||||
<li>\ref number_of_segments_anchor "Number of segments"</li>
|
||||
<li>\ref start_and_end_length_anchor "Start and end length"</li>
|
||||
@ -77,6 +78,19 @@ integer. Default value is 1e-07.
|
||||
\ref tui_average_length "Defining Average Length" hypothesis
|
||||
operation.
|
||||
|
||||
<br>\anchor max_length_anchor
|
||||
<h2>Max Size</h2>
|
||||
<b>Max Size</b> hypothesis allows splitting geometrical edges into
|
||||
segments not longer than the given length. Definition of this hypothesis
|
||||
consists of setting the maximal allowed \b length of segments.
|
||||
<b>Use preestimated length</b> check box lets you specify \b length
|
||||
automatically calculated basing on size of your geometrical object,
|
||||
namely as diagonal of bounding box divided by ten.
|
||||
<b>Use preestimated length</b> check box is enabled only if the
|
||||
geometrical object has been selected before hypothesis definition.
|
||||
|
||||
\image html a-maxsize1d.png
|
||||
|
||||
<br>
|
||||
\anchor number_of_segments_anchor
|
||||
<h2>Number of segments hypothesis</h2>
|
||||
|
@ -18,6 +18,7 @@ them, you operate numerical values):
|
||||
<ul>
|
||||
<li>\ref arithmetic_1d_anchor "Arithmetic 1D"</li>
|
||||
<li>\ref average_length_anchor "Average Length"</li>
|
||||
<li>\ref max_length_anchor "Max Size"</li>
|
||||
<li>\ref deflection_1d_anchor "Deflection 1D"</li>
|
||||
<li>\ref number_of_segments_anchor "Number of segments"</li>
|
||||
<li>\ref start_and_end_length_anchor "Start and end length"</li>
|
||||
|
@ -11,6 +11,7 @@ allows to apply 1D, 2D, 3D meshing algorithms and a set of hypotheses:
|
||||
<ul>
|
||||
<li>\ref arithmetic_1d_anchor "Arithmetic 1D"</li>
|
||||
<li>\ref average_length_anchor "Average Length"</li>
|
||||
<li>\ref max_length_anchor "Max Size"</li>
|
||||
<li>\ref deflection_1d_anchor "Deflection 1D"</li>
|
||||
<li>\ref number_of_segments_anchor "Number of segments"</li>
|
||||
<li>\ref start_and_end_length_anchor "Start and end length"</li>
|
||||
|
Loading…
Reference in New Issue
Block a user