Salome HOME
0021422: EDF 1963 SMESH: Viscous layer algorithm fails in some cases
[modules/smesh.git] / resources / StdMeshers.xml
index 795dd07fe06dc2b9f80563f0fe844e2152576fb6..72cccae412c682b36c24644bbb720f0b5dfc1ac7 100644 (file)
                 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>
                output="QUAD,TRIA"
                dim="2"/>
 
+    <algorithm type="Projection_1D2D"
+               label-id="Projection 1D-2D"
+               icon-id="mesh_algo_quad.png"
+               input=""
+               hypos="ProjectionSource2D"
+               output="QUAD,TRIA"
+               dim="2"/>
+
     <algorithm type="Projection_3D"
                label-id="Projection 3D"
                icon-id="mesh_algo_hexa.png"
                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>