Salome HOME
modules/smesh.git
12 years agoIntegrate patch for 0021149: [CEA 445] Wrong mesh dimension V5_1_6_BR V5_1_6 V5_1_6_patch01 V5_1_6rc1 V5_1_6rc2
vsr [Mon, 1 Aug 2011 11:11:14 +0000 (11:11 +0000)]
Integrate patch for 0021149: [CEA 445] Wrong mesh dimension

12 years agoFix-up docutils conf file (version)
vsr [Wed, 27 Jul 2011 14:26:29 +0000 (14:26 +0000)]
Fix-up docutils conf file (version)

12 years agoFix-up docutils conf file (version)
vsr [Wed, 27 Jul 2011 10:25:52 +0000 (10:25 +0000)]
Fix-up docutils conf file (version)

12 years agoUpdate copyright info (2010->2011)
vsr [Wed, 27 Jul 2011 07:25:28 +0000 (07:25 +0000)]
Update copyright info (2010->2011)

12 years agoChanging version to 5.1.6
inv [Tue, 26 Jul 2011 07:49:54 +0000 (07:49 +0000)]
Changing version to 5.1.6

12 years agoAuthor: Roman Lygin, roman.lygin@gmail.com
eap [Mon, 27 Jun 2011 09:12:06 +0000 (09:12 +0000)]
Author: Roman Lygin, roman.lygin@gmail.com
fixS020
- Summary: Invalid computation of edge length on periodic curve leads to wrong tessellation
- Detailed description: SMESH_Algo returns incorrect edge length (1e-08) for an edge lying
         beyond periodic curve range. Afterwards the number of segments is computed as
         ~ 1/lentgh and becomes 1.9M leading to running out of memory or failure to produce
         2D mesh.
- Reproducer: Try to mesh f-percrvedge.brep with 1D Wire Discretization and default
         MaxSize hypothesis.

12 years agoAuthor: Roman Lygin, roman.lygin@gmail.com
eap [Mon, 27 Jun 2011 09:11:43 +0000 (09:11 +0000)]
Author: Roman Lygin, roman.lygin@gmail.com
fixS010
- Summary: Mefisto inconsistency and failure on same model
- Detailed description: See http://salome-platform.org/forum/forum_10/788312758

13 years agoChanging Salome version for 5.1.4 to 5.1.5 V5_1_5_BR V5_1_5 V5_1_5_patch02 V5_1_5rc3
inv [Wed, 24 Nov 2010 13:39:37 +0000 (13:39 +0000)]
Changing Salome version for 5.1.4 to 5.1.5

13 years ago0021083: EDF NETGENPLUGIN: documentation is obsolete
eap [Tue, 23 Nov 2010 10:17:39 +0000 (10:17 +0000)]
0021083: EDF NETGENPLUGIN: documentation is obsolete

13 years ago0020463: EDF 1099 SMESH: performance regression from V4 to V5
vsr [Fri, 19 Nov 2010 13:27:33 +0000 (13:27 +0000)]
0020463: EDF 1099 SMESH: performance regression from V4 to V5
Patch from Erwan ADAM.

13 years ago0021077: EDF 1695 SMESH: Netgen works bad with 1D hypothesis on an elliptic torus
eap [Fri, 19 Nov 2010 10:01:14 +0000 (10:01 +0000)]
0021077: EDF 1695 SMESH: Netgen works bad with 1D hypothesis on an elliptic torus
  Make propagation work w/o any hypotheses assigned to edges where an
  1D hypothesis is propagated to.

13 years ago020716: EDF 1229 SMESH : Improvement of reversed edges dialog box
eap [Fri, 19 Nov 2010 09:44:53 +0000 (09:44 +0000)]
020716: EDF 1229 SMESH : Improvement of reversed edges dialog box
  fix taking into account ( reversing edges + hyp propagation )

13 years agoRNC: correction of a french translation
gdd [Thu, 18 Nov 2010 14:42:26 +0000 (14:42 +0000)]
RNC: correction of a french translation

13 years agoPlugins manager for SMESH
gdd [Wed, 17 Nov 2010 18:06:23 +0000 (18:06 +0000)]
Plugins manager for SMESH

