Salome HOME
modules/smesh.git
13 years ago0020945: EDF 1465 SMESH: create a new mesh from a selected group or from selected... PHASE_25_BR
eap [Tue, 30 Nov 2010 16:59:43 +0000 (16:59 +0000)]
0020945: EDF 1465 SMESH: create a new mesh from a selected group or from selected elements
   fix python dump and check of group type

13 years ago0020945: EDF 1465 SMESH: create a new mesh from a selected group or from selected...
eap [Tue, 30 Nov 2010 16:58:49 +0000 (16:58 +0000)]
0020945: EDF 1465 SMESH: create a new mesh from a selected group or from selected elements
   dump SMESH_IDSource made by SMESH_MeshEditor::MakeIDSource() as mesh.GetIDSource()

13 years ago0020945: EDF 1465 SMESH: create a new mesh from a selected group or from selected...
eap [Tue, 30 Nov 2010 16:57:18 +0000 (16:57 +0000)]
0020945: EDF 1465 SMESH: create a new mesh from a selected group or from selected elements
   wrap CopyMesh()

13 years ago0020918: EDF 1447 SMESH: Mesh common borders
eap [Tue, 30 Nov 2010 15:26:42 +0000 (15:26 +0000)]
0020918: EDF 1447 SMESH: Mesh common borders
   improve code readability

13 years ago0020918: EDF 1447 SMESH: Mesh common borders
eap [Tue, 30 Nov 2010 15:25:41 +0000 (15:25 +0000)]
0020918: EDF 1447 SMESH: Mesh common borders
   avoid leaving nodes in two sub-meshes at the same time

13 years ago0020918: EDF 1447 SMESH: Mesh common borders
eap [Tue, 30 Nov 2010 15:24:11 +0000 (15:24 +0000)]
0020918: EDF 1447 SMESH: Mesh common borders
   fix event management

13 years ago0020918: EDF 1447 SMESH: Mesh common borders
eap [Tue, 30 Nov 2010 15:19:55 +0000 (15:19 +0000)]
0020918: EDF 1447 SMESH: Mesh common borders
   In Clear()
+    sm->ComputeSubMeshStateEngine( SMESH_subMesh::CHECK_COMPUTE_STATE );
+    sm->ComputeSubMeshStateEngine( SMESH_subMesh::CLEAN );

13 years ago0020918: EDF 1447 SMESH: Mesh common borders
eap [Tue, 30 Nov 2010 15:18:30 +0000 (15:18 +0000)]
0020918: EDF 1447 SMESH: Mesh common borders
   In CheckComputeError()

-      _computeState = COMPUTE_OK;
+      _computeState = IsMeshComputed() ? COMPUTE_OK : FAILED_TO_COMPUTE;

13 years ago0020918: EDF 1447 SMESH: Mesh common borders
eap [Tue, 30 Nov 2010 15:16:30 +0000 (15:16 +0000)]
0020918: EDF 1447 SMESH: Mesh common borders
  Make ComputeSubMeshStateEngine(int event) public

13 years ago1) add samples for filters FT_BareBorderFace, FT_CoplanarFaces,
eap [Tue, 30 Nov 2010 13:13:56 +0000 (13:13 +0000)]
1) add samples for filters FT_BareBorderFace, FT_CoplanarFaces,
FT_OverConstrainedFace, FT_BareBorderVolume, FT_OverConstrainedVolume
2) fix some errors

13 years agocompilation warning
eap [Tue, 30 Nov 2010 13:12:06 +0000 (13:12 +0000)]
compilation warning

13 years agoAdd Tolerance arg to GetCriterion(), GetFilter() and MakeGroup()
eap [Tue, 30 Nov 2010 10:43:15 +0000 (10:43 +0000)]
Add Tolerance arg to GetCriterion(), GetFilter() and MakeGroup()

0020945: EDF 1465 SMESH: create a new mesh from a selected group or from selected elements
+    def CopyMesh( self, meshPart, meshName, toCopyGroups=False, toKeepIDs=False)

13 years ago0020945: EDF 1465 SMESH: create a new mesh from a selected group or from selected...
eap [Tue, 30 Nov 2010 10:41:04 +0000 (10:41 +0000)]
0020945: EDF 1465 SMESH: create a new mesh from a selected group or from selected elements
   make AddElement() create SMDSAbs_Node element as well

13 years ago0020945: EDF 1465 SMESH: create a new mesh from a selected group or from selected...
eap [Tue, 30 Nov 2010 10:39:11 +0000 (10:39 +0000)]
0020945: EDF 1465 SMESH: create a new mesh from a selected group or from selected elements

