Salome HOME
0021336: EDF 1717 SMESH: New algorithm "body fitting" cartesian unstructured
authoreap <eap@opencascade.com>
Fri, 28 Oct 2011 12:30:20 +0000 (12:30 +0000)
committereap <eap@opencascade.com>
Fri, 28 Oct 2011 12:30:20 +0000 (12:30 +0000)
+    <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"/>

resources/StdMeshers.xml

index a425b30e0f277bc307dbd1b0a87bb349ae76d4bc..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="Cartesian_3D"
+               label-id="Body Fitting"
+               icon-id="mesh_algo_hexa.png"
+               hypos="CartesianParameters3D"
+               support-submeshes="false"
+               dim="3"/>
+
   </algorithms>
 </meshers-group>