13 years agoAnother fix for French translation
gdd [Wed, 17 Nov 2010 10:40:19 +0000 (10:40 +0000)]
Another fix for French translation

13 years agoAdditional fix for French translations
gdd [Wed, 17 Nov 2010 10:18:39 +0000 (10:18 +0000)]
Additional fix for French translations

13 years ago0021078: EDF 1706 SMESH: Dead link in the documentation
vsr [Tue, 16 Nov 2010 16:53:00 +0000 (16:53 +0000)]
0021078: EDF 1706 SMESH: Dead link in the documentation

13 years ago0021074: EDF 1682 MESH: Bug with start and end length hypothesis
eap [Tue, 16 Nov 2010 14:39:20 +0000 (14:39 +0000)]
0021074: EDF 1682 MESH: Bug with start and end length hypothesis
  fix compensateError()

13 years agoAnother fix of hack_libtool() function for latest versions of autoconf (e.g. 2.67) V5_1_5rc2
vsr [Wed, 3 Nov 2010 09:32:08 +0000 (09:32 +0000)]
Another fix of hack_libtool() function for latest versions of autoconf (e.g. 2.67)

13 years ago0020128: EDF SMESH 926 : Quadratic conversion of BLSURF mesh
eap [Tue, 2 Nov 2010 14:11:10 +0000 (14:11 +0000)]
0020128: EDF SMESH 926 : Quadratic conversion of BLSURF mesh
   Use maximal tolerance of face when checking node positions

+  static double MaxTolerance( const TopoDS_Shape& shape );

-      uvOK = CheckNodeUV( F, n, uv.ChangeCoord(), 2*BRep_Tool::Tolerance( F ));
+      uvOK = CheckNodeUV( F, n, uv.ChangeCoord(), 10*MaxTolerance( F ));

-      uvOK = CheckNodeUV( F, n, uv.ChangeCoord(), 2*BRep_Tool::Tolerance( E ),/*force=*/ !validU );
+      uvOK = CheckNodeUV( F, n, uv.ChangeCoord(), 10*MaxTolerance( F ),/*force=*/ !validU );

13 years ago0020999: EDF 1575 SMESH: Filters and precision preferences
vsr [Mon, 1 Nov 2010 14:53:50 +0000 (14:53 +0000)]
0020999: EDF 1575 SMESH: Filters and precision preferences
Additional fix for Filter dialog box

13 years ago0021058: EDF 1674 SMESH: SetTriangleVertex ends in error with strange message
eap [Fri, 29 Oct 2010 15:45:13 +0000 (15:45 +0000)]
0021058: EDF 1674 SMESH: SetTriangleVertex ends in error with strange message
   prevent problems with TopAbs_INTERNAL shapes

13 years agoRegression of imps/A3 V5_1_5rc1
eap [Tue, 26 Oct 2010 08:36:34 +0000 (08:36 +0000)]
Regression of imps/A3

  fix setting the mesh to the filter

13 years agoRegression of bugs/L9
eap [Tue, 26 Oct 2010 08:33:55 +0000 (08:33 +0000)]
Regression of bugs/L9

-  theMesh.GetSubMesh(theShape)->ComputeStateEngine( SMESH_subMesh::CLEAN );
+  // CLEAN event is incorrectly ptopagated seemingly due to Propagation hyp
+  // so TEMPORARY solution is to clean the submesh manually
+  //theMesh.GetSubMesh(theShape)->ComputeStateEngine( SMESH_subMesh::CLEAN );
+  if (SMESHDS_SubMesh * subMeshDS = meshDS->MeshElements(theShape))

13 years agoregression in bugs/F8
eap [Mon, 25 Oct 2010 12:19:19 +0000 (12:19 +0000)]
regression in bugs/F8
  fix indentation in QuadrangleParameters()

