Salome HOME
modules/smesh.git
12 years agoPR: missing groups in CreateFlatElementsOnFacesGroups and names too long for groups... V6_3_0b1
prascle [Mon, 9 May 2011 14:48:31 +0000 (14:48 +0000)]
PR: missing groups in CreateFlatElementsOnFacesGroups and names too long for groups in doubleNodesOnGroupBoundaries

12 years agoMeshCut depends on MED fichier
gdd [Thu, 5 May 2011 16:25:54 +0000 (16:25 +0000)]
MeshCut depends on MED fichier

12 years agoPR: remove splitted tetrahedrons
prascle [Thu, 5 May 2011 15:28:26 +0000 (15:28 +0000)]
PR: remove splitted tetrahedrons

12 years agoassure publishing all geom objects passed to hypotheses
eap [Thu, 5 May 2011 15:17:20 +0000 (15:17 +0000)]
assure publishing all geom objects passed to hypotheses

12 years agofix dupming a nil servant
eap [Thu, 5 May 2011 15:16:02 +0000 (15:16 +0000)]
fix dupming a nil servant

12 years agountabify
eap [Thu, 5 May 2011 15:15:01 +0000 (15:15 +0000)]
untabify

12 years agoRemove unnecessary traces
adam [Thu, 5 May 2011 09:22:36 +0000 (09:22 +0000)]
Remove unnecessary traces

12 years agoPR: english messages
prascle [Wed, 4 May 2011 14:58:40 +0000 (14:58 +0000)]
PR: english messages

12 years agoRegression of 0020206: EDF SMESH 987: Netgen1D2D3D +submesh
eap [Wed, 4 May 2011 14:16:19 +0000 (14:16 +0000)]
Regression of 0020206: EDF SMESH 987: Netgen1D2D3D +submesh
   in Compute(), fix sorting submeshes according to dim of shape the algo assigned to

           aShapeDim = GetShapeDim( algoShape );
+          if ( algoShape.ShapeType() == TopAbs_COMPOUND )
+          {
+            TopoDS_Iterator it( algoShape );
+            aShapeDim += GetShapeDim( it.Value() );
+          }

12 years ago0021257: Rollback the medGeometryElement names MEDMEM_ --> MED_
eap [Wed, 4 May 2011 13:06:27 +0000 (13:06 +0000)]
0021257: Rollback the medGeometryElement names MEDMEM_ --> MED_

12 years agouse CheckMemory() to avoid crash due to memory allocation problem
eap [Wed, 4 May 2011 09:45:11 +0000 (09:45 +0000)]
use CheckMemory() to avoid crash due to memory allocation problem

12 years agouse CheckMemory() to avoid crash due to memory allocation problem
eap [Wed, 4 May 2011 09:33:50 +0000 (09:33 +0000)]
use CheckMemory() to avoid crash due to memory allocation problem

12 years agoremove debug output
eap [Wed, 4 May 2011 07:32:59 +0000 (07:32 +0000)]
remove debug output

12 years agountabify
eap [Wed, 4 May 2011 06:49:05 +0000 (06:49 +0000)]
untabify

12 years agowarn the user that the application may crash if not enough memory remains
eap [Tue, 3 May 2011 17:03:59 +0000 (17:03 +0000)]
warn the user that the application may crash if not enough memory remains

12 years ago0021256: EDF STUDY: Python dump in a single file (continued)
eap [Tue, 3 May 2011 16:02:33 +0000 (16:02 +0000)]
0021256: EDF STUDY: Python dump in a single file (continued)
   "import salome" in multyfile mode

12 years ago0021256: EDF STUDY: Python dump in a single file (continued)
eap [Tue, 3 May 2011 15:54:20 +0000 (15:54 +0000)]
0021256: EDF STUDY: Python dump in a single file (continued)

   if( isMultiFile )
     aScript += "def RebuildData(theStudy):";
-  else
-    aScript += "theStudy = salome.myStudy";

12 years agoPR: plugin for MeshCut
prascle [Tue, 3 May 2011 15:37:17 +0000 (15:37 +0000)]
PR: plugin for MeshCut

12 years ago0021255: [CEA 466] compilation with gcc 4.6.0 without warnings
eap [Tue, 3 May 2011 13:14:00 +0000 (13:14 +0000)]
0021255: [CEA 466] compilation with gcc 4.6.0 without warnings

