Salome HOME
modules/smesh.git
13 years ago0020918: EDF 1447 SMESH: Mesh common borders
eap [Fri, 12 Nov 2010 15:03:15 +0000 (15:03 +0000)]
0020918: EDF 1447 SMESH: Mesh common borders

+    def UseExisting1DElements(self, geom=0):
+    def UseExisting2DElements(self, geom=0):

13 years ago0020918: EDF 1447 SMESH: Mesh common borders
eap [Fri, 12 Nov 2010 15:02:15 +0000 (15:02 +0000)]
0020918: EDF 1447 SMESH: Mesh common borders

+ StdMeshers_ImportSource1D_i.cxx
+ StdMeshers_ImportSource2D_i.cxx

13 years ago0020918: EDF 1447 SMESH: Mesh common borders
eap [Fri, 12 Nov 2010 15:00:50 +0000 (15:00 +0000)]
0020918: EDF 1447 SMESH: Mesh common borders
   Add possibility of selecting many objects

13 years ago0020918: EDF 1447 SMESH: Mesh common borders
eap [Fri, 12 Nov 2010 15:00:12 +0000 (15:00 +0000)]
0020918: EDF 1447 SMESH: Mesh common borders

+ StdMeshers_ImportSource1D_i.cxx \
+ StdMeshers_ImportSource2D_i.cxx \
+ StdMeshers_Import_1D_i.cxx \
+ StdMeshers_Import_1D2D_i.cxx

13 years ago-// $Header:
eap [Fri, 12 Nov 2010 15:00:02 +0000 (15:00 +0000)]
-//  $Header:

13 years ago0020918: EDF 1447 SMESH: Mesh common borders
eap [Fri, 12 Nov 2010 14:55:58 +0000 (14:55 +0000)]
0020918: EDF 1447 SMESH: Mesh common borders

13 years agountabify
eap [Fri, 12 Nov 2010 14:54:49 +0000 (14:54 +0000)]
untabify

13 years ago0020918: EDF 1447 SMESH: Mesh common borders
eap [Fri, 12 Nov 2010 14:52:41 +0000 (14:52 +0000)]
0020918: EDF 1447 SMESH: Mesh common borders

1) Remove from the study groups removed by hypotheses events (maybe in other mesh)
2) PyDump groups created by Compute()

13 years ago0020918: EDF 1447 SMESH: Mesh common borders
eap [Fri, 12 Nov 2010 14:49:46 +0000 (14:49 +0000)]
0020918: EDF 1447 SMESH: Mesh common borders

1) NotifySubMeshesHypothesisModification() in LoadFrom()
2) +  virtual void  UpdateAsMeshesRestored(); // for hyps needing full data restored

13 years ago0020918: EDF 1447 SMESH: Mesh common borders
eap [Fri, 12 Nov 2010 14:48:30 +0000 (14:48 +0000)]
0020918: EDF 1447 SMESH: Mesh common borders
  1) publish groups created by Compute()
  2) SetStoreName() to groups before storing hypotheses
  3) Store Persistent Id of SMESHDS_Mesh
  4) Let hypotheses update their data after Load() copletion via UpdateAsMeshesRestored()

13 years ago0020918: EDF 1447 SMESH: Mesh common borders
eap [Fri, 12 Nov 2010 14:43:13 +0000 (14:43 +0000)]
0020918: EDF 1447 SMESH: Mesh common borders

   smesh.Evaluate( mesh, geom ) --> mesh.Evaluate(geom)

13 years ago0020918: EDF 1447 SMESH: Mesh common borders
eap [Fri, 12 Nov 2010 14:42:01 +0000 (14:42 +0000)]
0020918: EDF 1447 SMESH: Mesh common borders
  1) clear failed not empty submesh at hyp modification
  2) fix hiding algo detection

13 years ago0020918: EDF 1447 SMESH: Mesh common borders
eap [Fri, 12 Nov 2010 14:40:33 +0000 (14:40 +0000)]
0020918: EDF 1447 SMESH: Mesh common borders
  store GeomAPI_ProjectPointOnCurve

13 years ago0020918: EDF 1447 SMESH: Mesh common borders
eap [Fri, 12 Nov 2010 14:39:34 +0000 (14:39 +0000)]
0020918: EDF 1447 SMESH: Mesh common borders
   Add means to notify CORBA API implementation level on group removal
   caused by hypotheses events (maybe in other mesh)

-  void RemoveGroup (const int theGroupID);
+  bool RemoveGroup (const int theGroupID);

+  struct TRmGroupCallUp
+  {
+    virtual void RemoveGroup (const int theGroupID)=0;
+    virtual ~TRmGroupCallUp() {}
+  };
+  void SetRemoveGroupCallUp( TRmGroupCallUp * upCaller );
+
+