13 years agoregression on SWIG_scripts/A3
eap [Mon, 25 Oct 2010 11:45:06 +0000 (11:45 +0000)]
regression on SWIG_scripts/A3
    def GetFilter(self,elementType,
-        aFilter.SetMesh( self.mesh )

13 years agoUpdate documentation
vsr [Fri, 22 Oct 2010 08:42:28 +0000 (08:42 +0000)]
Update documentation

13 years ago+ // remove elements created by e.g. patern mapping (PAL21999)
eap [Fri, 22 Oct 2010 06:33:50 +0000 (06:33 +0000)]
+  // remove elements created by e.g. patern mapping (PAL21999)
+  theMesh.GetSubMesh(theShape)->ComputeStateEngine( SMESH_subMesh::CLEAN );

13 years agoPAL21999 Pattern Mapping - New - collapse of pattern mesh
eap [Fri, 22 Oct 2010 06:20:21 +0000 (06:20 +0000)]
PAL21999 Pattern Mapping - New - collapse of pattern mesh
   Set mesh modified if a pattern is applied to already computed mesh

13 years agoPAL22090 Qudrangle_2D preference Type works incorrectly with Sub-mesh on concave...
eap [Thu, 21 Oct 2010 13:44:14 +0000 (13:44 +0000)]
PAL22090 Qudrangle_2D preference Type works incorrectly with Sub-mesh on concave edges.
   Fix ComputeQuadPref()

13 years agoRever incorrect integration!!! from 13.09.2009 into the V5_1_main
dmv [Thu, 21 Oct 2010 10:48:45 +0000 (10:48 +0000)]
Rever incorrect integration!!! from 13.09.2009 into the V5_1_main

13 years agoFrench translations of resources
vsr [Thu, 21 Oct 2010 09:19:42 +0000 (09:19 +0000)]
French translations of resources

13 years agoPAL22090 Qudrangle_2D preference Type works incorrectly with Sub-mesh on concave...
eap [Thu, 21 Oct 2010 08:59:07 +0000 (08:59 +0000)]
PAL22090 Qudrangle_2D preference Type works incorrectly with Sub-mesh on concave edges.
   Fix Reverse() for the case of degenarated side (3-d constructor)

13 years ago0020834]: EDF 1362 SMESH : Add a 2D quadrangle mesher of reduced type
eap [Thu, 21 Oct 2010 08:57:14 +0000 (08:57 +0000)]
0020834]: EDF 1362 SMESH : Add a 2D quadrangle mesher of reduced type
   Make Mesh_Quadrangle always create QuadranglePreference hyp

13 years ago0020749: EDF 1291 SMESH : Create 2D Mesh from 3D improvement
eap [Wed, 20 Oct 2010 14:21:31 +0000 (14:21 +0000)]
0020749: EDF 1291 SMESH : Create 2D Mesh from 3D improvement
  rename SMESHGUI_CopyMeshDlg to SMESHGUI_Make2DFrom3DDlg

13 years ago0020749: EDF 1291 SMESH : Create 2D Mesh from 3D improvement
eap [Wed, 20 Oct 2010 14:20:45 +0000 (14:20 +0000)]
0020749: EDF 1291 SMESH : Create 2D Mesh from 3D improvement
  update doc

13 years ago- will be builded.</li>
eap [Wed, 20 Oct 2010 14:17:08 +0000 (14:17 +0000)]
- will be builded.</li>
+ will be built.</li>

13 years agoUpdate documentation for 5.1.5
vsr [Wed, 20 Oct 2010 10:37:03 +0000 (10:37 +0000)]
Update documentation for 5.1.5

13 years agoFix for the Bug IPAL22008 Regression: Find element by point does not work.
rnv [Tue, 19 Oct 2010 12:25:49 +0000 (12:25 +0000)]
Fix for the Bug IPAL22008 Regression: Find element by point does not work.

13 years ago0020971: CEA 422 avoiding display of computed meshes
vsr [Mon, 18 Oct 2010 10:11:57 +0000 (10:11 +0000)]
0020971: CEA 422 avoiding display of computed meshes
Improve warning message (to show current mesh size and limit size).

13 years ago0021034: EDF 1604 SMESH: Reinitialisation of the "mesh" field in create group from...
dmv [Mon, 18 Oct 2010 08:06:00 +0000 (08:06 +0000)]
0021034: EDF 1604 SMESH: Reinitialisation of the "mesh" field in create group from geometry

13 years ago*** empty log message ***
adam [Fri, 15 Oct 2010 16:07:24 +0000 (16:07 +0000)]
*** empty log message ***

