Salome HOME
modules/smesh.git
13 years ago0020832: EDF 1359 SMESH : Automatic meshing of boundary layers BR_ViscousLayerAlgo
eap [Mon, 17 Jan 2011 08:59:00 +0000 (08:59 +0000)]
0020832: EDF 1359 SMESH : Automatic meshing of boundary layers
   compilation in release mode

13 years ago0020832: EDF 1359 SMESH : Automatic meshing of boundary layers
eap [Mon, 10 Jan 2011 13:44:17 +0000 (13:44 +0000)]
0020832: EDF 1359 SMESH : Automatic meshing of boundary layers
    Implement Compute() with the viscous layers

13 years agominor change
eap [Mon, 10 Jan 2011 13:42:51 +0000 (13:42 +0000)]
minor change

13 years ago0020832: EDF 1359 SMESH : Automatic meshing of boundary layers
eap [Mon, 10 Jan 2011 13:42:25 +0000 (13:42 +0000)]
0020832: EDF 1359 SMESH : Automatic meshing of boundary layers
   for hexa 3D

   static bool LoadNodeColumns(TParam2ColumnMap & theParam2ColumnMap,
                               const TopoDS_Face& theFace,
                               const TopoDS_Edge& theBaseEdge,
                               SMESHDS_Mesh*      theMesh,
+                              SMESH_ProxyMesh*   theProxyMesh=0);

13 years ago0020832: EDF 1359 SMESH : Automatic meshing of boundary layers
eap [Mon, 10 Jan 2011 13:41:45 +0000 (13:41 +0000)]
0020832: EDF 1359 SMESH : Automatic meshing of boundary layers
   Move StdMeshers_ProxyMesh -> SMESH_ProxyMesh

13 years agosome cosmetic change
eap [Mon, 10 Jan 2011 13:38:08 +0000 (13:38 +0000)]
some cosmetic change

13 years ago0020832: EDF 1359 SMESH : Automatic meshing of boundary layers
eap [Thu, 30 Dec 2010 09:29:49 +0000 (09:29 +0000)]
0020832: EDF 1359 SMESH : Automatic meshing of boundary layers
     for NETGEN to work after StdMeshers_ViscousLayers

+  bool IsTemporary(const SMDS_MeshElement* elem ) const;

13 years ago0020832: EDF 1359 SMESH : Automatic meshing of boundary layers
eap [Thu, 30 Dec 2010 07:55:06 +0000 (07:55 +0000)]
0020832: EDF 1359 SMESH : Automatic meshing of boundary layers
     FIX for StdMeshers_QuadToTriaAdaptor to work after StdMeshers_ViscousLayers

13 years ago0020832: EDF 1359 SMESH : Automatic meshing of boundary layers
eap [Wed, 29 Dec 2010 18:56:49 +0000 (18:56 +0000)]
0020832: EDF 1359 SMESH : Automatic meshing of boundary layers
+  // Test of equality
+  bool
+  operator==(const _Self& __x) const
+  { return _EqualVALUE( _value, __x._value); }
+

13 years ago0020832: EDF 1359 SMESH : Automatic meshing of boundary layers
eap [Wed, 29 Dec 2010 18:55:42 +0000 (18:55 +0000)]
0020832: EDF 1359 SMESH : Automatic meshing of boundary layers
     for StdMeshers_QuadToTriaAdaptor to work after StdMeshers_ViscousLayers

13 years ago0020832: EDF 1359 SMESH : Automatic meshing of boundary layers
eap [Tue, 28 Dec 2010 16:08:45 +0000 (16:08 +0000)]
0020832: EDF 1359 SMESH : Automatic meshing of boundary layers
     minor changes

13 years ago0020832: EDF 1359 SMESH : Automatic meshing of boundary layers
eap [Tue, 28 Dec 2010 15:29:17 +0000 (15:29 +0000)]
0020832: EDF 1359 SMESH : Automatic meshing of boundary layers
     improve a little updateNormals()

13 years ago0020832: EDF 1359 SMESH : Automatic meshing of boundary layers
eap [Mon, 27 Dec 2010 15:26:10 +0000 (15:26 +0000)]
0020832: EDF 1359 SMESH : Automatic meshing of boundary layers
     version of updateNormals() where Usecase2.hdf is computed
     (thickness 0.0030 is reached)