13 years ago0020918: EDF 1447 SMESH: Mesh common borders
eap [Fri, 12 Nov 2010 14:34:11 +0000 (14:34 +0000)]
0020918: EDF 1447 SMESH: Mesh common borders

+  /*!
+   * \brief Find a mesh with given persistent ID
+   */
+  SMESH_Mesh* GetMeshByPersistentID(int id);

13 years ago0020918: EDF 1447 SMESH: Mesh common borders
eap [Fri, 12 Nov 2010 14:33:34 +0000 (14:33 +0000)]
0020918: EDF 1447 SMESH: Mesh common borders

+  GROUP_NODE,
+  GROUP_EDGE,
+  GROUP_FACE,
+  GROUP_VOLUME,
+  GROUP_0D,

13 years ago0020918: EDF 1447 SMESH: Mesh common borders
eap [Fri, 12 Nov 2010 14:33:09 +0000 (14:33 +0000)]
0020918: EDF 1447 SMESH: Mesh common borders

+  void SetPersistentId(int id);
+  int GetPersistentId() const;
+  int MaxSubMeshIndex() const;

13 years ago- virtual SMDS_ElemIteratorPtr GetElements();
eap [Fri, 12 Nov 2010 14:32:16 +0000 (14:32 +0000)]
-  virtual SMDS_ElemIteratorPtr GetElements();
+  virtual SMDS_ElemIteratorPtr GetElements() const;

13 years agoRegeression of the Test Case 3D_submesh/A0
eap [Fri, 12 Nov 2010 14:31:15 +0000 (14:31 +0000)]
Regeression of the Test Case 3D_submesh/A0
  fix IsMoreLocalThanPredicate after the patch for issue 0020963

13 years ago-// $Header:
eap [Fri, 12 Nov 2010 14:29:53 +0000 (14:29 +0000)]
-//  $Header:

13 years agonullify myGroupDS in destructor
eap [Fri, 12 Nov 2010 14:29:24 +0000 (14:29 +0000)]
nullify myGroupDS in destructor

13 years agofix comments
eap [Fri, 12 Nov 2010 14:28:26 +0000 (14:28 +0000)]
fix comments

13 years ago- virtual bool IsPoly() const { return false; };
eap [Fri, 12 Nov 2010 14:27:47 +0000 (14:27 +0000)]
-  virtual bool IsPoly() const { return false; };
+  virtual bool IsPoly() const { return false; }

13 years ago0020918: EDF 1447 SMESH: Mesh common borders
eap [Fri, 12 Nov 2010 14:27:09 +0000 (14:27 +0000)]
0020918: EDF 1447 SMESH: Mesh common borders

13 years agoIn existingHyps(), protection for hypotheses w/o any gui
eap [Wed, 10 Nov 2010 15:19:59 +0000 (15:19 +0000)]
In existingHyps(), protection for hypotheses w/o any gui

             HypothesisData* aData = SMESH::GetHypothesisData( aHypVar->GetName() );
+            if ( !aData) continue;

13 years ago0020885: EDF 607 SMESH: Measure tools
vsr [Mon, 8 Nov 2010 13:35:20 +0000 (13:35 +0000)]
0020885: EDF 607 SMESH: Measure tools

13 years agominor changes
vsr [Fri, 5 Nov 2010 21:43:31 +0000 (21:43 +0000)]
minor changes

13 years agoPAL20885 EDF 607 SMESH: Measure tools
vsr [Fri, 5 Nov 2010 21:43:14 +0000 (21:43 +0000)]
PAL20885 EDF 607 SMESH: Measure tools
Improve TUI of measurement operations
Complete GUI/TUI documentation

13 years agoPAL20885 EDF 607 SMESH: Measure tools
vsr [Fri, 5 Nov 2010 21:35:57 +0000 (21:35 +0000)]
PAL20885 EDF 607 SMESH: Measure tools
Improve TUI of measurement operations
Complete GUI/TUI documentation

13 years agoPAL20885 EDF 607 SMESH: Measure tools
vsr [Thu, 4 Nov 2010 21:53:44 +0000 (21:53 +0000)]
PAL20885 EDF 607 SMESH: Measure tools
Add preview for min distance and bounding box measurements

13 years agoRevert back previous bad integration
vsr [Thu, 4 Nov 2010 12:48:58 +0000 (12:48 +0000)]
Revert back previous bad integration

13 years agoPAL20885 EDF 607 SMESH: Measure tools
vsr [Thu, 4 Nov 2010 12:44:53 +0000 (12:44 +0000)]
PAL20885 EDF 607 SMESH: Measure tools
Complete Boundary Box dialog box

13 years agominor change
vsr [Tue, 2 Nov 2010 21:43:55 +0000 (21:43 +0000)]
minor change