13 years agoRegeression of the Test Case 3D_submesh/A0
eap [Fri, 15 Oct 2010 10:53:29 +0000 (10:53 +0000)]
Regeression of the Test Case 3D_submesh/A0
  fix IsMoreLocalThanPredicate after the patch for issue 0020963

13 years ago0020749: EDF 1291 SMESH : Create 2D Mesh from 3D improvement
eap [Fri, 15 Oct 2010 06:35:34 +0000 (06:35 +0000)]
0020749: EDF 1291 SMESH : Create 2D Mesh from 3D improvement

-        <translation>Copy mesh elements</translation>
+        <translation>Create boundary elements</translation>

13 years ago0020749: EDF 1291 SMESH : Create 2D Mesh from 3D improvement
eap [Fri, 15 Oct 2010 06:35:11 +0000 (06:35 +0000)]
0020749: EDF 1291 SMESH : Create 2D Mesh from 3D improvement
   fix calling MakeBoundaryMesh()

13 years ago0020749: EDF 1291 SMESH : Create 2D Mesh from 3D improvement
eap [Fri, 15 Oct 2010 06:33:13 +0000 (06:33 +0000)]
0020749: EDF 1291 SMESH : Create 2D Mesh from 3D improvement
   Implement MakeBoundaryMesh()

13 years ago0020749: EDF 1291 SMESH : Create 2D Mesh from 3D improvement
eap [Fri, 15 Oct 2010 06:31:45 +0000 (06:31 +0000)]
0020749: EDF 1291 SMESH : Create 2D Mesh from 3D improvement

+  void MakeBoundaryMesh(const TIDSortedElemSet& elements,
+                        Bnd_Dimension           dimension,
+                        SMESH_Group*            group = 0,
+                        SMESH_Mesh*             targetMesh = 0,
+                        bool                    toCopyElements = false,
+                        bool                    toCopyExistingBondary = false);

13 years ago*** empty log message ***
adam [Thu, 14 Oct 2010 14:19:28 +0000 (14:19 +0000)]
*** empty log message ***

13 years agoBelongToGeom selection problem
dmv [Thu, 14 Oct 2010 12:40:08 +0000 (12:40 +0000)]
BelongToGeom selection problem

13 years agoset mesh to filter in all methods creating filters
eap [Thu, 14 Oct 2010 12:34:18 +0000 (12:34 +0000)]
set mesh to filter in all methods creating filters

13 years agoIn AddFrom() preview a case of filter
eap [Thu, 14 Oct 2010 12:32:57 +0000 (12:32 +0000)]
In AddFrom() preview a case of filter

13 years agoGetNodesId()0020833: EDF 1361 SMESH : Graphical Selection of the boundary faces in...
eap [Thu, 14 Oct 2010 11:09:48 +0000 (11:09 +0000)]
GetNodesId()0020833: EDF 1361 SMESH : Graphical Selection of the boundary faces in one clic
+    FT_CoplanarFaces,

13 years agomake GetNodesId() return sorted ids
eap [Thu, 14 Oct 2010 11:09:22 +0000 (11:09 +0000)]
make GetNodesId() return sorted ids

13 years ago0020833: EDF 1361 SMESH : Graphical Selection of the boundary faces in one clic
eap [Thu, 14 Oct 2010 11:08:06 +0000 (11:08 +0000)]
0020833: EDF 1361 SMESH : Graphical Selection of the boundary faces in one clic
+    FT_CoplanarFaces,

13 years ago0020833: EDF 1361 SMESH : Graphical Selection of the boundary faces in one clic
eap [Thu, 14 Oct 2010 11:00:08 +0000 (11:00 +0000)]
0020833: EDF 1361 SMESH : Graphical Selection of the boundary faces in one clic

13 years agoUpdate for Win 32: documentation generation (+imp for Linux)
ana [Thu, 14 Oct 2010 07:18:36 +0000 (07:18 +0000)]
Update for Win 32: documentation generation (+imp for Linux)

13 years agoWin32 compatibility
ana [Thu, 14 Oct 2010 07:15:20 +0000 (07:15 +0000)]
Win32 compatibility

13 years ago0020746: EDF 1274 SMESH : MergeAllNodesButNodesFromGroup feature
eap [Wed, 13 Oct 2010 12:03:56 +0000 (12:03 +0000)]
0020746: EDF 1274 SMESH : MergeAllNodesButNodesFromGroup feature
     fix FindCoincidentNodesOnPart()

