Commit Graph

834 Commits

Author SHA1 Message Date
asl
6ed10b325c PAL16760 - MED file information 2008-05-26 08:30:16 +00:00
eap
a8d87f2c1b PAL13464 : SMESH homogenize algorithm hypothesis
LengthFromEdges is default hypothesis now
2008-03-05 14:46:04 +00:00
eap
b78bf0bb14 PAL13903 Extrusion along a path , linear variation of the angles 2008-03-05 12:27:13 +00:00
eap
30313fedf6 rename SMDS_MeshNode::NbInverseNodes() to SMDS_MeshNode::NbInverseElements() 2008-03-05 10:50:16 +00:00
eap
defefb9357 PAL13899 : Revolution tool ambigous for the user (No Preview) 2008-03-05 10:43:09 +00:00
eap
7938a9e589 + // find out side orientation, which is important if there are several wires (PAL19080)
+    bool isForward = true;
+    if ( nbWires > 1 ) {
       ...
+    }
+
     StdMeshers_FaceSide* wire = new StdMeshers_FaceSide( theFace, wireEdges, &theMesh,
-                                                         true, theIgnoreMediumNodes);
+                                                         isForward, theIgnoreMediumNodes);
2008-03-05 10:28:46 +00:00
vtn
07ec002dfd NPAL16716. Compound: To create the groups of initial meshes. 2008-02-21 12:52:25 +00:00
maintenance team
b1e72cfac7 Porting to CAS-6.2.1sp1 2008-02-20 09:54:44 +00:00
maintenance team
c2827bd96e Porting to CAS-6.2.1sp1 2008-02-20 09:39:08 +00:00
maintenance team
55f6290c67 Pporting to CAS-6.2.1sp1 2008-02-20 09:14:27 +00:00
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