13 years ago0020832: EDF 1359 SMESH : Automatic meshing of boundary layers
eap [Mon, 27 Dec 2010 13:08:46 +0000 (13:08 +0000)]
0020832: EDF 1359 SMESH : Automatic meshing of boundary layers
   Upate normals of _LayerEdge's on EDGE's to avoid intersection with
   _LayerEdge's on neighbor EDGE's

13 years ago0020832: EDF 1359 SMESH : Automatic meshing of boundary layers
eap [Fri, 24 Dec 2010 11:49:35 +0000 (11:49 +0000)]
0020832: EDF 1359 SMESH : Automatic meshing of boundary layers
     Avoid unnecessary smoothing

13 years ago0020832: EDF 1359 SMESH : Automatic meshing of boundary layers
eap [Fri, 24 Dec 2010 11:47:57 +0000 (11:47 +0000)]
0020832: EDF 1359 SMESH : Automatic meshing of boundary layers
-      h->SetStretchFactor ( params[2].myValue.toInt() );
+      h->SetStretchFactor ( params[2].myValue.toDouble() );

13 years ago0020832: EDF 1359 SMESH : Automatic meshing of boundary layers
eap [Thu, 23 Dec 2010 09:19:03 +0000 (09:19 +0000)]
0020832: EDF 1359 SMESH : Automatic meshing of boundary layers
   In CheckNodeUV(), transform back the returned projection point

13 years ago0020832: EDF 1359 SMESH : Automatic meshing of boundary layers
eap [Tue, 21 Dec 2010 17:39:47 +0000 (17:39 +0000)]
0020832: EDF 1359 SMESH : Automatic meshing of boundary layers
 Move IsClosedEdge() to SMESH_MesherHelper from StdMeshers_ProjectionUtils

13 years ago0020832: EDF 1359 SMESH : Automatic meshing of boundary layers
eap [Tue, 21 Dec 2010 17:39:10 +0000 (17:39 +0000)]
0020832: EDF 1359 SMESH : Automatic meshing of boundary layers
   Implement smoothing on non-planar surfaces

13 years ago0020832: EDF 1359 SMESH : Automatic meshing of boundary layers
eap [Mon, 20 Dec 2010 18:27:07 +0000 (18:27 +0000)]
0020832: EDF 1359 SMESH : Automatic meshing of boundary layers
   Implement "solution 1" (not descussed variant) and creation of 2D elements

13 years ago0020832: EDF 1359 SMESH : Automatic meshing of boundary layers
eap [Mon, 20 Dec 2010 18:08:10 +0000 (18:08 +0000)]
0020832: EDF 1359 SMESH : Automatic meshing of boundary layers
  fix constructor
    StdMeshers_ProxyMesh(vector<StdMeshers_ProxyMesh::Ptr>& components)

13 years ago0020832: EDF 1359 SMESH : Automatic meshing of boundary layers
eap [Fri, 17 Dec 2010 18:10:51 +0000 (18:10 +0000)]
0020832: EDF 1359 SMESH : Automatic meshing of boundary layers
  Implement smoothing and srinking on geom EDGE's

13 years ago0020832: EDF 1359 SMESH : Automatic meshing of boundary layers
eap [Thu, 16 Dec 2010 16:53:07 +0000 (16:53 +0000)]
0020832: EDF 1359 SMESH : Automatic meshing of boundary layers
  show arrows on EDGE's only

13 years ago0020832: EDF 1359 SMESH : Automatic meshing of boundary layers
eap [Thu, 16 Dec 2010 16:33:26 +0000 (16:33 +0000)]
0020832: EDF 1359 SMESH : Automatic meshing of boundary layers
  use two-side intersection check

13 years ago0020832: EDF 1359 SMESH : Automatic meshing of boundary layers
eap [Thu, 16 Dec 2010 16:32:24 +0000 (16:32 +0000)]
0020832: EDF 1359 SMESH : Automatic meshing of boundary layers
  fix SMDS_ElemIteratorPtr GetFaces(const TopoDS_Shape& shape) const

13 years ago0020832: EDF 1359 SMESH : Automatic meshing of boundary layers
eap [Thu, 16 Dec 2010 15:42:38 +0000 (15:42 +0000)]
0020832: EDF 1359 SMESH : Automatic meshing of boundary layers
   fix srinking on FACE's