13 years agoDocs for Mantis issue 0020834: EDF 1362 SMESH : Add a 2D quadrangle mesher of reduced...
jfa [Wed, 13 Oct 2010 09:24:25 +0000 (09:24 +0000)]
Docs for Mantis issue 0020834: EDF 1362 SMESH : Add a 2D quadrangle mesher of reduced type.

13 years agoImplement IMP: Mantis issue 0020834: EDF 1362 SMESH : Add a 2D quadrangle mesher...
jfa [Tue, 12 Oct 2010 13:45:40 +0000 (13:45 +0000)]
Implement IMP: Mantis issue 0020834: EDF 1362 SMESH : Add a 2D quadrangle mesher of reduced type.

13 years agowindows port
adam [Fri, 8 Oct 2010 14:55:05 +0000 (14:55 +0000)]
windows port

13 years ago0020749: EDF 1291 SMESH : Create 2D Mesh from 2D improvement
vsr [Fri, 8 Oct 2010 13:21:03 +0000 (13:21 +0000)]
0020749: EDF 1291 SMESH : Create 2D Mesh from 2D improvement

13 years ago0020982: EDF 1547 SMESH: Creation of non-conformal quadratic pyramids
eap [Fri, 8 Oct 2010 10:02:38 +0000 (10:02 +0000)]
0020982: EDF 1547 SMESH: Creation of non-conformal quadratic pyramids
   Fix pb of intersecting triangles
   * re-check all adjacent pyramids if at least one merge occures
   * increase threshold of merge of adjacent pyramids up to 15 degrees to avoid
     bad (flat) tetrahedrons created by NETEGN

13 years agofix GetTypes() for submesh on geom group
eap [Thu, 7 Oct 2010 14:34:11 +0000 (14:34 +0000)]
fix GetTypes() for submesh on geom group

13 years agoFix bug connected with removing of the mesh after closing last viewer window.
rnv [Thu, 7 Oct 2010 14:28:55 +0000 (14:28 +0000)]
Fix bug connected with removing of the mesh after closing last viewer window.

13 years ago0020971: CEA 422 avoiding display of computed meshes
vsr [Thu, 7 Oct 2010 11:47:40 +0000 (11:47 +0000)]
0020971: CEA 422 avoiding display of computed meshes

13 years ago0021012: [CEA] Different names between GUI and TUI function
vsr [Thu, 7 Oct 2010 09:23:38 +0000 (09:23 +0000)]
0021012: [CEA] Different names between GUI and TUI function
Additional update of the documentation

13 years ago0021021: EDF 1586 SMESH: Memory saturation when using start and end length
eap [Wed, 6 Oct 2010 08:42:50 +0000 (08:42 +0000)]
0021021: EDF 1586 SMESH: Memory saturation when using start and end length
     protect from too large segment lengths with geometric and
     arithmetic progression hypotheses

13 years agoAdd missing "of"
eap [Wed, 6 Oct 2010 08:26:42 +0000 (08:26 +0000)]
Add missing "of"

13 years ago0020749: EDF 1291 SMESH : Create 2D Mesh from 2D improvement
eap [Wed, 6 Oct 2010 07:31:38 +0000 (07:31 +0000)]
0020749: EDF 1291 SMESH : Create 2D Mesh from 2D improvement

+    SMESH::SMESH_Mesh MakeBoundaryMesh(in SMESH_IDSource elements,
+                                       in Bnd_Dimension  dimension,
+                                       in string         groupName,
+                                       in string         meshName,
+                                       in boolean        toCopyElements,
+                                       in boolean        toCopyExistingBondary,
+                                       out SMESH_Group   group);

13 years agoAutomatic Length GUI: replaced slider by SMESHGUI_SpinBox. Previously the value was...
gdd [Tue, 5 Oct 2010 15:49:29 +0000 (15:49 +0000)]
Length GUI: replaced slider by SMESHGUI_SpinBox. Previously the value was unknown until study was dumped.

13 years agocmake compilation
adam [Tue, 5 Oct 2010 12:50:09 +0000 (12:50 +0000)]
cmake compilation