-    sprintf( (char*)&(buffer[i*3]), "|%02x", (char*)(aStreamFile[i]) );
+    sprintf( (char*)&(buffer[i*3]), "|%02x", aStreamFile[i] );

12 years agornc: Added a paragraph about the use of criteria in documentation
gdd [Fri, 29 Apr 2011 11:44:24 +0000 (11:44 +0000)]
rnc: Added a paragraph about the use of criteria in documentation
and links from GetFilter and GetCriterion methods to tui_filters documentation page

12 years agornc : small modifications in attractors documentation
gdd [Fri, 29 Apr 2011 08:55:25 +0000 (08:55 +0000)]
rnc : small modifications in attractors documentation

12 years agomore precisions
eap [Fri, 29 Apr 2011 08:07:47 +0000 (08:07 +0000)]
more precisions

12 years agoimprove doc
eap [Fri, 29 Apr 2011 08:04:15 +0000 (08:04 +0000)]
improve doc

13 years agofix FindShape() to resolve a regression of SMESH_TEST/Grids/smesh/bugs/L9
eap [Thu, 28 Apr 2011 09:40:21 +0000 (09:40 +0000)]
fix FindShape() to resolve a regression of SMESH_TEST/Grids/smesh/bugs/L9

13 years agornc: EDF 1607 SMESH: Modified "Move Node" and "Add Node" dialog boxes so that only...
gdd [Wed, 27 Apr 2011 13:37:08 +0000 (13:37 +0000)]
rnc: EDF 1607 SMESH: Modified "Move Node" and "Add Node" dialog boxes so that only SpinBoxes are expanded when resizing the window.

13 years agornc: Modified "Number Of Segment" window so that the use of table density is more...
gdd [Wed, 27 Apr 2011 12:40:02 +0000 (12:40 +0000)]
rnc: Modified "Number Of Segment" window so that the use of table density is more convenient.

13 years agoCopyright info update
vsr [Wed, 27 Apr 2011 10:17:07 +0000 (10:17 +0000)]
Copyright info update

13 years ago1) avoid infinit recursion in operator<<(SMESH::SMESH_IDSource_ptr theArg)
eap [Tue, 26 Apr 2011 14:37:17 +0000 (14:37 +0000)]
1) avoid infinit recursion in operator<<(SMESH::SMESH_IDSource_ptr theArg)

2) 0021231: EDF 1838 SMESH: Pattern mapping on a quadratic element
     fix python dump of functions defining pattern in a single-file mode

13 years ago0021231: EDF 1838 SMESH: Pattern mapping on a quadratic element
eap [Tue, 26 Apr 2011 13:15:40 +0000 (13:15 +0000)]
0021231: EDF 1838 SMESH: Pattern mapping on a quadratic element
   fix applying the 2D pattern to quafratic mesh faces

13 years ago0021250: EDF 1817 SMESH: Salome crashes when activating smesh after opening a specifi...
eap [Tue, 26 Apr 2011 10:35:15 +0000 (10:35 +0000)]
0021250: EDF 1817 SMESH: Salome crashes when activating smesh after opening a specific study
In Load(), avoid infinite recursion via python dump
-            myNewMeshImpl->SetAutoColor( (bool)anAutoColor[0] );
+            myNewMeshImpl->GetImpl().SetAutoColor( (bool)anAutoColor[0] );

13 years agoFix make distcheck problem
vsr [Tue, 26 Apr 2011 06:13:06 +0000 (06:13 +0000)]
Fix make distcheck problem

13 years agoIPAL22422 : TC6.3.0:hangup importing python dump
vsr [Mon, 25 Apr 2011 15:34:09 +0000 (15:34 +0000)]
IPAL22422 : TC6.3.0:hangup importing python dump

13 years ago1) protect GetSubMesh() from the exception in case of an
eap [Mon, 25 Apr 2011 13:23:19 +0000 (13:23 +0000)]
1) protect GetSubMesh() from the exception in case of an
  empty geom group (version 2)
2) 0021248: EDF SMESH: Dump and ExportToMED
+  pyDump<<_this()<<".SetAutoColor( "<<theAutoColor<<" )";

