mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-12-25 17:00:34 +05:00
0021336: EDF 1717 SMESH: New algorithm "body fitting" cartesian unstructured
+ <hypothesis type="CartesianParameters3D" + label-id="Body Fitting Parameters" + icon-id="mesh_hypo_length.png" + dim="3"/> + + <algorithm type="Cartesian_3D" + label-id="Body Fitting" + icon-id="mesh_algo_hexa.png" + hypos="CartesianParameters3D" + support-submeshes="false" + dim="3"/>
This commit is contained in:
parent
e53afe57b7
commit
7dc21166b6
@ -174,6 +174,11 @@
|
||||
icon-id="mesh_hypo_length.png"
|
||||
dim="2"/>
|
||||
|
||||
<hypothesis type="CartesianParameters3D"
|
||||
label-id="Body Fitting Parameters"
|
||||
icon-id="mesh_hypo_length.png"
|
||||
dim="3"/>
|
||||
|
||||
</hypotheses>
|
||||
|
||||
<algorithms>
|
||||
@ -307,6 +312,13 @@
|
||||
output="QUAD,TRIA"
|
||||
dim="2"/>
|
||||
|
||||
<algorithm type="Cartesian_3D"
|
||||
label-id="Body Fitting"
|
||||
icon-id="mesh_algo_hexa.png"
|
||||
hypos="CartesianParameters3D"
|
||||
support-submeshes="false"
|
||||
dim="3"/>
|
||||
|
||||
</algorithms>
|
||||
</meshers-group>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user