Salome HOME
Now deal with Cylindric, Spheric coordinates for UMesh, CLMesh, And only Cylindric...
[tools/medcoupling.git] / src / MEDLoader / Swig / MEDLoader.i
index ab8d676ed77f572cce5382babdd9efe36837879b..d85b638165bcf60afbf5f590a45bbb586292235f 100644 (file)
@@ -134,4 +134,15 @@ def ParaMEDMEMMEDCouplingExtrudedMeshnew(cls,*args):
     return _MEDLoader.MEDCouplingExtrudedMesh____new___(cls,args)
 %}
 
+%pythoncode %{
+def ParaMEDMEMMEDFileUMeshnew(cls,*args):
+    import _MEDLoader
+    return _MEDLoader.MEDFileUMesh____new___(cls,args)
+%}
+
 %include "MEDCouplingFinalize.i"
+
+%pythoncode %{
+MEDFileUMesh.__new__=classmethod(ParaMEDMEMMEDFileUMeshnew)
+del ParaMEDMEMMEDFileUMeshnew
+%}