13 years agoChanging version to 5.1.5
inv [Tue, 5 Oct 2010 11:55:00 +0000 (11:55 +0000)]
Changing version to 5.1.5

13 years agoMerge from BR_WIN_INDUS_514 04/10/2010 V5_1_5a1
vsr [Mon, 4 Oct 2010 14:16:14 +0000 (14:16 +0000)]
Merge from BR_WIN_INDUS_514 04/10/2010

13 years ago0020889: EDF 1433 SMESH: SplitHexaToTetra: add the 24 tetras mode
eap [Mon, 4 Oct 2010 11:39:25 +0000 (11:39 +0000)]
0020889: EDF 1433 SMESH: SplitHexaToTetra: add the 24 tetras mode
 * Add HEXA_TO_24 splitting mode

13 years ago+</ol>
eap [Mon, 4 Oct 2010 11:38:57 +0000 (11:38 +0000)]
+</ol>

13 years ago0020889: EDF 1433 SMESH: SplitHexaToTetra: add the 24 tetras mode
eap [Mon, 4 Oct 2010 11:30:00 +0000 (11:30 +0000)]
0020889: EDF 1433 SMESH: SplitHexaToTetra: add the 24 tetras mode
 * Add HEXA_TO_24 splitting mode

13 years ago0020889: EDF 1433 SMESH: SplitHexaToTetra: add the 24 tetras mode
eap [Mon, 4 Oct 2010 11:29:01 +0000 (11:29 +0000)]
0020889: EDF 1433 SMESH: SplitHexaToTetra: add the 24 tetras mode
 * Add Hex_24Tet splitting mode

13 years ago0020889: EDF 1433 SMESH: SplitHexaToTetra: add the 24 tetras mode
eap [Mon, 4 Oct 2010 11:27:58 +0000 (11:27 +0000)]
0020889: EDF 1433 SMESH: SplitHexaToTetra: add the 24 tetras mode