13 years ago0020832: EDF 1359 SMESH : Automatic meshing of boundary layers
eap [Thu, 16 Dec 2010 15:41:22 +0000 (15:41 +0000)]
0020832: EDF 1359 SMESH : Automatic meshing of boundary layers
   prevent infinit recursion via event notification

13 years ago Initialize members in the constructor of SMESH_Mesh being a base of some descendant...
eap [Thu, 16 Dec 2010 15:39:58 +0000 (15:39 +0000)]
 Initialize members in the constructor of SMESH_Mesh being a base of some descendant class

13 years ago0020832: EDF 1359 SMESH : Automatic meshing of boundary layers
eap [Wed, 15 Dec 2010 10:54:06 +0000 (10:54 +0000)]
0020832: EDF 1359 SMESH : Automatic meshing of boundary layers

+ SMDS_IteratorOnIterators.hxx

13 years ago0020832: EDF 1359 SMESH : Automatic meshing of boundary layers
eap [Wed, 15 Dec 2010 10:53:35 +0000 (10:53 +0000)]
0020832: EDF 1359 SMESH : Automatic meshing of boundary layers

+  _Self operator++(int)

13 years ago0020832: EDF 1359 SMESH : Automatic meshing of boundary layers
eap [Wed, 15 Dec 2010 10:53:11 +0000 (10:53 +0000)]
0020832: EDF 1359 SMESH : Automatic meshing of boundary layers
   make SMESH_ElementSearcher work on a sub-set of elements

13 years ago0020832: EDF 1359 SMESH : Automatic meshing of boundary layers
eap [Wed, 15 Dec 2010 10:52:08 +0000 (10:52 +0000)]
0020832: EDF 1359 SMESH : Automatic meshing of boundary layers
   1) make CheckNodeUV() and CheckNodeU() optionally return XYZ of node
      projection to shape
   2) prevent ancestors iterator from returning duplicates

13 years ago0020832: EDF 1359 SMESH : Automatic meshing of boundary layers
eap [Wed, 15 Dec 2010 10:49:26 +0000 (10:49 +0000)]
0020832: EDF 1359 SMESH : Automatic meshing of boundary layers

+  virtual ~SMESH_subMeshEventListenerData() {}

13 years ago0020832: EDF 1359 SMESH : Automatic meshing of boundary layers
eap [Wed, 15 Dec 2010 10:49:02 +0000 (10:49 +0000)]
0020832: EDF 1359 SMESH : Automatic meshing of boundary layers

+SMESHDS_SubMesh::~SMESHDS_SubMesh()
+void SMESHDS_SubMesh::RemoveAllSubmeshes()

13 years ago0020832: EDF 1359 SMESH : Automatic meshing of boundary layers
eap [Wed, 15 Dec 2010 10:48:32 +0000 (10:48 +0000)]
0020832: EDF 1359 SMESH : Automatic meshing of boundary layers
   Make some methods virtual to enable inheriting by StdMeshers_ProxyMesh::SubMesh

13 years ago0020832: EDF 1359 SMESH : Automatic meshing of boundary layers
eap [Wed, 15 Dec 2010 10:47:20 +0000 (10:47 +0000)]
0020832: EDF 1359 SMESH : Automatic meshing of boundary layers
   Make const some requiring methods

13 years ago0020832: EDF 1359 SMESH : Automatic meshing of boundary layers
eap [Wed, 15 Dec 2010 10:46:02 +0000 (10:46 +0000)]
0020832: EDF 1359 SMESH : Automatic meshing of boundary layers
  Fix searching for the main shape of mesh to pass to the hypothesis creator

13 years ago0020832: EDF 1359 SMESH : Automatic meshing of boundary layers
eap [Wed, 15 Dec 2010 10:44:44 +0000 (10:44 +0000)]
0020832: EDF 1359 SMESH : Automatic meshing of boundary layers

-  SMESHGUI_EXPORT GEOM::GEOM_Object_var GetShapeOnMeshOrSubMesh( _PTR(SObject) );
+  SMESHGUI_EXPORT GEOM::GEOM_Object_var GetShapeOnMeshOrSubMesh( _PTR(SObject), bool* isMesh=0 );

