Salome HOME
modules/smesh.git
13 years agomerge V5_1_4 smds_memimp_V5_1_4
prascle [Thu, 1 Jul 2010 16:26:48 +0000 (16:26 +0000)]
merge V5_1_4

13 years agoPR: downward connectivity
prascle [Thu, 1 Jul 2010 14:46:31 +0000 (14:46 +0000)]
PR: downward connectivity

13 years agoPR: merged from V5_1_4rc1 smds_memimp_V5_1_4rc1
prascle [Wed, 26 May 2010 07:13:13 +0000 (07:13 +0000)]
PR: merged from V5_1_4rc1

13 years agoPR: debug gui display smds_memimp_V5_1_3a
prascle [Wed, 19 May 2010 16:07:15 +0000 (16:07 +0000)]
PR: debug gui display

13 years agoPR: display submeshes and groups smds_memimp_V5_1_3
prascle [Fri, 14 May 2010 12:30:48 +0000 (12:30 +0000)]
PR: display submeshes and groups

13 years agoPR: debug SMDS memimp
prascle [Thu, 13 May 2010 08:07:39 +0000 (08:07 +0000)]
PR: debug SMDS memimp

14 years agoPR: debug compact vtkUnstructuredGrid in progress
prascle [Thu, 15 Apr 2010 15:52:18 +0000 (15:52 +0000)]
PR: debug compact vtkUnstructuredGrid in progress

14 years agoPR: SMDS refactoring in progress
prascle [Fri, 2 Apr 2010 13:55:36 +0000 (13:55 +0000)]
PR: SMDS refactoring in progress

14 years agoPR: debug triangles
prascle [Mon, 15 Feb 2010 16:58:17 +0000 (16:58 +0000)]
PR: debug triangles

14 years agoPR: adjust points number
prascle [Mon, 1 Feb 2010 13:51:19 +0000 (13:51 +0000)]
PR: adjust points number

14 years agoPR: mesh and visu hexa no copy
prascle [Fri, 22 Jan 2010 15:02:34 +0000 (15:02 +0000)]
PR: mesh and visu hexa no copy

14 years agoPR: display hexahedron
prascle [Fri, 8 Jan 2010 15:53:25 +0000 (15:53 +0000)]
PR: display hexahedron

14 years agoSMESHDS_Mesh structures
prascle [Wed, 6 Jan 2010 19:01:21 +0000 (19:01 +0000)]
SMESHDS_Mesh structures

14 years agoObjectPool and SMDS_Position
prascle [Tue, 5 Jan 2010 19:11:30 +0000 (19:11 +0000)]
ObjectPool and SMDS_Position

14 years agoPR: temporary
prascle [Fri, 18 Dec 2009 15:26:39 +0000 (15:26 +0000)]
PR: temporary

14 years agoPR: notes
prascle [Thu, 17 Dec 2009 19:12:30 +0000 (19:12 +0000)]
PR: notes

14 years agoPR: compilation gcc 4.4.1
prascle [Thu, 17 Dec 2009 13:24:58 +0000 (13:24 +0000)]
PR: compilation gcc 4.4.1

14 years agomerge from V5_1_3rc5
prascle [Mon, 7 Dec 2009 16:20:46 +0000 (16:20 +0000)]
merge from V5_1_3rc5

14 years agoPR: test of use of vtk structures in SMDS, first part: only nodes, tested with hexahe...
prascle [Mon, 12 Oct 2009 09:13:38 +0000 (09:13 +0000)]
PR: test of use of vtk structures in SMDS, first part: only nodes, tested with hexaheddrons

14 years agoPR: test of use of vtk structures in SMDS, first part: only nodes, tested only with...
prascle [Thu, 24 Sep 2009 12:26:05 +0000 (12:26 +0000)]
PR: test of use of vtk structures in SMDS, first part: only nodes, tested only with hexahedrons.

14 years agountabify
eap [Wed, 9 Sep 2009 06:17:26 +0000 (06:17 +0000)]
untabify

14 years agoPAL20378
asl [Fri, 4 Sep 2009 08:21:40 +0000 (08:21 +0000)]
PAL20378

14 years agoTo avoid memory leaks
ouv [Thu, 3 Sep 2009 08:50:15 +0000 (08:50 +0000)]
To avoid memory leaks

14 years agoTo avoid memory leaks
ouv [Thu, 3 Sep 2009 08:18:11 +0000 (08:18 +0000)]
To avoid memory leaks