13 years ago0021248: EDF SMESH: Dump and ExportToMED
eap [Mon, 25 Apr 2011 13:22:10 +0000 (13:22 +0000)]
0021248: EDF SMESH: Dump and ExportToMED

+    TPythonDump()<<_this()<<".SetColor( "<<color.R<<", "<<color.G<<", "<<color.B<<" )";

13 years ago0021248: EDF SMESH: Dump and ExportToMED
eap [Mon, 25 Apr 2011 13:19:22 +0000 (13:19 +0000)]
0021248: EDF SMESH: Dump and ExportToMED
  dump SetAutoColor() and SetColor() in SMESH_Mesh_i and in
  SMESH_GroupBase_i correspondingly

13 years agoprotect GetSubMesh() from the exception in case of an empty geom group
eap [Mon, 25 Apr 2011 11:24:28 +0000 (11:24 +0000)]
protect GetSubMesh() from the exception in case of an empty geom group

13 years agoIssue 0021249: EDF STUDY: Python dump in a single file
ouv [Mon, 25 Apr 2011 08:36:25 +0000 (08:36 +0000)]
Issue 0021249: EDF STUDY: Python dump in a single file

13 years ago0021238: EDF 1817 SMESH: GHS3D on quadratic meshes
eap [Fri, 22 Apr 2011 16:08:20 +0000 (16:08 +0000)]
0021238: EDF 1817 SMESH: GHS3D on quadratic meshes
  enhance IsQuadraticSubMesh() for the mesh w/o shape

13 years ago0021231: EDF 1838 SMESH: Pattern mapping on a quadratic element
eap [Fri, 22 Apr 2011 11:54:06 +0000 (11:54 +0000)]
0021231: EDF 1838 SMESH: Pattern mapping on a quadratic element
    fix loading pattern from a quadratic mesh

13 years ago0020918: EDF 1447 SMESH: Mesh common borders/ note 0010933
eap [Thu, 21 Apr 2011 16:38:08 +0000 (16:38 +0000)]
0020918: EDF 1447 SMESH: Mesh common borders/ note 0010933
  Use large tolerance for projection of nodes to edges because of
  BLSURF mesher specifics

13 years ago0021223: EDF 1839 SMESH: Bug of convert to quadratic after pattern mapping
eap [Thu, 21 Apr 2011 13:32:29 +0000 (13:32 +0000)]
0021223: EDF 1839 SMESH: Bug of convert to quadratic after pattern mapping
   Use Precision::Infinite() to mark UV of node on face as "not set"

13 years ago0020918: EDF 1447 SMESH: Mesh common borders (note 0010726)
eap [Wed, 20 Apr 2011 13:45:19 +0000 (13:45 +0000)]
0020918: EDF 1447 SMESH: Mesh common borders (note 0010726)
   fix "Conditional jump or move depends on uninitialised value(s)"

13 years ago0021217: EDF SMESH: Submesh is not taken into account whith netgen 1d-2d Start_BR_19998_21191_NEW_ENV
eap [Tue, 19 Apr 2011 16:09:16 +0000 (16:09 +0000)]
0021217: EDF SMESH: Submesh is not taken into account whith netgen 1d-2d

13 years agornc: Mistake
gdd [Tue, 19 Apr 2011 15:00:54 +0000 (15:00 +0000)]
rnc: Mistake

13 years agornc: added method SetAttractorGeom and documented it
gdd [Tue, 19 Apr 2011 14:59:24 +0000 (14:59 +0000)]
rnc: added method SetAttractorGeom and documented it

13 years ago0021149: [CEA 445] Wrong mesh dimension
eap [Tue, 19 Apr 2011 14:40:23 +0000 (14:40 +0000)]
0021149: [CEA 445] Wrong mesh dimension

13 years agornc : added an example of use of attractors in python scripts
gdd [Tue, 19 Apr 2011 14:26:33 +0000 (14:26 +0000)]
rnc : added an example of use of attractors in python scripts

13 years agornc : Corrected documentation of attractor functionnality
gdd [Tue, 19 Apr 2011 13:55:39 +0000 (13:55 +0000)]
rnc : Corrected documentation of attractor functionnality

13 years agoIssue 0021236: EDF SMESH: Problem in create group when Select All checkbox is checked
ouv [Tue, 19 Apr 2011 12:41:47 +0000 (12:41 +0000)]
Issue 0021236: EDF SMESH: Problem in create group when Select All checkbox is checked

