Commit Graph

1041 Commits

Author SHA1 Message Date
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
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
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
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
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
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
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
vsr
29787307a0 PAL20917 EDF 1431 SMESH: Warning about Hexotic 2010-10-06 17:28:05 +00:00
vsr
396a60d4bb Merge from BR_WIN_INDUS_514 04/10/2010 2010-10-04 14:16:14 +00:00
eap
b9acb518d9 0020889: EDF 1433 SMESH: SplitHexaToTetra: add the 24 tetras mode
* Add HEXA_TO_24 splitting mode
2010-10-04 11:30:00 +00:00
eap
61e5c761ce 0020889: EDF 1433 SMESH: SplitHexaToTetra: add the 24 tetras mode
* Add Hex_24Tet splitting mode
2010-10-04 11:29:01 +00:00
eap
cd749c768d 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();
2010-10-04 11:27:58 +00:00
eap
7b7daf5e4b + SMDS_MeshFace* AddPolygonalFace (const std::vector<const SMDS_MeshNode*>& nodes,
+  SMDS_MeshVolume* AddPolyhedralVolume (const std::vector<const SMDS_MeshNode*>& nodes,
2010-10-04 11:25:52 +00:00
eap
679fca4c8a 0020889: EDF 1433 SMESH: SplitHexaToTetra: add the 24 tetras mode
* Add HEXA_TO_24 splitting mode
 * Fix ConvertToQuadratic() to avoid disappearance of poly elements
2010-10-04 11:24:14 +00:00
eap
d246fa304c Do not pass vector arguments by value 2010-10-04 11:19:48 +00:00
eap
73edef8516 0020889: EDF 1433 SMESH: SplitHexaToTetra: add the 24 tetras mode
* Fix IsLinked()
 * Add GetFaceBaryCenter():
2010-10-04 11:18:24 +00:00
eap
d51f12e37e inline TCollection_AsciiString ElementTypeString (SMESH::ElementType theElemType)
{
...
+    CASE2STRING( ELEM0D );
2010-10-04 06:01:04 +00:00
eap
b65a958881 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*()
2010-10-01 12:53:07 +00:00
eap
ee86814502 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()
2010-10-01 12:48:49 +00:00
eap
ea89003dc2 - theObject = self.editor.MakeIDSource(theObject)
+            theObject = self.editor.MakeIDSource(theObject, SMESH.ALL)
2010-10-01 12:44:05 +00:00
eap
dcf75abef1 improve comment for Scale 2010-10-01 07:29:53 +00:00
eap
a109051402 0021016: [CEA] non regression test KO
Implement
      SMDS_ElemIteratorPtr Q2TAdaptor_Triangle::elementsIterator(SMDSAbs_ElementType type) const
2010-09-30 13:25:40 +00:00
vsr
0074bfab7c 0021012: [CEA] Different names between GUI and TUI function 2010-09-29 08:00:24 +00:00
eap
79dc752f75 -#include "SMDS_FaceOfNodes.hxx" 2010-09-29 07:58:16 +00:00
eap
56d3c935a8 0021006: EDF 1546 SMESH : Convert To Quadratic fails
+  const SMDS_MeshNode* getMediumNodeOnComposedWire(const SMDS_MeshNode* n1,
+                                                   const SMDS_MeshNode* n2,
+                                                   bool                 force3d);
2010-09-28 11:29:20 +00:00
gdd
195a4bb6ec RNC: Completed the documentation of GetElementsByType with the values taken by ElementType 2010-09-28 08:06:46 +00:00
gdd
656fe38db7 Merge from BR_pypkg (python packaging) 2010-09-27 15:28:50 +00:00
gdd
4de666ddfa RNC: Fixed documentation of SetGeometricMesh
Parameter theGeometricMesh takes the value 0 or 1
2010-09-27 09:35:03 +00:00
eap
27cd471609 0020982: EDF 1547 SMESH: Creation of non-conformal quadratic pyramids
One more redesign
2010-09-27 06:30:22 +00:00
eap
9167a6a24d Remove unused method
-  bool emptyInverseElements();
2010-09-27 06:21:30 +00:00
vsr
79d1c82a95 0020746: EDF 1274 SMESH : MergeAllNodesButNodesFromGroup feature 2010-09-27 06:17:50 +00:00
vsr
92ccacc7e0 Improve dialog box's layout 2010-09-26 16:14:05 +00:00
vsr
632a68b51c Remove compilation warning 2010-09-26 06:47:43 +00:00
vsr
d4f9cc5a79 EDF 1575 SMESH: Filters and precision preferences 2010-09-24 13:08:23 +00:00