14 years agoRemoved as obsolete
ouv [Wed, 2 Sep 2009 10:53:52 +0000 (10:53 +0000)]
Removed as obsolete

14 years agoremove compilation error on Windows
ptv [Tue, 1 Sep 2009 06:56:48 +0000 (06:56 +0000)]
remove compilation error on Windows

14 years agoremove compilation error on Windows
ptv [Tue, 1 Sep 2009 03:53:08 +0000 (03:53 +0000)]
remove compilation error on Windows

14 years agounused variables
eap [Thu, 27 Aug 2009 14:09:43 +0000 (14:09 +0000)]
unused variables

14 years agofix GetSubMesh()
eap [Thu, 27 Aug 2009 13:58:53 +0000 (13:58 +0000)]
fix GetSubMesh()
     if ( it.More() )
+    {
       index = _myMeshDS->AddCompoundSubmesh( aSubShape, it.Value().ShapeType() );
+      if ( index > _nbSubShapes ) _nbSubShapes = index; // not to create sm for this group again
+    }
   }

14 years agofix SetEventListener() for the case of groups
eap [Thu, 27 Aug 2009 13:56:40 +0000 (13:56 +0000)]
fix SetEventListener() for the case of groups

14 years ago0020108: EDF 852 SMESH : Add examples in projection algorithm doc
eap [Thu, 27 Aug 2009 13:55:31 +0000 (13:55 +0000)]
0020108: EDF 852 SMESH : Add examples in projection algorithm doc
 Add Projection 1D sample

14 years ago0020108: EDF 852 SMESH : Add examples in projection algorithm doc
eap [Thu, 27 Aug 2009 12:41:45 +0000 (12:41 +0000)]
0020108: EDF 852 SMESH : Add examples in projection algorithm doc
 minor changes

14 years ago0020108: EDF 852 SMESH : Add examples in projection algorithm doc
eap [Thu, 27 Aug 2009 12:41:22 +0000 (12:41 +0000)]
0020108: EDF 852 SMESH : Add examples in projection algorithm doc
+<br><b>See Also</b> a sample TUI Script of a
+\ref tui_projection "Projection Algorithms".
+

14 years ago0020108: EDF 852 SMESH : Add examples in projection algorithm doc
eap [Thu, 27 Aug 2009 11:56:45 +0000 (11:56 +0000)]
0020108: EDF 852 SMESH : Add examples in projection algorithm doc

+\anchor tui_projection
+<h3>Projection algorithms</h3>
+
+\code
+ ...

14 years agountabify
eap [Thu, 27 Aug 2009 10:45:29 +0000 (10:45 +0000)]
untabify

14 years agofix MakeMeshOnFxy1(): set medium nodes to the Fxy1 face instead of volume
eap [Thu, 27 Aug 2009 10:43:10 +0000 (10:43 +0000)]
fix MakeMeshOnFxy1(): set medium nodes to the Fxy1 face instead of volume

14 years ago0020095: EDF 896 SMESH : Advanced Mesh info on a group
ptv [Thu, 27 Aug 2009 10:27:17 +0000 (10:27 +0000)]
0020095: EDF 896 SMESH : Advanced Mesh info on a group
correct Mesh Info statistic for sub-mesh objects

14 years agoRemove not needed "cout".
skl [Thu, 27 Aug 2009 08:10:02 +0000 (08:10 +0000)]
Remove not needed "cout".

14 years agoIntegration improvements 0020310 and 0020431.
skl [Thu, 27 Aug 2009 07:26:22 +0000 (07:26 +0000)]
Integration improvements 0020310 and 0020431.

14 years agoBug 0020403: Clear mesh data doen't 'free' the memory.
jfa [Thu, 27 Aug 2009 06:22:59 +0000 (06:22 +0000)]
Bug 0020403: Clear mesh data doen't 'free' the memory.

14 years agoIPAL21303 ex15_cyl2geometry: mesh computation failed
dmv [Tue, 25 Aug 2009 13:14:23 +0000 (13:14 +0000)]
IPAL21303 ex15_cyl2geometry: mesh computation failed

14 years agoUpdate of SMESH gui documentation
maintenance team [Tue, 25 Aug 2009 12:33:17 +0000 (12:33 +0000)]
Update of SMESH gui documentation

