]> SALOME platform Git repositories - plugins/netgenplugin.git/commitdiff
Salome HOME
PR: fix dump and compatibility with previous scripts
authorprascle <prascle>
Mon, 25 Feb 2013 10:24:00 +0000 (10:24 +0000)
committerprascle <prascle>
Mon, 25 Feb 2013 10:24:00 +0000 (10:24 +0000)
resources/NETGENPlugin.xml

index 4504d66bf62fa59bca0fe77faa6d3fd666405159..dcccd46fcc23d67733734fd9b31abe572ce40ce0 100644 (file)
@@ -84,7 +84,7 @@
                output="TRIA,QUAD"
                dim="2">
        <python-wrap>
-        <algo>NETGEN_2D_ONLY=Triangle(algo=smeshDC.NETGEN_2D)</algo>
+        <algo>NETGEN_2D_ONLY=Triangle(algo=smeshBuilder.NETGEN_2D)</algo>
         <hypo>LengthFromEdges=LengthFromEdges()</hypo>
         <hypo>MaxElementArea=MaxElementArea(SetMaxElementArea())</hypo>
         <hypo>NETGEN_Parameters_2D_ONLY=Parameters()</hypo>
                dim="2"
                support-submeshes="true">
       <python-wrap>
-        <algo>NETGEN_2D=Triangle(algo=smeshDC.NETGEN_1D2D)</algo>
+        <algo>NETGEN_2D=Triangle(algo=smeshBuilder.NETGEN_1D2D)</algo>
         <hypo>NETGEN_Parameters_2D=Parameters()</hypo>
         <hypo>NETGEN_SimpleParameters_2D=Parameters(smesh.SIMPLE)</hypo>
         <hypo>ViscousLayers2D=ViscousLayers2D(SetTotalThickness(),SetNumberLayers(),SetStretchFactor(),SetIgnoreEdges())</hypo>
                dim="3"
                support-submeshes="true">
       <python-wrap>
-        <algo>NETGEN_2D3D=Tetrahedron(algo=smeshDC.NETGEN_1D2D3D)</algo>
+        <algo>NETGEN_2D3D=Tetrahedron(algo=smeshBuilder.NETGEN_1D2D3D)</algo>
         <hypo>NETGEN_Parameters=Parameters()</hypo>
         <hypo>NETGEN_SimpleParameters_3D=Parameters(smesh.SIMPLE)</hypo>
       </python-wrap>