13 years ago0013373: EDF PAL 273 : Option Single/Multi file dump
vsr [Tue, 19 Apr 2011 11:16:23 +0000 (11:16 +0000)]
0013373: EDF PAL 273 : Option Single/Multi file dump

13 years agoIssue #0021242: EDF SMESH 1773: Remove Mesh element Information
vsr [Mon, 18 Apr 2011 16:17:31 +0000 (16:17 +0000)]
Issue #0021242: EDF SMESH 1773: Remove Mesh element Information

13 years agoIssue #0021242: EDF SMESH 1773: Remove Mesh element Information
vsr [Mon, 18 Apr 2011 16:09:56 +0000 (16:09 +0000)]
Issue #0021242: EDF SMESH 1773: Remove Mesh element Information

13 years agoIssue #0021242: EDF SMESH 1773: Remove Mesh element Information
vsr [Mon, 18 Apr 2011 16:04:08 +0000 (16:04 +0000)]
Issue #0021242: EDF SMESH 1773: Remove Mesh element Information

13 years agoMerge from V6_main branch 18/04/2011
vsr [Mon, 18 Apr 2011 13:13:50 +0000 (13:13 +0000)]
Merge from V6_main branch 18/04/2011

13 years agoChanging version to 6.3.0
inv [Mon, 18 Apr 2011 11:19:07 +0000 (11:19 +0000)]
Changing version to 6.3.0

13 years agoRestore support of med-2.1 in MEDWrapper V6_3_0a1
eap [Fri, 15 Apr 2011 09:31:45 +0000 (09:31 +0000)]
Restore support of med-2.1 in MEDWrapper

13 years agoSmall update for French translation
gdd [Thu, 14 Apr 2011 12:42:52 +0000 (12:42 +0000)]
Small update for French translation

13 years agornc : correction from Anthony Geay for a problem with medfiles when containing 0D...
gdd [Thu, 14 Apr 2011 12:08:29 +0000 (12:08 +0000)]
rnc : correction from Anthony Geay for a problem with medfiles when containing 0D elements

13 years agoRNV: Fix bug of the editing "Source Faces" hypo: Groups list is empty when editing...
rnv [Wed, 13 Apr 2011 08:03:11 +0000 (08:03 +0000)]
RNV: Fix bug of the editing "Source Faces" hypo: Groups list is empty when editing hypothesis.

13 years agoPR: mistake
prascle [Tue, 12 Apr 2011 17:09:41 +0000 (17:09 +0000)]
PR: mistake

13 years ago1) Fix for the issue "21220: EDF SMESH: Split into tetra from group does not work"
rnv [Tue, 12 Apr 2011 12:28:40 +0000 (12:28 +0000)]
1) Fix for the issue "21220: EDF SMESH: Split into tetra from group does not work"
2) Change mechanism of the adding items in the QListWidget.

13 years agoPR: add an independant exe that cuts a tetra mesh by a plane. MeshCut is adpated...
prascle [Tue, 12 Apr 2011 11:24:20 +0000 (11:24 +0000)]
PR: add an independant exe that cuts a tetra mesh by a plane. MeshCut is adpated from EDF project XMESHLAB and works with MED files.

13 years agoFix for the "21222: SMESH EDF: Impossible to set a threshold value in the filter...
rnv [Mon, 11 Apr 2011 12:42:27 +0000 (12:42 +0000)]
Fix for the "21222: SMESH EDF: Impossible to set a threshold value in the filter dialog" issue.

13 years agornc : gived some details about ExtrusionSweepObjectXD in documentation
gdd [Mon, 11 Apr 2011 09:06:11 +0000 (09:06 +0000)]
rnc : gived some details about ExtrusionSweepObjectXD in documentation

13 years agomed-2.1 file no longer supported
eap [Mon, 11 Apr 2011 07:50:58 +0000 (07:50 +0000)]
med-2.1 file no longer supported

13 years agoRNV: porting documentation on the doxygen 1.7.3
rnv [Mon, 11 Apr 2011 06:56:10 +0000 (06:56 +0000)]
RNV: porting documentation on the doxygen 1.7.3