13 years ago0020832: EDF 1359 SMESH : Automatic meshing of boundary layers
eap [Wed, 15 Dec 2010 10:44:20 +0000 (10:44 +0000)]
0020832: EDF 1359 SMESH : Automatic meshing of boundary layers

-  StdMeshersGUI_SubShapeSelectorWdg( QWidget* parent = 0 );
+  StdMeshersGUI_SubShapeSelectorWdg( QWidget* parent = 0,
+                                     TopAbs_ShapeEnum aSubShType = TopAbs_EDGE );

+  void                           setFilter();

13 years ago0020832: EDF 1359 SMESH : Automatic meshing of boundary layers
eap [Wed, 15 Dec 2010 10:43:22 +0000 (10:43 +0000)]
0020832: EDF 1359 SMESH : Automatic meshing of boundary layers
  Prototype version

+   * interface of "Viscous Layers" hypothesis.
+   * This hypothesis specifies parameters of layers of prisms to build
+   * near mesh boundary. This hypothesis can be used by several 3D algorithms:
+   * NETGEN 3D, GHS3D, Hexahedron(i,j,k), 3D Extrusion, Radial Prism
+   */
+  interface StdMeshers_ViscousLayers : SMESH::SMESH_Hypothesis

13 years ago0020749: EDF 1291 SMESH : Create 2D Mesh from 3D improvement tag_Before_ViscLayers_PrototypeVersion
eap [Tue, 30 Nov 2010 17:43:56 +0000 (17:43 +0000)]
0020749: EDF 1291 SMESH : Create 2D Mesh from 3D improvement
    wrap MakeBoundaryMesh()

13 years ago0020749: EDF 1291 SMESH : Create 2D Mesh from 3D improvement
eap [Tue, 30 Nov 2010 17:43:19 +0000 (17:43 +0000)]
0020749: EDF 1291 SMESH : Create 2D Mesh from 3D improvement
    fix type of created group and python dump

13 years ago0020742: EDF 1270 SMESH : Delete Group with contents and remove Orphan Nodes
vsr [Mon, 29 Nov 2010 13:42:44 +0000 (13:42 +0000)]
0020742: EDF 1270 SMESH : Delete Group with contents and remove Orphan Nodes
Additional change: move "Remove Groups" menu item to the Modification/Remove submenu

13 years ago+ // Try to associate by common vertices of an edge
eap [Mon, 29 Nov 2010 12:27:56 +0000 (12:27 +0000)]
+  // Try to associate by common vertices of an edge
+ ...

13 years ago- //delete myDlg;
eap [Mon, 29 Nov 2010 10:13:58 +0000 (10:13 +0000)]
-  //delete myDlg;
+  //delete myDlg; since WA_DeleteOnClose==true

13 years agountabify
eap [Mon, 29 Nov 2010 10:13:41 +0000 (10:13 +0000)]
untabify

13 years ago0021087: EDF 1673 GEOM: Start and End length hypotheses don't always match edges...
eap [Mon, 29 Nov 2010 10:12:42 +0000 (10:12 +0000)]
0021087: EDF 1673 GEOM: Start and End length hypotheses don't always match edges orientation
   Make orientation FORWARD to show direction of 3D curve

13 years agoMerge from V5_1_5_BR branch 26/11/2010
vsr [Fri, 26 Nov 2010 11:45:59 +0000 (11:45 +0000)]
Merge from V5_1_5_BR branch 26/11/2010

13 years ago0021086: EDF 1686 GEOM: Bad triangle in a BLSURF + GHS3D mesh after converting to...
eap [Thu, 25 Nov 2010 14:32:42 +0000 (14:32 +0000)]
0021086: EDF 1686 GEOM: Bad triangle in a BLSURF + GHS3D mesh after converting to quadratic
    Store the fixed node position in the node

+  bool toCheckPosOnShape(int shapeID ) const;
+  void setPosOnShapeValidity(int shapeID, bool ok ) const;

13 years ago0021084: EDF 1696 SMESH: Convert to quadratic generates contorted triangles
eap [Wed, 24 Nov 2010 15:22:54 +0000 (15:22 +0000)]
0021084: EDF 1696 SMESH: Convert to quadratic generates contorted triangles
  Bend links of triangles iff a boundary link is bent towards inside of a QFace

