Salome HOME
Correction because of 'smeshDC' refactoring. V7_2_1_BR V7_2_0 V7_2_0_public V7_2_0p1 V7_2_0p2 V7_2_0rc1 V7_2_0rc2
authorakl <akl@opencascade.com>
Thu, 18 Apr 2013 04:56:15 +0000 (04:56 +0000)
committerakl <akl@opencascade.com>
Thu, 18 Apr 2013 04:56:15 +0000 (04:56 +0000)
resources/NETGENPlugin.xml

index f9b0d9779b2d1f9b704d5d827d632a1f839bc2fc..95302ff585c015b0d3ad96936744b8c87280eec6 100644 (file)
       <python-wrap>
         <algo>NETGEN_2D=Triangle(algo=smeshBuilder.NETGEN_1D2D)</algo>
         <hypo>NETGEN_Parameters_2D=Parameters()</hypo>
-        <hypo>NETGEN_SimpleParameters_2D=Parameters(smesh.SIMPLE)</hypo>
+        <hypo>NETGEN_SimpleParameters_2D=Parameters(smeshBuilder.SIMPLE)</hypo>
         <hypo>ViscousLayers2D=ViscousLayers2D(SetTotalThickness(),SetNumberLayers(),SetStretchFactor(),SetIgnoreEdges())</hypo>
       </python-wrap>
     </algorithm>
       <python-wrap>
         <algo>NETGEN_2D3D=Tetrahedron(algo=smeshBuilder.NETGEN_1D2D3D)</algo>
         <hypo>NETGEN_Parameters=Parameters()</hypo>
-        <hypo>NETGEN_SimpleParameters_3D=Parameters(smesh.SIMPLE)</hypo>
+        <hypo>NETGEN_SimpleParameters_3D=Parameters(smeshBuilder.SIMPLE)</hypo>
       </python-wrap>
     </algorithm>