14 years agoIPAL21340 Compute leads to Unknown Exception if No available data in selection.
dmv [Tue, 25 Aug 2009 08:31:07 +0000 (08:31 +0000)]
IPAL21340 Compute leads to Unknown Exception if No available data in selection.

14 years ago0019296: EDF 681 SMESH
ptv [Tue, 25 Aug 2009 07:41:51 +0000 (07:41 +0000)]
0019296: EDF 681 SMESH
Add Evaluate into pop-up menu

14 years ago0019296: EDF 681 SMESH - Pre-evaluation of the number of elements before mesh
ptv [Tue, 25 Aug 2009 05:18:16 +0000 (05:18 +0000)]
0019296: EDF 681 SMESH - Pre-evaluation of the number of elements before mesh
Replace hard coded values of element types by new enumeration (added in advanced mesh info Improvement)

14 years agoEditing hypothesis bug...
dmv [Mon, 24 Aug 2009 11:31:32 +0000 (11:31 +0000)]
Editing hypothesis bug...

14 years agountabify
eap [Mon, 24 Aug 2009 08:45:30 +0000 (08:45 +0000)]
untabify

14 years agountabify
eap [Mon, 24 Aug 2009 07:27:17 +0000 (07:27 +0000)]
untabify

14 years agoFix crash in Filter_i::GetIDs() after Filter_i::SetMesh() function call
vsr [Fri, 21 Aug 2009 09:22:45 +0000 (09:22 +0000)]
Fix crash in Filter_i::GetIDs() after Filter_i::SetMesh() function call

14 years agoIssue 20406: Time compilation when recompiling
vsr [Fri, 21 Aug 2009 08:26:46 +0000 (08:26 +0000)]
Issue 20406: Time compilation when recompiling

14 years ago0020095: EDF 896 SMESH : Advanced Mesh info on a group
ptv [Fri, 21 Aug 2009 05:41:59 +0000 (05:41 +0000)]
0020095: EDF 896 SMESH : Advanced Mesh info on a group

14 years ago0020452: EDF 1056 SMESH : 2D Projection Issue
eap [Thu, 20 Aug 2009 07:42:20 +0000 (07:42 +0000)]
0020452: EDF 1056 SMESH : 2D Projection Issue
  use shape partnership (TopoDS_Shape::IsPartner()) for an easy projection

14 years ago0020452: EDF 1056 SMESH : 2D Projection Issue
eap [Thu, 20 Aug 2009 07:40:08 +0000 (07:40 +0000)]
0020452: EDF 1056 SMESH : 2D Projection Issue
1) in FindSubShapeAssociation(): use shape partnership (TopoDS_Shape::IsPartner())
   for association
2) in FindFaceAssociation(): try two algoritms to find a correct outer wire

14 years agofix indentation
eap [Thu, 20 Aug 2009 07:36:49 +0000 (07:36 +0000)]
fix indentation

14 years ago0020452: EDF 1056 SMESH : 2D Projection Issue
eap [Thu, 20 Aug 2009 07:35:09 +0000 (07:35 +0000)]
0020452: EDF 1056 SMESH : 2D Projection Issue

   static int GetOrderedEdges (const TopoDS_Face&        theFace,
                               TopoDS_Vertex             theFirstVertex,
                               std::list< TopoDS_Edge >& theEdges,
-                              std::list< int >  &       theNbVertexInWires);
+                              std::list< int >  &       theNbVertexInWires,
+                              const bool                theShapeAnalysisAlgo=false);

14 years agoIssue 0020194: EDF 977 ALL: Get rid of warnings PACKAGE_VERSION already defined
vsr [Thu, 13 Aug 2009 05:50:13 +0000 (05:50 +0000)]
Issue 0020194: EDF 977 ALL: Get rid of warnings PACKAGE_VERSION already defined

14 years agocorrect script (syntax error and missing arguments) Bug IPAL21322
ptv [Wed, 12 Aug 2009 07:35:36 +0000 (07:35 +0000)]
correct script (syntax error and missing arguments) Bug IPAL21322

14 years agoIMP20439 Create hole by element and nodes duplication
ptv [Tue, 11 Aug 2009 12:01:49 +0000 (12:01 +0000)]
IMP20439 Create hole by element and nodes duplication

14 years agoIPAL21302 Selection of the Hypothesis without Geometry leads to Unknown exception...
eap [Tue, 11 Aug 2009 09:09:55 +0000 (09:09 +0000)]
IPAL21302 Selection of the Hypothesis without Geometry leads to Unknown exception. Regress to 5.1.2