13 years ago0020945: EDF 1465 SMESH: create a new mesh from a selected group or from selected...
eap [Tue, 30 Nov 2010 10:38:18 +0000 (10:38 +0000)]
0020945: EDF 1465 SMESH: create a new mesh from a selected group or from selected elements
+    SMESH_Mesh CopyMesh(in SMESH_IDSource meshPart,
+                        in string         meshName,
+                        in boolean        toCopyGroups,
+                        in boolean        toKeepIDs)

13 years ago0020945: EDF 1465 SMESH: create a new mesh from a selected group or from selected...
eap [Tue, 30 Nov 2010 10:37:24 +0000 (10:37 +0000)]
0020945: EDF 1465 SMESH: create a new mesh from a selected group or from selected elements
   Add a new object type:

+  IDSOURCE

13 years agorestore modifications discarded by the last commit
eap [Tue, 30 Nov 2010 08:19:02 +0000 (08:19 +0000)]
restore modifications discarded by the last commit

13 years agoavoid exception in Mesh_Algorithm.Hypothesis() for mesh w/o shape
eap [Thu, 25 Nov 2010 09:37:33 +0000 (09:37 +0000)]
avoid exception in Mesh_Algorithm.Hypothesis() for mesh w/o shape

0020748: EDF 1278 NETGENPLUGIN : Add Gradation in Netgen 2D hypothesis
  Make "Netgen 2D/3D Parameters" hypothesis compatible with
  Tetrahedron(Netgen) and Netgen 2D algorithms

13 years ago0020948: EDF 1468 SMESH: Histogram of the quality controls:
rnv [Wed, 24 Nov 2010 10:49:59 +0000 (10:49 +0000)]
0020948: EDF 1468 SMESH: Histogram of the quality controls:
Small fix: Call SetMaximumNumberOfColors(...) method of the SMESH_ScalarBarActor

13 years ago0020948]: EDF 1468 SMESH: Histogram of the quality controls
eap [Mon, 22 Nov 2010 17:49:43 +0000 (17:49 +0000)]
0020948]: EDF 1468 SMESH: Histogram of the quality controls
   Take into account the range of values of histogram

13 years ago0020948]: EDF 1468 SMESH: Histogram of the quality controls
eap [Mon, 22 Nov 2010 17:48:38 +0000 (17:48 +0000)]
0020948]: EDF 1468 SMESH: Histogram of the quality controls
   Add arg to limit range of values
       void GetHistogram(int                   nbIntervals,
                         std::vector<int>&     nbEvents,
                         std::vector<double>&    funValues,
                         const std::vector<int>& elements,
+                        const double*           minmax=0);

13 years agoUpdate documentation according to the issue "20948: EDF 1468 SMESH: Histogram of...
rnv [Mon, 22 Nov 2010 11:44:39 +0000 (11:44 +0000)]
Update documentation according to the issue "20948: EDF 1468 SMESH: Histogram of the quality controls"

13 years ago0020944: EDF 1464 SMESH: detection of over-constrained elements
eap [Fri, 19 Nov 2010 16:47:32 +0000 (16:47 +0000)]
0020944: EDF 1464 SMESH: detection of over-constrained elements
+ over_constrained_volume.png \
+ over_constrained_face.png \

13 years ago0020944: EDF 1464 SMESH: detection of over-constrained elements
eap [Fri, 19 Nov 2010 16:47:06 +0000 (16:47 +0000)]
0020944: EDF 1464 SMESH: detection of over-constrained elements
+    FT_OverConstrainedVolume,
+    FT_OverConstrainedFace,
+    class  OverConstrainedVolume: public Predicate
+    class  OverConstrainedFace: public Predicate

13 years ago0020948: EDF 1468 SMESH: Histogram of the quality controls
eap [Fri, 19 Nov 2010 16:30:10 +0000 (16:30 +0000)]
0020948: EDF 1468 SMESH: Histogram of the quality controls
     limit computed histogram to a submesh

0020944: EDF 1464 SMESH: detection of over-constrained elements
+    class  OverConstrainedVolume: public Predicate
+    class  OverConstrainedFace: public Predicate

13 years ago0020948: EDF 1468 SMESH: Histogram of the quality controls
eap [Fri, 19 Nov 2010 16:28:39 +0000 (16:28 +0000)]
0020948: EDF 1468 SMESH: Histogram of the quality controls
   move updating distrubution of scalar bar to SMESH_Actor::UpdateDistribution()

0020944: EDF 1464 SMESH: detection of over-constrained elements
+    class  OverConstrainedVolume: public Predicate
+    class  OverConstrainedFace: public Predicate

13 years ago0020948: EDF 1468 SMESH: Histogram of the quality controls
eap [Fri, 19 Nov 2010 16:26:16 +0000 (16:26 +0000)]
0020948: EDF 1468 SMESH: Histogram of the quality controls
   move updating distrubution of scalar bar to SMESH_Actor::UpdateDistribution()
+  virtual void SMESH_Actor::UpdateDistribution() = 0;