13 years agoMerge from V5_1_5_BR 23/11/2010
vsr [Tue, 23 Nov 2010 16:47:54 +0000 (16:47 +0000)]
Merge from V5_1_5_BR 23/11/2010

13 years ago020716: EDF 1229 SMESH : Improvement of reversed edges dialog box
eap [Fri, 19 Nov 2010 09:26:23 +0000 (09:26 +0000)]
020716: EDF 1229 SMESH : Improvement of reversed edges dialog box
   add geom filters

13 years ago0020946: EDF 1466 SMESH: Add a new control criteria: Max element length
vsr [Fri, 19 Nov 2010 07:46:36 +0000 (07:46 +0000)]
0020946: EDF 1466 SMESH: Add a new control criteria: Max element length
Rename "Max Element LEngth 2D/3D" control to "Element Diameter 2D/3D"

13 years ago020716: EDF 1229 SMESH : Improvement of reversed edges dialog box
eap [Fri, 19 Nov 2010 07:25:45 +0000 (07:25 +0000)]
020716: EDF 1229 SMESH : Improvement of reversed edges dialog box
   convert reversedEdges into indices

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

13 years agountabify
eap [Thu, 18 Nov 2010 14:38:17 +0000 (14:38 +0000)]
untabify

13 years agoFix complilation problem on Mandriva 2010 (gcc 4.4)
vsr [Thu, 18 Nov 2010 10:40:04 +0000 (10:40 +0000)]
Fix complilation problem on Mandriva 2010 (gcc 4.4)

13 years ago0021077: EDF 1695 SMESH: Netgen works bad with 1D hypothesis on an elliptic torus
eap [Thu, 18 Nov 2010 10:10:09 +0000 (10:10 +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 agoimprove code readability
eap [Thu, 18 Nov 2010 10:05:38 +0000 (10:05 +0000)]
improve code readability

13 years ago-// $Header:
eap [Thu, 18 Nov 2010 10:04:05 +0000 (10:04 +0000)]
-//  $Header:

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

13 years agoMerge from PHASE_25_BR 14/11/2010
vsr [Mon, 15 Nov 2010 06:52:35 +0000 (06:52 +0000)]
Merge from PHASE_25_BR 14/11/2010

13 years agoMerge from BR_WIN_INDUS_514 13/11/2010
vsr [Sat, 13 Nov 2010 11:11:03 +0000 (11:11 +0000)]
Merge from BR_WIN_INDUS_514 13/11/2010

13 years agoMerge from V5_1_5_BR branch 12/11/2010
vsr [Fri, 12 Nov 2010 14:22:21 +0000 (14:22 +0000)]
Merge from V5_1_5_BR branch 12/11/2010

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

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

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

13 years agoImprove dialog box's layout
vsr [Sun, 26 Sep 2010 16:14:05 +0000 (16:14 +0000)]
Improve dialog box's layout

13 years agoRemove compilation warning
vsr [Sun, 26 Sep 2010 06:47:43 +0000 (06:47 +0000)]
Remove compilation warning

13 years agoEDF 1575 SMESH: Filters and precision preferences
vsr [Fri, 24 Sep 2010 13:08:23 +0000 (13:08 +0000)]
EDF 1575 SMESH: Filters and precision preferences

13 years agoFix crash in Length2D::GetValues() and MultiConnection2D::GetValues() methods.
vsr [Fri, 24 Sep 2010 08:28:34 +0000 (08:28 +0000)]
Fix crash in Length2D::GetValues() and MultiConnection2D::GetValues() methods.

13 years agoHack libtool (!) to workaround problem with wrong linkage of native libraries
vsr [Wed, 22 Sep 2010 13:58:13 +0000 (13:58 +0000)]
Hack libtool (!) to workaround problem with wrong linkage of native libraries

13 years agoissue 0020959: HEXA_3D fails on shell
eap [Wed, 22 Sep 2010 11:41:25 +0000 (11:41 +0000)]
issue 0020959: HEXA_3D fails on shell
   Fix DependsOn() for a not-closed SHELL not in SOLID

13 years ago0020986: EDF 1557 SMESH: Convert to quadratic with medium node on geometry fails...
eap [Wed, 22 Sep 2010 11:24:21 +0000 (11:24 +0000)]
0020986: EDF 1557 SMESH: Convert to quadratic with medium node on geometry fails on a GHS3D mesh
   Optimize FixQuadraticElements()