14 years agoCorrect bugs, connected with 0D Elements implementation (IMP 20089, BUG 21300)
jfa [Tue, 11 Aug 2009 08:02:55 +0000 (08:02 +0000)]
Correct bugs, connected with 0D Elements implementation (IMP 20089, BUG 21300)

14 years agoProtection before invalid hypothesises for "Evaluate" operation.
skl [Thu, 6 Aug 2009 12:44:45 +0000 (12:44 +0000)]
Protection before invalid hypothesises for "Evaluate" operation.

14 years agoCorrect bugs, connected with 0D Elements implementation (IMP 20089, BUG 21300)
jfa [Tue, 4 Aug 2009 12:22:34 +0000 (12:22 +0000)]
Correct bugs, connected with 0D Elements implementation (IMP 20089, BUG 21300)

14 years agoAnother fix like previous one.
adam [Mon, 3 Aug 2009 14:39:22 +0000 (14:39 +0000)]
Another fix like previous one.

14 years agoFix compilation problems on Windows
vsr [Fri, 31 Jul 2009 13:52:22 +0000 (13:52 +0000)]
Fix compilation problems on Windows

14 years agoIssue 20443: SIGSEGV in SMESHGUI_VTKUtils.cxx::RemoveVisuData
vsr [Fri, 31 Jul 2009 13:12:15 +0000 (13:12 +0000)]
Issue 20443: SIGSEGV in SMESHGUI_VTKUtils.cxx::RemoveVisuData

14 years agoRemove warnings
adam [Thu, 30 Jul 2009 16:14:24 +0000 (16:14 +0000)]
Remove warnings

14 years agoIssue 0020420: Bad links in Documentation
ouv [Tue, 28 Jul 2009 14:49:34 +0000 (14:49 +0000)]
Issue 0020420: Bad links in Documentation

14 years agoChanges for bug 0020381 from Mantis.
skl [Tue, 28 Jul 2009 11:38:26 +0000 (11:38 +0000)]
Changes for bug 0020381 from Mantis.

14 years agoupdate SMESH_test comment i3
maintenance team [Mon, 27 Jul 2009 12:03:16 +0000 (12:03 +0000)]
update SMESH_test comment i3

14 years agoIPAL21286 1D Meshing for the Forward and Reversed Edge are equal.
dmv [Mon, 27 Jul 2009 08:44:02 +0000 (08:44 +0000)]
IPAL21286 1D Meshing for the Forward and Reversed Edge are equal.

14 years agoImplementation of Quadrangle (Mapping) for faces built on 3 edges (0018911 from Mantis).
skl [Fri, 24 Jul 2009 05:08:32 +0000 (05:08 +0000)]
Implementation of Quadrangle (Mapping) for faces built on 3 edges (0018911 from Mantis).

14 years agoFix of the problem with vtkRenderer::GetActors() method
ouv [Wed, 22 Jul 2009 10:46:42 +0000 (10:46 +0000)]
Fix of the problem with vtkRenderer::GetActors() method

14 years agoImplementation of Quadrangle (Mapping) for faces built on 3 edges (0018911 from Mantis).
skl [Wed, 22 Jul 2009 09:13:29 +0000 (09:13 +0000)]
Implementation of Quadrangle (Mapping) for faces built on 3 edges (0018911 from Mantis).

14 years agoIPAL21265 It's impossible to select edge for Reverce in Arithmetic 1D Hypothesis...
dmv [Wed, 22 Jul 2009 07:33:31 +0000 (07:33 +0000)]
IPAL21265 It's impossible to select edge for Reverce in Arithmetic 1D Hypothesis when Edit Mesh

14 years ago0020089: EDF 887 MED : Take into account 0D elements (MED_POINT1)
dmv [Mon, 20 Jul 2009 14:50:13 +0000 (14:50 +0000)]
0020089: EDF 887 MED : Take into account 0D elements (MED_POINT1)

14 years agoFix compilation of gcc 4.3.2
adam [Mon, 20 Jul 2009 13:11:57 +0000 (13:11 +0000)]
Fix compilation of gcc 4.3.2

14 years agoIMP 0020089: Take into account 0D elements (MED_POINT1)
jfa [Thu, 16 Jul 2009 13:33:03 +0000 (13:33 +0000)]
IMP 0020089: Take into account 0D elements (MED_POINT1)

