Commit Graph

1238 Commits

Author SHA1 Message Date
eap
0999093460 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
2010-11-12 15:00:12 +00:00
eap
9245ef5923 -// $Header: 2010-11-12 15:00:02 +00:00
eap
e1655668ae 0020918: EDF 1447 SMESH: Mesh common borders 2010-11-12 14:55:58 +00:00
eap
c613a3b5c2 untabify 2010-11-12 14:54:49 +00:00
eap
8d44be39e6 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()
2010-11-12 14:52:41 +00:00
eap
f6271fec89 0020918: EDF 1447 SMESH: Mesh common borders
1) NotifySubMeshesHypothesisModification() in LoadFrom()
2) +  virtual void  UpdateAsMeshesRestored(); // for hyps needing full data restored
2010-11-12 14:49:46 +00:00
eap
77adab5aab 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()
2010-11-12 14:48:30 +00:00
eap
6386585f46 0020918: EDF 1447 SMESH: Mesh common borders
smesh.Evaluate( mesh, geom ) --> mesh.Evaluate(geom)
2010-11-12 14:43:13 +00:00
eap
b9288c7246 0020918: EDF 1447 SMESH: Mesh common borders
1) clear failed not empty submesh at hyp modification
  2) fix hiding algo detection
2010-11-12 14:42:01 +00:00
eap
f68e8a6388 0020918: EDF 1447 SMESH: Mesh common borders
store GeomAPI_ProjectPointOnCurve
2010-11-12 14:40:33 +00:00
eap
e5dab7ea91 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 );
+
+
2010-11-12 14:39:34 +00:00
eap
232594508e 0020918: EDF 1447 SMESH: Mesh common borders
+  /*!
+   * \brief Find a mesh with given persistent ID
+   */
+  SMESH_Mesh* GetMeshByPersistentID(int id);
2010-11-12 14:34:11 +00:00
eap
8c2bc4472d 0020918: EDF 1447 SMESH: Mesh common borders
+  GROUP_NODE,
+  GROUP_EDGE,
+  GROUP_FACE,
+  GROUP_VOLUME,
+  GROUP_0D,
2010-11-12 14:33:34 +00:00
eap
e708406444 0020918: EDF 1447 SMESH: Mesh common borders
+  void SetPersistentId(int id);
+  int GetPersistentId() const;
+  int MaxSubMeshIndex() const;
2010-11-12 14:33:09 +00:00
eap
c80623eeac - virtual SMDS_ElemIteratorPtr GetElements();
+  virtual SMDS_ElemIteratorPtr GetElements() const;
2010-11-12 14:32:16 +00:00
eap
b3e9d221da Regeression of the Test Case 3D_submesh/A0
fix IsMoreLocalThanPredicate after the patch for issue 0020963
2010-11-12 14:31:15 +00:00
eap
acbde3c1ec -// $Header: 2010-11-12 14:29:53 +00:00
eap
ecdc083594 nullify myGroupDS in destructor 2010-11-12 14:29:24 +00:00
eap
f3183a4134 fix comments 2010-11-12 14:28:26 +00:00
eap
d202b9c2ea - virtual bool IsPoly() const { return false; };
+  virtual bool IsPoly() const { return false; }
2010-11-12 14:27:47 +00:00
eap
52e5b910d3 0020918: EDF 1447 SMESH: Mesh common borders 2010-11-12 14:27:09 +00:00
eap
c7886f3dd2 In existingHyps(), protection for hypotheses w/o any gui
HypothesisData* aData = SMESH::GetHypothesisData( aHypVar->GetName() );
+            if ( !aData) continue;
2010-11-10 15:19:59 +00:00
vsr
49792ab647 0020885: EDF 607 SMESH: Measure tools 2010-11-08 13:35:20 +00:00
vsr
bde720be0e minor changes 2010-11-05 21:43:31 +00:00
vsr
c4663e2b27 PAL20885 EDF 607 SMESH: Measure tools
Improve TUI of measurement operations
Complete GUI/TUI documentation
2010-11-05 21:43:14 +00:00
vsr
a05b2c6fcc PAL20885 EDF 607 SMESH: Measure tools
Improve TUI of measurement operations
Complete GUI/TUI documentation
2010-11-05 21:35:57 +00:00
vsr
610db82e7b PAL20885 EDF 607 SMESH: Measure tools
Add preview for min distance and bounding box measurements
2010-11-04 21:53:44 +00:00
vsr
8693dba253 Revert back previous bad integration 2010-11-04 12:48:58 +00:00
vsr
6e55d5dca6 PAL20885 EDF 607 SMESH: Measure tools
Complete Boundary Box dialog box
2010-11-04 12:44:53 +00:00
vsr
1ec7a722f4 minor change 2010-11-02 21:43:55 +00:00
vsr
792b5134df PAL20885 EDF 607 SMESH: Measure tools
GUI part 1: Min Distance
2010-11-02 21:43:34 +00:00
ptv
b4be2efef9 0020885: EDF 607 SMESH: Measure tools 2010-11-02 07:25:32 +00:00
ptv
e69dd23c49 0020885: EDF 607 SMESH: Measure tools 2010-11-01 10:09:14 +00:00
ptv
5ba9e5dffc remove memory leak in script 2010-11-01 10:07:17 +00:00
vsr
8e80e7af91 PAL20885 EDF 607 SMESH: Measure tools
Improve mesh element information dialog box
2010-10-30 10:36:02 +00:00
vsr
7ca35196f4 PAL20885 EDF 607 SMESH: Measure tools
Improve mesh element information dialog box
2010-10-30 09:12:30 +00:00
vsr
1cd7b4a0c0 PAL20885 EDF 607 SMESH: Measure tools
Improve mesh information dialog boxes
2010-10-28 19:55:28 +00:00
vsr
53f24eefb2 PAL20885 EDF 607 SMESH: Measure tools
Improve mesh information dialog boxes
2010-10-28 19:47:27 +00:00
ouv
55eae5869b 0020977: EDF 1520 SMESH: Create a clipping plane on several groups 2010-10-25 13:43:31 +00:00
vsr
eddb6a7516 PAL20948 EDF 1468 SMESH: Histogram of the quality controls 2010-10-20 20:13:44 +00:00
vsr
a415d418f6 PAL20948 EDF 1468 SMESH: Histogram of the quality controls 2010-10-20 20:02:29 +00:00
eap
72832de1e2 20885 EDF 607 SMESH: Measure tools
interface SMESH_IDSource
   {
+    SMESH_Mesh GetMesh();
2010-10-20 08:50:27 +00:00
eap
bc6dc0fb30 20885 EDF 607 SMESH: Measure tools
interface SMESH_IDSource
   {
+    SMESH_Mesh GetMesh();
2010-10-20 07:02:01 +00:00
eap
7fa71ad88e 20885 EDF 607 SMESH: Measure tools
Move GetMesh() to SMESH_IDSource
2010-10-20 07:00:40 +00:00
ouv
73770b22b2 0020946: EDF 1466 SMESH: Add a new control criteria: Max element length 2010-10-14 11:08:31 +00:00
ouv
f0f625f609 Issue 0020947: EDF 1467 SMESH: Modify the formula to calculate Aspect Ratio on quadrangles 2010-10-13 09:49:12 +00:00
eap
25b69822a1 0020948: EDF 1468 SMESH: Histogram of the quality controls
fix GetHistogram(), case of 1 value
2010-10-12 11:39:30 +00:00
eap
8a950e9b2e 0020948: EDF 1468 SMESH: Histogram of the quality controls
+    Histogram GetHistogram()
2010-10-12 11:18:31 +00:00
ouv
52603030d5 Issue 0020950: EDF 1506 SMESH: Change the color of several groups 2010-10-12 10:01:55 +00:00
vsr
6d0472b820 PAL20940 EDF 1426 SMESH: Get some measure functions on elements available in TUI 2010-10-06 18:17:23 +00:00