13 years agoSmall update of blsurf documentation
gdd [Fri, 8 Apr 2011 16:34:59 +0000 (16:34 +0000)]
Small update of blsurf documentation

13 years agoUpdate French Translations
gdd [Fri, 8 Apr 2011 15:29:33 +0000 (15:29 +0000)]
Update French Translations

13 years ago- ExportToMEDX(file,auto_groups,SMESH::MED_V2_1,true);
eap [Fri, 8 Apr 2011 08:43:48 +0000 (08:43 +0000)]
-  ExportToMEDX(file,auto_groups,SMESH::MED_V2_1,true);
+  ExportToMEDX(file,auto_groups,SMESH::MED_V2_2,true);

13 years agocomment off not used
eap [Fri, 8 Apr 2011 08:43:30 +0000 (08:43 +0000)]
comment off not used
   static bool sameGroupType()

13 years agoRNV: Porting documentation on the doxygen 1.7.3
rnv [Thu, 7 Apr 2011 14:57:54 +0000 (14:57 +0000)]
RNV: Porting documentation on the doxygen 1.7.3

13 years agoRNV: Porting documentation on the doxygen 1.7.3
rnv [Thu, 7 Apr 2011 14:39:41 +0000 (14:39 +0000)]
RNV: Porting documentation on the doxygen 1.7.3

13 years agoMerge from PortingMED3 07Apr11
vsr [Thu, 7 Apr 2011 11:53:43 +0000 (11:53 +0000)]
Merge from PortingMED3 07Apr11

13 years ago0021218: EDF 1832 SMESH: Regression when computing a mesh
eap [Wed, 6 Apr 2011 11:06:53 +0000 (11:06 +0000)]
0021218: EDF 1832 SMESH: Regression when computing a mesh
  fix FindFaceAssociation() using UV

13 years agoImplementation "21042: EDF 1600 ALL: Rename objects in the OB" issue.
rnv [Tue, 5 Apr 2011 09:25:26 +0000 (09:25 +0000)]
Implementation "21042: EDF 1600 ALL: Rename objects in the OB" issue.

13 years agornc : documentation of IMP EDF 1762 Start_BR_19998_21191
gdd [Fri, 1 Apr 2011 14:19:32 +0000 (14:19 +0000)]
rnc : documentation of IMP EDF 1762

13 years agoPR: create flat elements on face groups (ASTER calculations)
prascle [Wed, 30 Mar 2011 15:48:07 +0000 (15:48 +0000)]
PR: create flat elements on face groups (ASTER calculations)

13 years agoIssue 0013373: EDF PAL 273 : Option Single/Multi file dump
ouv [Tue, 29 Mar 2011 07:37:38 +0000 (07:37 +0000)]
Issue 0013373: EDF PAL 273 : Option Single/Multi file dump

13 years agoPR: DoubleNodesOnGroupBoundaries in progress
prascle [Mon, 28 Mar 2011 14:46:16 +0000 (14:46 +0000)]
PR: DoubleNodesOnGroupBoundaries in progress

13 years ago0020978: EDF 1475 SMESH: Convert linear to quadratic on a submesh
eap [Mon, 28 Mar 2011 12:22:53 +0000 (12:22 +0000)]
0020978: EDF 1475 SMESH: Convert linear to quadratic on a submesh
   fix a bug found by Renaud (note 0010641)

13 years agornc: Added a missing translation
gdd [Mon, 28 Mar 2011 11:54:53 +0000 (11:54 +0000)]
rnc: Added a missing translation

13 years agoIssue 0021055: EDF 1602 STUDY: Object browser reactualisation when creating an object
ouv [Fri, 25 Mar 2011 15:25:16 +0000 (15:25 +0000)]
Issue 0021055: EDF 1602 STUDY: Object browser reactualisation when creating an object

13 years agoFixed documentation for Python package (opens in a new window)
barate [Fri, 25 Mar 2011 14:34:31 +0000 (14:34 +0000)]
Fixed documentation for Python package (opens in a new window)

13 years agoFixed compilation without .la files from other modules
barate [Fri, 25 Mar 2011 14:33:52 +0000 (14:33 +0000)]
Fixed compilation without .la files from other modules

13 years agoMerge from BR_WIN_INDUS_514 branch 21/03/2011 (Windows industrialization)
vsr [Mon, 21 Mar 2011 16:07:02 +0000 (16:07 +0000)]
Merge from BR_WIN_INDUS_514 branch 21/03/2011 (Windows industrialization)

