mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-12-25 08:50:35 +05:00
PAL10237. Add hypothesis "AutomaticLength" and 2 hypotheses-set's:
"Automatic Tetrahedralization" and "Automatic Hexahedralization"
This commit is contained in:
parent
15549165c3
commit
acf50ba8a3
@ -42,9 +42,15 @@
|
|||||||
dim="1"
|
dim="1"
|
||||||
auxiliary="true"/>
|
auxiliary="true"/>
|
||||||
|
|
||||||
|
<hypothesis type="AutomaticLength"
|
||||||
|
label-id="Automatic length"
|
||||||
|
icon-id="mesh_hypo_length.png"
|
||||||
|
dim="1"/>
|
||||||
|
|
||||||
<hypothesis type="LengthFromEdges"
|
<hypothesis type="LengthFromEdges"
|
||||||
label-id="Length From Edges (2D Hyp. for Triangulator)"
|
label-id="Length From Edges (2D Hyp. for Triangulator)"
|
||||||
icon-id="mesh_hypo_length.png"/>
|
icon-id="mesh_hypo_length.png"
|
||||||
|
dim="2"/>
|
||||||
|
|
||||||
<hypothesis type="MaxElementArea"
|
<hypothesis type="MaxElementArea"
|
||||||
label-id="Max. Element Area"
|
label-id="Max. Element Area"
|
||||||
@ -106,4 +112,17 @@
|
|||||||
</algorithms>
|
</algorithms>
|
||||||
</meshers-group>
|
</meshers-group>
|
||||||
|
|
||||||
|
|
||||||
|
<hypotheses-set-group>
|
||||||
|
|
||||||
|
<hypotheses-set name="Automatic Tetrahedralization"
|
||||||
|
hypos="AutomaticLength, LengthFromEdges"
|
||||||
|
algos="Regular_1D, MEFISTO_2D, NETGEN_3D"/>
|
||||||
|
|
||||||
|
<hypotheses-set name="Automatic Hexahedralization"
|
||||||
|
hypos="AutomaticLength"
|
||||||
|
algos="Regular_1D, Quadrangle_2D, Hexa_3D"/>
|
||||||
|
|
||||||
|
</hypotheses-set-group>
|
||||||
|
|
||||||
</meshers>
|
</meshers>
|
||||||
|
Loading…
Reference in New Issue
Block a user