void SMESH_MeshEditor_i::SplitVolumesIntoTetra (SMESH::SMESH_IDSource_ptr elems,
                                                CORBA::Short              methodFlags)
  throw (SALOME::SALOME_Exception)
{
  Unexpect aCatch(SALOME_SalomeException);

+  initData();

13 years ago+ SMDS_MeshFace* AddPolygonalFace (const std::vector<const SMDS_MeshNode*>& nodes,
eap [Mon, 4 Oct 2010 11:25:52 +0000 (11:25 +0000)]
+  SMDS_MeshFace* AddPolygonalFace (const std::vector<const SMDS_MeshNode*>& nodes,
+  SMDS_MeshVolume* AddPolyhedralVolume (const std::vector<const SMDS_MeshNode*>& nodes,

13 years ago0020889: EDF 1433 SMESH: SplitHexaToTetra: add the 24 tetras mode
eap [Mon, 4 Oct 2010 11:24:14 +0000 (11:24 +0000)]
0020889: EDF 1433 SMESH: SplitHexaToTetra: add the 24 tetras mode
 * Add HEXA_TO_24 splitting mode
 * Fix ConvertToQuadratic() to avoid disappearance of poly elements

13 years agoDo not pass vector arguments by value
eap [Mon, 4 Oct 2010 11:19:48 +0000 (11:19 +0000)]
Do not pass vector arguments by value

13 years ago0020889: EDF 1433 SMESH: SplitHexaToTetra: add the 24 tetras mode
eap [Mon, 4 Oct 2010 11:18:24 +0000 (11:18 +0000)]
0020889: EDF 1433 SMESH: SplitHexaToTetra: add the 24 tetras mode
 * Fix IsLinked()
 * Add GetFaceBaryCenter():

13 years agoFix configure problem (caused by previous integration).
vsr [Mon, 4 Oct 2010 09:57:42 +0000 (09:57 +0000)]
Fix configure problem (caused by previous integration).
AC_PROG_MKDIR_P is not available for autoconf 2.59 (Debian Sarge, Mandriva 2006)

13 years agoinline TCollection_AsciiString ElementTypeString (SMESH::ElementType theElemType)
eap [Mon, 4 Oct 2010 06:01:04 +0000 (06:01 +0000)]
inline TCollection_AsciiString ElementTypeString (SMESH::ElementType theElemType)
{
...
+    CASE2STRING( ELEM0D );

13 years agoPatch for the generation of the documentation
gdd [Fri, 1 Oct 2010 15:06:10 +0000 (15:06 +0000)]
Patch for the generation of the documentation

13 years ago0021015: EDF 1578 SMESH: Free nodes are removed when translating a mesh
eap [Fri, 1 Oct 2010 12:53:07 +0000 (12:53 +0000)]
0021015: EDF 1578 SMESH: Free nodes are removed when translating a mesh
 * Pass empty set of elements if the whole mesh is to be transformed
 * Fix incorrect treatment of groups of nodes
 * Call SMESH_MeshEditor::Transform() from Scale*()

13 years ago0021015: EDF 1578 SMESH: Free nodes are removed when translating a mesh
eap [Fri, 1 Oct 2010 12:48:49 +0000 (12:48 +0000)]
0021015: EDF 1578 SMESH: Free nodes are removed when translating a mesh
 * Treate orphan nodes in Transform()
 * Remove Scale() as being a paricular case of Transform()

13 years ago- theObject = self.editor.MakeIDSource(theObject)
eap [Fri, 1 Oct 2010 12:44:05 +0000 (12:44 +0000)]
-            theObject = self.editor.MakeIDSource(theObject)
+            theObject = self.editor.MakeIDSource(theObject, SMESH.ALL)

13 years agoimprove comment for Scale
eap [Fri, 1 Oct 2010 07:29:53 +0000 (07:29 +0000)]
improve comment for Scale

13 years ago0021016: [CEA] non regression test KO
eap [Thu, 30 Sep 2010 13:25:40 +0000 (13:25 +0000)]
0021016: [CEA] non regression test KO
  Implement
      SMDS_ElemIteratorPtr Q2TAdaptor_Triangle::elementsIterator(SMDSAbs_ElementType type) const

13 years ago0021012: [CEA] Different names between GUI and TUI function
vsr [Wed, 29 Sep 2010 08:00:24 +0000 (08:00 +0000)]
0021012: [CEA] Different names between GUI and TUI function

13 years ago-#include "SMDS_FaceOfNodes.hxx"
eap [Wed, 29 Sep 2010 07:58:16 +0000 (07:58 +0000)]
-#include "SMDS_FaceOfNodes.hxx"

13 years ago0021006: EDF 1546 SMESH : Convert To Quadratic fails
eap [Tue, 28 Sep 2010 11:29:20 +0000 (11:29 +0000)]
0021006: EDF 1546 SMESH : Convert To Quadratic fails

+  const SMDS_MeshNode* getMediumNodeOnComposedWire(const SMDS_MeshNode* n1,
+                                                   const SMDS_MeshNode* n2,
+                                                   bool                 force3d);

13 years agoRNC: Completed the documentation of GetElementsByType with the values taken by Elemen...
gdd [Tue, 28 Sep 2010 08:06:46 +0000 (08:06 +0000)]
RNC: Completed the documentation of GetElementsByType with the values taken by ElementType

13 years agoMerge from BR_pypkg (python packaging)
gdd [Mon, 27 Sep 2010 15:28:50 +0000 (15:28 +0000)]
Merge from BR_pypkg (python packaging)

13 years agoRNC: Fixed documentation of SetGeometricMesh
gdd [Mon, 27 Sep 2010 09:35:03 +0000 (09:35 +0000)]
RNC: Fixed documentation of SetGeometricMesh
Parameter theGeometricMesh takes the value 0 or 1

13 years ago0020982: EDF 1547 SMESH: Creation of non-conformal quadratic pyramids
eap [Mon, 27 Sep 2010 06:30:22 +0000 (06:30 +0000)]
0020982: EDF 1547 SMESH: Creation of non-conformal quadratic pyramids
   One more redesign

13 years agoRemove unused method
eap [Mon, 27 Sep 2010 06:21:30 +0000 (06:21 +0000)]
Remove unused method

-  bool emptyInverseElements();

13 years ago0020746: EDF 1274 SMESH : MergeAllNodesButNodesFromGroup feature
vsr [Mon, 27 Sep 2010 06:17:50 +0000 (06:17 +0000)]
0020746: EDF 1274 SMESH : MergeAllNodesButNodesFromGroup feature