0020944: EDF 1464 SMESH: detection of over-constrained elements
+    class  OverConstrainedVolume: public Predicate
+    class  OverConstrainedFace: public Predicate

13 years ago0020948: EDF 1468 SMESH: Histogram of the quality controls
eap [Fri, 19 Nov 2010 16:24:47 +0000 (16:24 +0000)]
0020948: EDF 1468 SMESH: Histogram of the quality controls
+  virtual void SMESH_Actor::UpdateDistribution() = 0;

0020944: EDF 1464 SMESH: detection of over-constrained elements
+    class  OverConstrainedVolume: public Predicate
+    class  OverConstrainedFace: public Predicate

13 years ago0020948: EDF 1468 SMESH: Histogram of the quality controls
eap [Fri, 19 Nov 2010 16:22:49 +0000 (16:22 +0000)]
0020948: EDF 1468 SMESH: Histogram of the quality controls
     limit computed histogram to a submesh

0020944: EDF 1464 SMESH: detection of over-constrained elements
+    class  OverConstrainedVolume: public Predicate
+    class  OverConstrainedFace: public Predicate

13 years ago0020830: EDF 1357 GUI : Hide/Show Icon
ptv [Wed, 17 Nov 2010 08:47:59 +0000 (08:47 +0000)]
0020830: EDF 1357 GUI : Hide/Show Icon

13 years ago0020943: EDF 1463 SMESH: additional fonctionnality to the feature 20749
eap [Mon, 15 Nov 2010 11:51:29 +0000 (11:51 +0000)]
0020943: EDF 1463 SMESH: additional fonctionnality to the feature 20749
+    class BareBorderVolume: public Predicate
+    class BareBorderFace: public Predicate

13 years ago0020943: EDF 1463 SMESH: additional fonctionnality to the feature 20749
eap [Mon, 15 Nov 2010 10:58:38 +0000 (10:58 +0000)]
0020943: EDF 1463 SMESH: additional fonctionnality to the feature 20749
+    class BareBorderVolume: public Predicate
+    class BareBorderFace: public Predicate

13 years ago0020943: EDF 1463 SMESH: additional fonctionnality to the feature 20749
eap [Mon, 15 Nov 2010 10:57:23 +0000 (10:57 +0000)]
0020943: EDF 1463 SMESH: additional fonctionnality to the feature 20749

+    class SMESHCONTROLS_EXPORT BareBorderVolume: public Predicate
+    class SMESHCONTROLS_EXPORT BareBorderFace: public Predicate

13 years agountabify
eap [Mon, 15 Nov 2010 10:54:52 +0000 (10:54 +0000)]
untabify

13 years agoImplementation point 1 of the "20948: EDF 1468 SMESH: Histogram of the quality contro...
rnv [Sat, 13 Nov 2010 11:14:11 +0000 (11:14 +0000)]
Implementation point 1 of the "20948: EDF 1468 SMESH: Histogram of the quality controls" feature.

13 years ago0020973: EDF 1554 GHS3DPLUGIN: Make possible to have a mixed mesh hexa-tetra with...
eap [Sat, 13 Nov 2010 08:59:22 +0000 (08:59 +0000)]
0020973: EDF 1554 GHS3DPLUGIN: Make possible to have a mixed mesh hexa-tetra with GHS3D
    re-check adjacent pyramids after fixing intersection with non-adjacent one

13 years ago0020973: EDF 1554 GHS3DPLUGIN: Make possible to have a mixed mesh hexa-tetra with...
eap [Sat, 13 Nov 2010 08:54:52 +0000 (08:54 +0000)]
0020973: EDF 1554 GHS3DPLUGIN: Make possible to have a mixed mesh hexa-tetra with GHS3D

+  int TotalNbOfTriangles() const { return myNbTriangles; }
+  TopoDS_Shape GetShape() const { return myShape; }

13 years ago0020918: EDF 1447 SMESH: Mesh common borders
eap [Sat, 13 Nov 2010 07:02:35 +0000 (07:02 +0000)]
0020918: EDF 1447 SMESH: Mesh common borders
  correct detection of Import algo removal

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

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

+    <hypothesis type="ImportSource2D"
+    <hypothesis type="ImportSource1D"
+    <algorithm type="Import_1D"
+    <algorithm type="Import_1D2D"

13 years agorm obsolete commented code
eap [Fri, 12 Nov 2010 15:05:29 +0000 (15:05 +0000)]
rm obsolete commented code

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

+  interface StdMeshers_ImportSource1D : SMESH::SMESH_Hypothesis
+  interface StdMeshers_ImportSource2D : SMESH::SMESH_Hypothesis
+  interface StdMeshers_Import_1D2D : SMESH::SMESH_2D_Algo
+  interface StdMeshers_Import_1D : SMESH::SMESH_1D_Algo

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