Commit Graph

824 Commits

Author SHA1 Message Date
maintenance team
40802ffd62 Porting to CAS-6.2.1sp1 2008-02-20 08:35:01 +00:00
maintenance team
b0351286df Porting to CAS-6.2.1sp1 2008-02-20 08:04:37 +00:00
jfa
c9d93baebb NPAL18773: update SMESH TUI docs. 2008-02-19 08:49:04 +00:00
jfa
9ac332f281 Remove unused files. 2008-02-18 10:07:17 +00:00
jfa
8afe14fa39 NPAL18773: update SMESH TUI docs. 2008-02-18 08:03:37 +00:00
jfa
15e95d02c3 NPAL18773: incomprehensible SMESH TUI docs. 2008-02-14 14:30:20 +00:00
jfa
310b145ad6 NPAL18773: incomprehensible SMESH TUI docs. Provide more comments. 2008-02-14 13:52:58 +00:00
jfa
185f64a66c NPAL18773: incomprehensible SMESH TUI documentation. Move class Mesh to the beginning of the package (just after class smeshDC). 2008-02-12 09:41:23 +00:00
jfa
e3e2c1ffcf remove old files 2008-02-12 08:40:59 +00:00
jfa
87477957df remove old files 2008-02-12 08:34:19 +00:00
jfa
c54c69de95 remove old files 2008-02-12 08:23:16 +00:00
jfa
77eab7d906 remove old files 2008-02-12 08:17:34 +00:00
eap
b88ec5abd8 PAL18920: 2 Meshes with the same hypothesis : one compute well but the other not !?!
fix GetSubMeshNodesId() for vertex submesh with several nodes
2008-02-11 15:14:11 +00:00
eap
e2cfeef800 PAL18920: 2 Meshes with the same hypothesis : one compute well but the other not !?!
remove all new nodes and elements if algo fails
2008-02-11 11:14:47 +00:00
eap
441f1e7dca // PAL18941(a saved study with a mesh belong Z is opened and the mesh is belong X)
if ( aMeshDimension == 1 && !anIsXDimension ) // 1D only if mesh is along OX
-          aMeshDimension = 3;
+          if ( anIsYDimension ) {
+            aMeshDimension = 2;
+            anIsXDimension = true;
+          } else {
+            aMeshDimension = 3;
+          }
       }