13 years agoMerge from BR_WIN_INDUS_514 branch 21/03/2011 (Windows industrialization)
vsr [Mon, 21 Mar 2011 15:23:28 +0000 (15:23 +0000)]
Merge from BR_WIN_INDUS_514 branch 21/03/2011 (Windows industrialization)

13 years agoFix compilation error on gcc 4.2
vsr [Mon, 21 Mar 2011 15:12:11 +0000 (15:12 +0000)]
Fix compilation error on gcc 4.2

13 years agoSmall correction for the "21056: EDF 1608 SMESH: Dialog Box "Create Sub Mesh": focus...
rnv [Mon, 21 Mar 2011 13:02:22 +0000 (13:02 +0000)]
Small correction for the "21056: EDF 1608 SMESH: Dialog Box "Create Sub Mesh": focus should automatically switch to geometry" issue.

13 years agoFix idSourceToNodeSet() for the case of mesh with free nodes
eap [Mon, 21 Mar 2011 10:19:55 +0000 (10:19 +0000)]
Fix idSourceToNodeSet() for the case of mesh with free nodes

13 years agoImplementation of the "21056: EDF 1608 SMESH: Dialog Box "Create Sub Mesh": focus...
rnv [Mon, 21 Mar 2011 08:17:32 +0000 (08:17 +0000)]
Implementation of the "21056: EDF 1608 SMESH: Dialog Box "Create Sub Mesh": focus should automatically switch to geometry" issue.

13 years agoEA: Fix compilation with gcc-4.5.2
adam [Sat, 19 Mar 2011 22:21:45 +0000 (22:21 +0000)]
EA: Fix compilation with gcc-4.5.2

13 years agoActivate WITH_SMESH_CANCEL_COMPUTE with automake
adam [Sat, 19 Mar 2011 18:18:38 +0000 (18:18 +0000)]
Activate WITH_SMESH_CANCEL_COMPUTE with automake

13 years agoPR: double nodes and flat elements for ASTER calculations in progress
prascle [Sat, 19 Mar 2011 06:55:48 +0000 (06:55 +0000)]
PR: double nodes and flat elements for ASTER calculations in progress

13 years agoImplement Cancel Compute (end)
adam [Thu, 17 Mar 2011 09:53:14 +0000 (09:53 +0000)]
Implement Cancel Compute (end)

13 years agoImplement Cancel Compute (begin)
adam [Thu, 17 Mar 2011 08:53:25 +0000 (08:53 +0000)]
Implement Cancel Compute (begin)

13 years agoImplement Cancel Compute (begin)
adam [Thu, 17 Mar 2011 08:40:57 +0000 (08:40 +0000)]
Implement Cancel Compute (begin)

13 years ago0020978: EDF 1475 SMESH: Convert linear to quadratic on a submesh
eap [Wed, 16 Mar 2011 15:41:27 +0000 (15:41 +0000)]
0020978: EDF 1475 SMESH: Convert linear to quadratic on a submesh

13 years ago0020978: EDF 1475 SMESH: Convert linear to quadratic on a submesh
eap [Wed, 16 Mar 2011 15:40:39 +0000 (15:40 +0000)]
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)

13 years ago0020978: EDF 1475 SMESH: Convert linear to quadratic on a submesh
eap [Wed, 16 Mar 2011 15:39:18 +0000 (15:39 +0000)]
0020978: EDF 1475 SMESH: Convert linear to quadratic on a submesh

+    def ConvertToQuadratic(self, theForce3d, theSubMesh=None):
+    def ConvertFromQuadratic(self, theSubMesh=None):

13 years ago0020978: EDF 1475 SMESH: Convert linear to quadratic on a submesh
eap [Wed, 16 Mar 2011 15:38:32 +0000 (15:38 +0000)]
0020978: EDF 1475 SMESH: Convert linear to quadratic on a submesh

class SMESH_MeshEditor_i
{
+  void ConvertToQuadraticObject(CORBA::Boolean            theForce3d,
+                                SMESH::SMESH_IDSource_ptr theObject)
+  void ConvertFromQuadraticObject(SMESH::SMESH_IDSource_ptr theObject)