Salome HOME
0020978: EDF 1475 SMESH: Convert linear to quadratic on a submesh
authoreap <eap@opencascade.com>
Wed, 16 Mar 2011 15:40:39 +0000 (15:40 +0000)
committereap <eap@opencascade.com>
Wed, 16 Mar 2011 15:40:39 +0000 (15:40 +0000)
+    void ConvertToQuadraticObject(in boolean        theForce3d,
+                                  in SMESH_IDSource theObject)
+    void ConvertFromQuadraticObject(in SMESH_IDSource theObject)

idl/SMESH_MeshEditor.idl

index 2f1223b8f8222000eb51dcd1289ba20d751eb1c8..681c4ece785ccfc581e496885d5e7dc6cf799de3 100644 (file)
@@ -284,6 +284,13 @@ module SMESH
 
     boolean ConvertFromQuadratic();
 
+    void ConvertToQuadraticObject(in boolean        theForce3d, 
+                                  in SMESH_IDSource theObject) 
+      raises (SALOME::SALOME_Exception);
+
+    void ConvertFromQuadraticObject(in SMESH_IDSource theObject)
+      raises (SALOME::SALOME_Exception);
+
     void RenumberNodes();
 
     void RenumberElements();