13 years agoPAL20885 EDF 607 SMESH: Measure tools
vsr [Tue, 2 Nov 2010 21:43:34 +0000 (21:43 +0000)]
PAL20885 EDF 607 SMESH: Measure tools
GUI part 1: Min Distance

13 years ago0020885: EDF 607 SMESH: Measure tools
ptv [Tue, 2 Nov 2010 07:25:32 +0000 (07:25 +0000)]
0020885: EDF 607 SMESH: Measure tools

13 years ago0020885: EDF 607 SMESH: Measure tools
ptv [Mon, 1 Nov 2010 10:09:14 +0000 (10:09 +0000)]
0020885: EDF 607 SMESH: Measure tools

13 years agoremove memory leak in script
ptv [Mon, 1 Nov 2010 10:07:17 +0000 (10:07 +0000)]
remove memory leak in script

13 years agoPAL20885 EDF 607 SMESH: Measure tools
vsr [Sat, 30 Oct 2010 10:36:02 +0000 (10:36 +0000)]
PAL20885 EDF 607 SMESH: Measure tools
Improve mesh element information dialog box

13 years agoPAL20885 EDF 607 SMESH: Measure tools
vsr [Sat, 30 Oct 2010 09:12:30 +0000 (09:12 +0000)]
PAL20885 EDF 607 SMESH: Measure tools
Improve mesh element information dialog box

13 years agoPAL20885 EDF 607 SMESH: Measure tools
vsr [Thu, 28 Oct 2010 19:55:28 +0000 (19:55 +0000)]
PAL20885 EDF 607 SMESH: Measure tools
Improve mesh information dialog boxes

13 years agoPAL20885 EDF 607 SMESH: Measure tools
vsr [Thu, 28 Oct 2010 19:47:27 +0000 (19:47 +0000)]
PAL20885 EDF 607 SMESH: Measure tools
Improve mesh information dialog boxes

13 years ago0020977: EDF 1520 SMESH: Create a clipping plane on several groups
ouv [Mon, 25 Oct 2010 13:43:31 +0000 (13:43 +0000)]
0020977: EDF 1520 SMESH: Create a clipping plane on several groups

13 years agoPAL20948 EDF 1468 SMESH: Histogram of the quality controls
vsr [Wed, 20 Oct 2010 20:13:44 +0000 (20:13 +0000)]
PAL20948 EDF 1468 SMESH: Histogram of the quality controls

13 years agoPAL20948 EDF 1468 SMESH: Histogram of the quality controls
vsr [Wed, 20 Oct 2010 20:02:29 +0000 (20:02 +0000)]
PAL20948 EDF 1468 SMESH: Histogram of the quality controls

13 years ago20885 EDF 607 SMESH: Measure tools
eap [Wed, 20 Oct 2010 08:50:27 +0000 (08:50 +0000)]
20885 EDF 607 SMESH: Measure tools
   interface SMESH_IDSource
   {
+    SMESH_Mesh GetMesh();

13 years ago20885 EDF 607 SMESH: Measure tools
eap [Wed, 20 Oct 2010 07:02:01 +0000 (07:02 +0000)]
20885 EDF 607 SMESH: Measure tools
   interface SMESH_IDSource
   {
+    SMESH_Mesh GetMesh();

13 years ago20885 EDF 607 SMESH: Measure tools
eap [Wed, 20 Oct 2010 07:00:40 +0000 (07:00 +0000)]
20885 EDF 607 SMESH: Measure tools
   Move GetMesh() to SMESH_IDSource

13 years ago0020946: EDF 1466 SMESH: Add a new control criteria: Max element length
ouv [Thu, 14 Oct 2010 11:08:31 +0000 (11:08 +0000)]
0020946: EDF 1466 SMESH: Add a new control criteria: Max element length

13 years agoIssue 0020947: EDF 1467 SMESH: Modify the formula to calculate Aspect Ratio on quadra...
ouv [Wed, 13 Oct 2010 09:49:12 +0000 (09:49 +0000)]
Issue 0020947: EDF 1467 SMESH: Modify the formula to calculate Aspect Ratio on quadrangles

13 years ago0020948: EDF 1468 SMESH: Histogram of the quality controls
eap [Tue, 12 Oct 2010 11:39:30 +0000 (11:39 +0000)]
0020948: EDF 1468 SMESH: Histogram of the quality controls
  fix GetHistogram(), case of 1 value

13 years ago0020948: EDF 1468 SMESH: Histogram of the quality controls
eap [Tue, 12 Oct 2010 11:18:31 +0000 (11:18 +0000)]
0020948: EDF 1468 SMESH: Histogram of the quality controls
+    Histogram GetHistogram()

13 years agoIssue 0020950: EDF 1506 SMESH: Change the color of several groups
ouv [Tue, 12 Oct 2010 10:01:55 +0000 (10:01 +0000)]
Issue 0020950: EDF 1506 SMESH: Change the color of several groups

13 years agoPAL20940 EDF 1426 SMESH: Get some measure functions on elements available in TUI
vsr [Wed, 6 Oct 2010 18:17:23 +0000 (18:17 +0000)]
PAL20940 EDF 1426 SMESH: Get some measure functions on elements available in TUI

13 years agoPAL20917 EDF 1431 SMESH: Warning about Hexotic
vsr [Wed, 6 Oct 2010 17:28:05 +0000 (17:28 +0000)]
PAL20917 EDF 1431 SMESH: Warning about Hexotic

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()

13 years ago0020996: EDF 1549 SMESH: Projection 1D/2D algorithms fail
eap [Wed, 22 Sep 2010 10:01:32 +0000 (10:01 +0000)]
0020996: EDF 1549 SMESH: Projection 1D/2D algorithms fail
   implement FindFaceAssociation() by UV correspondence which is used
   in case if correspondent vertices belong to inner wires

13 years agoGDD:
gdd [Tue, 21 Sep 2010 13:48:27 +0000 (13:48 +0000)]
GDD:
- fix documentation of ConvertToQuadratic (inform about theForce3d parameter)
- New function PrintDoubleValue added in PluginUtils

13 years ago0020996: EDF 1549 SMESH: Projection 1D/2D algorithms fail
eap [Tue, 21 Sep 2010 07:53:49 +0000 (07:53 +0000)]
0020996: EDF 1549 SMESH: Projection 1D/2D algorithms fail
   Fix FindFaceAssociation():
     1) exit from loop on outer_wire_algo as soon as solution is found
     2) treat edges of inner wires