14 years ago0020082: EDF 869 GEOM : Edges Orientation indicator/reverse
eap [Thu, 16 Jul 2009 06:13:51 +0000 (06:13 +0000)]
0020082: EDF 869 GEOM : Edges Orientation indicator/reverse
+# optionally reverse node distribution on certain edges
+allEdges = geompy.SubShapeAllSortedIDs( box, geompy.ShapeType["EDGE"])
+reversedEdges = [ allEdges[0], allEdges[4] ]
+
 # define "Arithmetic1D" hypothesis to cut all edges in several segments with increasing arithmetic length
-algo1D.Arithmetic1D(1, 4)
+algo1D.Arithmetic1D(1, 4, reversedEdges)

14 years ago0020082: EDF 869 GEOM : Edges Orientation indicator/reverse
eap [Wed, 15 Jul 2009 13:44:24 +0000 (13:44 +0000)]
0020082: EDF 869 GEOM : Edges Orientation indicator/reverse
     implement python dump

14 years ago {
eap [Wed, 15 Jul 2009 13:43:48 +0000 (13:43 +0000)]
   {
     /*!
      * Sets <start segment length> or <end segment length> parameter value
+     * * OBSOLETE *. Avoid such a way of interface design
+     * * It is recommended to dedicate a method to each parameter.
      */
     void SetLength(in double length, in boolean isStartLength)
       raises (SALOME::SALOME_Exception);

     /*!
+     * Sets <start segment length> parameter value
+     */
+    void SetStartLength(in double length)
+      raises (SALOME::SALOME_Exception);
+
+    /*!
+     * Sets <end segment length> parameter value
+     */
+    void SetEndLength(in double length)
+      raises (SALOME::SALOME_Exception);

14 years ago0020082: EDF 869 GEOM : Edges Orientation indicator/reverse
eap [Wed, 15 Jul 2009 13:43:06 +0000 (13:43 +0000)]
0020082: EDF 869 GEOM : Edges Orientation indicator/reverse
     add reversedEdges parameter

14 years ago0020082: EDF 869 GEOM : Edges Orientation indicator/reverse
eap [Wed, 15 Jul 2009 13:42:30 +0000 (13:42 +0000)]
0020082: EDF 869 GEOM : Edges Orientation indicator/reverse
class _pyComplexParamHypo
{
+  void Flush();

in order to clear SetObjectEntry() command

14 years ago0020082: EDF 869 GEOM : Edges Orientation indicator/reverse
eap [Wed, 15 Jul 2009 13:41:14 +0000 (13:41 +0000)]
0020082: EDF 869 GEOM : Edges Orientation indicator/reverse
     convert SetReversedEdges(),
     improve GetWord() to return a whole list

14 years ago {
eap [Wed, 15 Jul 2009 13:26:29 +0000 (13:26 +0000)]
   {
     /*!
      * Sets <start segment length> or <end segment length> parameter value
+     * * OBSOLETE *. Avoid such a way of interface design
+     * * It is recommended to dedicate a method to each parameter.
      */
     void SetLength(in double length, in boolean isStartLength)
       raises (SALOME::SALOME_Exception);

     /*!
+     * Sets <start segment length> parameter value
+     */
+    void SetStartLength(in double length)
+      raises (SALOME::SALOME_Exception);
+
+    /*!
+     * Sets <end segment length> parameter value
+     */
+    void SetEndLength(in double length)
+      raises (SALOME::SALOME_Exception);

14 years agoMerge from V5_1_2_BR branch (14 July 2009)
vsr [Wed, 15 Jul 2009 08:11:22 +0000 (08:11 +0000)]
Merge from V5_1_2_BR branch (14 July 2009)

14 years agoFix of bug 0020420: Bad links in Documentation
ouv [Tue, 14 Jul 2009 12:04:10 +0000 (12:04 +0000)]
Fix of bug 0020420: Bad links in Documentation

14 years ago0020082: EDF 869 GEOM : Edges Orientation indicator/reverse
dmv [Wed, 8 Jul 2009 10:34:09 +0000 (10:34 +0000)]
0020082: EDF 869 GEOM : Edges Orientation indicator/reverse

14 years agoFix of bug 0020420: Bad links in Documentation
ouv [Tue, 7 Jul 2009 12:35:26 +0000 (12:35 +0000)]
Fix of bug 0020420: Bad links in Documentation

14 years agoFix compilation problem on Debin Sarge
vsr [Mon, 6 Jul 2009 11:39:01 +0000 (11:39 +0000)]
Fix compilation problem on Debin Sarge

14 years agoImplememtation of evaluation for improvement 0019296.
skl [Tue, 30 Jun 2009 12:19:47 +0000 (12:19 +0000)]
Implememtation of evaluation for improvement 0019296.

14 years agoImplememtation of evaluation for improvement 0019296.
skl [Mon, 29 Jun 2009 13:26:16 +0000 (13:26 +0000)]
Implememtation of evaluation for improvement 0019296.

14 years ago-algotithm, resulting in different 2D and 3D meshes.</li>
eap [Tue, 23 Jun 2009 08:29:25 +0000 (08:29 +0000)]
-algotithm, resulting in different 2D and 3D meshes.</li>
+algorithm, resulting in different 2D and 3D meshes.</li>

14 years agoUpdate SMESH GUI documentation
maintenance team [Mon, 22 Jun 2009 12:46:02 +0000 (12:46 +0000)]
Update SMESH GUI documentation

14 years ago SMESH_Hypothesis::Hypothesis_Status aStatus;
eap [Thu, 18 Jun 2009 12:47:55 +0000 (12:47 +0000)]
 SMESH_Hypothesis::Hypothesis_Status aStatus;
     if ( aPrism3D->CheckHypothesis( aMesh, aShape, aStatus ) ) {
+      aPrism3D->InitComputeError();
       bOK = aPrism3D->Compute( aMesh, aShape );

14 years ago- ## Returns the list of IDs of submesh elements with the given type
eap [Thu, 18 Jun 2009 12:45:53 +0000 (12:45 +0000)]
-    ## Returns the list of IDs of submesh elements with the given type
+    ## Returns type of elements on given shape
     #  @param Shape a geom object(subshape) IOR
     #         Shape must be a subshape of a ShapeToMesh()
-    #  @return the list of integer values
+    #  @return element type
     #  @ingroup l1_meshinfo
     def GetSubMeshElementType(self, Shape):
         if ( isinstance( Shape, geompyDC.GEOM._objref_GEOM_Object)):

14 years ago0020128: EDF SMESH 926 : Quadratic conversion of BLSURF mesh
eap [Thu, 18 Jun 2009 12:44:50 +0000 (12:44 +0000)]
0020128: EDF SMESH 926 : Quadratic conversion of BLSURF mesh
   /*!
+   * \brief Move medium nodes of faces and volumes to fix distorted elements
+   * \param volumeOnly - fix nodes on faces or not if the shape is solid
+   */
+  void FixQuadraticElements(bool volumeOnly=true);

14 years ago0020128: EDF SMESH 926 : Quadratic conversion of BLSURF mesh
eap [Thu, 18 Jun 2009 12:42:13 +0000 (12:42 +0000)]
0020128: EDF SMESH 926 : Quadratic conversion of BLSURF mesh
struct SMESH_TLink: public NLink {
+  const SMDS_MeshNode* node1() const { return first; }
+  const SMDS_MeshNode* node2() const { return second; }
};

14 years ago0020128: EDF SMESH 926 : Quadratic conversion of BLSURF mesh
eap [Thu, 18 Jun 2009 12:40:22 +0000 (12:40 +0000)]
0020128: EDF SMESH 926 : Quadratic conversion of BLSURF mesh
  in ConvertToQuadratic()
+  if ( !theForce3d ) {
+    aHelper.SetSubShape(0); // apply to the whole mesh
+    aHelper.FixQuadraticElements();
+  }

14 years ago0020128: EDF SMESH 926 : Quadratic conversion of BLSURF mesh
eap [Thu, 18 Jun 2009 12:38:26 +0000 (12:38 +0000)]
0020128: EDF SMESH 926 : Quadratic conversion of BLSURF mesh
+  inline int NbElements(SMDSAbs_ElementType type=SMDSAbs_All) const;

14 years ago0020128: EDF SMESH 926 : Quadratic conversion of BLSURF mesh
eap [Thu, 18 Jun 2009 12:35:37 +0000 (12:35 +0000)]
0020128: EDF SMESH 926 : Quadratic conversion of BLSURF mesh
-  SMDS_ElemIteratorPtr elementsIterator() const;
+  SMDS_ElemIteratorPtr elementsIterator(SMDSAbs_ElementType type=SMDSAbs_All) const;