From c774eacd4efde8e07a131025e9ed4754fd6e112d Mon Sep 17 00:00:00 2001 From: eap Date: Wed, 16 Mar 2011 15:40:39 +0000 Subject: [PATCH] 0020978: EDF 1475 SMESH: Convert linear to quadratic on a submesh + void ConvertToQuadraticObject(in boolean theForce3d, + in SMESH_IDSource theObject) + void ConvertFromQuadraticObject(in SMESH_IDSource theObject) --- idl/SMESH_MeshEditor.idl | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/idl/SMESH_MeshEditor.idl b/idl/SMESH_MeshEditor.idl index 2f1223b8f..681c4ece7 100644 --- a/idl/SMESH_MeshEditor.idl +++ b/idl/SMESH_MeshEditor.idl @@ -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(); -- 2.39.2