13 years agoCorrect name of an argument
eap [Tue, 21 Sep 2010 07:48:09 +0000 (07:48 +0000)]
Correct name of an argument

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

13 years agoIssue 0020226: [CEA 329] Invalid glyphs position in vector fields on polyhedrons...
ouv [Mon, 20 Sep 2010 13:00:13 +0000 (13:00 +0000)]
Issue 0020226: [CEA 329] Invalid glyphs position in vector fields on polyhedrons cell.

13 years ago0020982: EDF 1547 SMESH: Creation of non-conformal quadratic pyramids
eap [Fri, 17 Sep 2010 05:36:15 +0000 (05:36 +0000)]
0020982: EDF 1547 SMESH: Creation of non-conformal quadratic pyramids
-    if ( !subMeshId )
+    if ( !subMeshId && ! _impl->GetMeshDS()->IsGroupOfSubShapes( myLocSubShape ))
       THROW_SALOME_CORBA_EXCEPTION("not sub-shape of the main shape", SALOME::BAD_PARAM);

13 years ago0020982: EDF 1547 SMESH: Creation of non-conformal quadratic pyramids
eap [Fri, 17 Sep 2010 05:35:42 +0000 (05:35 +0000)]
0020982: EDF 1547 SMESH: Creation of non-conformal quadratic pyramids
   Fix fillAncestorsMap(theShape) for the case if a sub-shape of
   theShape is not in _mapAncestors

13 years ago0020982: EDF 1547 SMESH: Creation of non-conformal quadratic pyramids
eap [Fri, 17 Sep 2010 05:34:11 +0000 (05:34 +0000)]
0020982: EDF 1547 SMESH: Creation of non-conformal quadratic pyramids
    Move all checks of shape validity from AddCompoundSubmesh() to IsGroupOfSubShapes()

13 years ago0020982: EDF 1547 SMESH: Creation of non-conformal quadratic pyramids
eap [Wed, 15 Sep 2010 15:11:26 +0000 (15:11 +0000)]
0020982: EDF 1547 SMESH: Creation of non-conformal quadratic pyramids

   bool IsLinked (const SMDS_MeshNode* theNode1,
                  const SMDS_MeshNode* theNode2,
+                 const bool           theIgnoreMediumNodes=false) const;
   // Return true if theNode1 is linked with theNode2.
+  // If theIgnoreMediumNodes then corner nodes of quadratic cell are considered linked as well

13 years ago0020982: EDF 1547 SMESH: Creation of non-conformal quadratic pyramids
eap [Wed, 15 Sep 2010 15:08:58 +0000 (15:08 +0000)]
0020982: EDF 1547 SMESH: Creation of non-conformal quadratic pyramids
   Replace VTK_CONVEX_POINT_SET with VTK_QUADRATIC_PYRAMID

13 years ago0020983: EDF 1569 SMESH: Numbering Display Elements with several groups selected...
dmv [Wed, 15 Sep 2010 14:59:58 +0000 (14:59 +0000)]
0020983: EDF 1569 SMESH: Numbering Display Elements with several groups selected does not work

13 years agoindentation
eap [Wed, 15 Sep 2010 13:25:26 +0000 (13:25 +0000)]
indentation