mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-28 03:30:32 +05:00
Integrated in BR_imps_2013: 0022365: EDF SMESH: Create Mesh dialog box improvement: hide algorithms depending on a mesh type
This commit is contained in:
parent
55e82c8f22
commit
e89c030400
@ -307,6 +307,7 @@
|
|||||||
label-id ="Hexahedron (i,j,k)"
|
label-id ="Hexahedron (i,j,k)"
|
||||||
icon-id ="mesh_algo_hexa.png"
|
icon-id ="mesh_algo_hexa.png"
|
||||||
input ="QUAD"
|
input ="QUAD"
|
||||||
|
output ="HEXA,PENTA"
|
||||||
need-geom="false"
|
need-geom="false"
|
||||||
opt-hypos="ViscousLayers"
|
opt-hypos="ViscousLayers"
|
||||||
dim ="3">
|
dim ="3">
|
||||||
@ -394,6 +395,7 @@
|
|||||||
label-id="3D Extrusion"
|
label-id="3D Extrusion"
|
||||||
icon-id ="mesh_algo_hexa.png"
|
icon-id ="mesh_algo_hexa.png"
|
||||||
input ="QUAD,TRIA"
|
input ="QUAD,TRIA"
|
||||||
|
output ="HEXA,PENTA,OCTA,POLYHEDRON"
|
||||||
dim ="3">
|
dim ="3">
|
||||||
<python-wrap>
|
<python-wrap>
|
||||||
<algo>Prism_3D=Prism()</algo>
|
<algo>Prism_3D=Prism()</algo>
|
||||||
@ -405,6 +407,7 @@
|
|||||||
icon-id ="mesh_algo_hexa.png"
|
icon-id ="mesh_algo_hexa.png"
|
||||||
hypos ="NumberOfLayers, LayerDistribution"
|
hypos ="NumberOfLayers, LayerDistribution"
|
||||||
input ="QUAD,TRIA"
|
input ="QUAD,TRIA"
|
||||||
|
output ="HEXA,PENTA,OCTA,POLYHEDRON"
|
||||||
dim ="3">
|
dim ="3">
|
||||||
<python-wrap>
|
<python-wrap>
|
||||||
<algo>RadialPrism_3D=Prism('RadialPrism_3D')</algo>
|
<algo>RadialPrism_3D=Prism('RadialPrism_3D')</algo>
|
||||||
@ -439,7 +442,7 @@
|
|||||||
icon-id ="mesh_algo_quad.png"
|
icon-id ="mesh_algo_quad.png"
|
||||||
hypos ="NumberOfLayers2D, LayerDistribution2D"
|
hypos ="NumberOfLayers2D, LayerDistribution2D"
|
||||||
input ="EDGE"
|
input ="EDGE"
|
||||||
output ="QUAD,TRIA"
|
output ="QUAD"
|
||||||
dim ="2">
|
dim ="2">
|
||||||
<python-wrap>
|
<python-wrap>
|
||||||
<algo>RadialQuadrangle_1D2D=Quadrangle(algo=smeshBuilder.RADIAL_QUAD)</algo>
|
<algo>RadialQuadrangle_1D2D=Quadrangle(algo=smeshBuilder.RADIAL_QUAD)</algo>
|
||||||
@ -452,6 +455,7 @@
|
|||||||
icon-id ="mesh_algo_hexa.png"
|
icon-id ="mesh_algo_hexa.png"
|
||||||
hypos ="CartesianParameters3D"
|
hypos ="CartesianParameters3D"
|
||||||
support-submeshes="false"
|
support-submeshes="false"
|
||||||
|
output ="HEXA"
|
||||||
dim ="3">
|
dim ="3">
|
||||||
<python-wrap>
|
<python-wrap>
|
||||||
<algo>Cartesian_3D=BodyFitted()</algo>
|
<algo>Cartesian_3D=BodyFitted()</algo>
|
||||||
|
Loading…
Reference in New Issue
Block a user