mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-03-26 18:07:54 +05:00
PAL17694 (New Tool About Hexahedral Meshing)
+ <algorithm type="UseExisting_1D" + label-id="Use existing edges" + icon-id="mesh_algo_regular.png" + input="VERTEX" + output="EDGE" + dim="1"/> + + <algorithm type="UseExisting_2D" + label-id="Use existing faces" + icon-id="mesh_algo_quad.png" + input="EDGE" + output="QUAD,TRIA" + dim="2"/>
This commit is contained in:
parent
61864312fd
commit
575674a009
@ -196,6 +196,20 @@
|
|||||||
input="QUAD,TRIA"
|
input="QUAD,TRIA"
|
||||||
dim="3"/>
|
dim="3"/>
|
||||||
|
|
||||||
|
<algorithm type="UseExisting_1D"
|
||||||
|
label-id="Use existing edges"
|
||||||
|
icon-id="mesh_algo_regular.png"
|
||||||
|
input="VERTEX"
|
||||||
|
output="EDGE"
|
||||||
|
dim="1"/>
|
||||||
|
|
||||||
|
<algorithm type="UseExisting_2D"
|
||||||
|
label-id="Use existing faces"
|
||||||
|
icon-id="mesh_algo_quad.png"
|
||||||
|
input="EDGE"
|
||||||
|
output="QUAD,TRIA"
|
||||||
|
dim="2"/>
|
||||||
|
|
||||||
</algorithms>
|
</algorithms>
|
||||||
</meshers-group>
|
</meshers-group>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user