2008-02-11 08:41:34 +00:00
eap
a9e813ace3 + // PAL18941(a saved study with a mesh belong Z is opened and the mesh is belong X)
+        if ( aMeshDimension == 1 && !anIsXDimension ) // 1D only if mesh is along OX
+          aMeshDimension = 3;
2008-02-08 14:17:50 +00:00
maintenance team
1db871e848 Changing version to 4.1.1 2008-02-06 14:07:15 +00:00
jfa
434772a02f NPAL17873. Update smesh.py: add precision parameter to LocalLength method. 2008-02-06 09:41:21 +00:00
jfa
553205962e NPAL17873. Update smesh.py: add precision parameter to LocalLength method. 2008-02-06 09:36:04 +00:00
jfa
64efc57318 Data types description that are used by YACS. A patch by Christian CAREMOLI. 2008-02-01 12:16:56 +00:00
jfa
03cd588b86 NPAL17873: SMESH add a triangle instead of make quadrangles only. 2008-02-01 09:17:04 +00:00
jfa
f27fb702a4 NPAL17873: SMESH add a triangle instead of make quadrangles only. 2008-02-01 08:07:48 +00:00
maintenance team
1eb94bb23a Update documentation for bug NPAL16617 and NPAL16812 2008-01-31 10:23:21 +00:00
dmv
ac9e04e4e6 IPAL 17997 Make uniform Hide, Show, Display, Erase 2008-01-30 08:18:14 +00:00
jfa
b60e89a143 NPAL18650: Add BLSURFPlugin and HexoticPLUGIN meshers. 2008-01-30 07:52:25 +00:00
eap
28789eefb2 PAL18501 Bug in Netgen 1D2D3D assignement
Notify not on hidden algorithm but on ignored submesh
2008-01-29 15:36:56 +00:00
eap
b55aba176d PAL18501 Bug in Netgen 1D2D3D assignement
synchronize with V3
2008-01-29 15:35:47 +00:00
eap
fc9f03f0d9 PAL18696 SMESH : version of MED export
use GetVersionString(SMESH::MED_VERSION version, CORBA::Short nbDigits);
2008-01-29 13:46:48 +00:00
eap
8579e44356 PAL18696 SMESH : version of MED export
+  /*!
+   * Return string representation of a MED file version comprising nbDigits
+   */
+  char* GetVersionString(SMESH::MED_VERSION version, CORBA::Short nbDigits);
2008-01-29 13:45:26 +00:00
eap
277a199f30 PAL18696 SMESH : version of MED export
+  static std::string GetVersionString(const MED::EVersion theVersion, int theNbDigits=2);
2008-01-29 13:43:39 +00:00
mzn
881539145f Fix for bug NPAL18491(EDF 630 SMESH : group of face appears with one hole in SMESH but not in VISU). 2008-01-16 07:17:07 +00:00
vtn
21651539bb Merge of NPAL16812 from 3.x to 4.x 2008-01-15 17:44:20 +00:00
eap
06e50842f2 PAL18523 Some print to supress in smeshDC.py
-        print "OwnHypothesis",hypType
+        #print "OwnHypothesis",hypType
2008-01-11 15:34:53 +00:00
eap
74cc32f57f PAL16617 Modification/Transformation operations with copy don't create a new mesh
-            Mirror = GetAxisStruct(Mirror)
+            Mirror = self.smeshpyD.GetAxisStruct(Mirror)
2008-01-11 13:46:10 +00:00
dmv
418f13af92 NPAL 13421 Default name for group from geometry 2008-01-11 10:29:42 +00:00
jfa
415771a7d5 NPAL16198: EDF462: Submeshes creation duplicate algorithms and hypotheses. Refix. 2007-12-27 09:37:46 +00:00
dmv
32032d4d58 NPAL 18245 2007-12-20 07:07:59 +00:00
eap
1eb1b5a6ee fix the previous revision
-        aMesh = Mesh(self.smeshpyD, self.geompyD, aSmeshMesh)
+        aMesh = Mesh(self, self.geompyD, aSmeshMesh)
2007-12-20 06:55:53 +00:00
eap
c422e979de PAL18328 SMESH_AdvancedEditor.py don't work in Debug version
+	SMESH_AdvancedEditor.py \
2007-12-19 15:24:38 +00:00
eap
a818f7f6ff PAL16617 (Modification/Transformation operations with copy don't create a new mesh)
+    SMESH_Mesh MirrorMakeMesh (in long_array IDsOfElements,
+    SMESH_Mesh MirrorObjectMakeMesh (in SMESH_IDSource theObject,
+    SMESH_Mesh TranslateMakeMesh (in long_array IDsOfElements,
+    SMESH_Mesh TranslateObjectMakeMesh (in SMESH_IDSource theObject,
+    SMESH_Mesh RotateMakeMesh (in long_array IDsOfElements,
+    SMESH_Mesh RotateObjectMakeMesh (in SMESH_IDSource theObject,
2007-12-19 15:17:34 +00:00
eap
556f0b415d PAL16617 (Modification/Transformation operations with copy don't create a new mesh)
+      "MirrorMakeMesh","MirrorObjectMakeMesh","TranslateMakeMesh",
+      "TranslateObjectMakeMesh","RotateMakeMesh","RotateObjectMakeMesh",
2007-12-19 15:14:11 +00:00
eap
0f966be150 PAL14861 A warning stop the computation 2007-12-19 15:06:39 +00:00
eap
92c5811d43 PAL16617 (Modification/Transformation operations with copy don't create a new mesh)
+  QString UniqueMeshName(const char* theBaseName, const char* thePostfix);
2007-12-19 15:05:55 +00:00
eap
0ebaadef38 PAL16617 (Modification/Transformation operations with copy don't create a new mesh)
+    SMESH_Mesh MirrorMakeMesh (in long_array IDsOfElements,
+    SMESH_Mesh MirrorObjectMakeMesh (in SMESH_IDSource theObject,
+    SMESH_Mesh TranslateMakeMesh (in long_array IDsOfElements,
+    SMESH_Mesh TranslateObjectMakeMesh (in SMESH_IDSource theObject,
+    SMESH_Mesh RotateMakeMesh (in long_array IDsOfElements,
+    SMESH_Mesh RotateObjectMakeMesh (in SMESH_IDSource theObject,
2007-12-19 15:05:31 +00:00
eap
2e446e7121 PAL16617 (Modification/Transformation operations with copy don't create a new mesh)
+  virtual bool Contains (const SMDS_MeshElement* elem);
2007-12-19 15:02:14 +00:00
eap
53660eaf43 PAL16617 (Modification/Transformation operations with copy don't create a new mesh)
PGroupIDs Transform (TIDSortedElemSet & theElements,
                        const gp_Trsf&     theTrsf,
                        const bool         theCopy,
-                       const bool         theMakeGroups);
+                       const bool         theMakeGroups,
+                       SMESH_Mesh*        theTargetMesh=0);
2007-12-19 15:01:13 +00:00
eap
dcdf3c5ef8 PAL18328 SMESH_AdvancedEditor.py don't work in Debug version
+  const SMDS_MeshVolume* Get() const;
+  // return element
+
+  int ID() const;
+  // return element ID
2007-12-19 14:56:13 +00:00
jfa
f3502e683b NPAL18084: add a new simply sample of GEOM/SMESH. Correct error. 2007-12-17 12:46:31 +00:00
jfa
3cae17f2a8 Restore some lost modifications. 2007-12-13 14:09:49 +00:00
jfa
7c27b84895 Restore some lost modifications. 2007-12-13 14:02:13 +00:00