23 Commits

Author SHA1 Message Date
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
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
jfa
415771a7d5 NPAL16198: EDF462: Submeshes creation duplicate algorithms and hypotheses. Refix. 2007-12-27 09:37:46 +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
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
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
raza
e0b1819f2f Update allowing to use Hexotic Plugin. 2007-12-12 16:33:36 +00:00
jfa
4d2bf97770 Fix bug 18122: 'Name Error' from some functions of smeshDC.Mesh class. 2007-12-07 13:48:11 +00:00
jfa
6afbf9dbec NPAL17908: Roll-back fix for bug 16198, new fix will be provided after 4.1.0 issue. 2007-12-04 09:32:22 +00:00
jfa
fc387c8013 NPAL17920: error in init_smesh routine in smeshDC.py file. 2007-11-30 08:24:29 +00:00
jfa
92cba8e476 NPAL18076: EDF617: Regression smesh.py Only the 1st netgen parameters is added/used. 2007-11-29 13:01:07 +00:00
eap
cf05ada8f4 PAL17694 (New Tool About Hexahedral Meshing)
+    void SetNodeOnVertex(in long NodeID, in long VertexID)
+    void SetNodeOnEdge(in long NodeID, in long EdgeID, in double paramOnEdge)
+    void SetNodeOnFace(in long NodeID, in long FaceID, in double u, in double v)
+    void SetNodeInVolume(in long NodeID, in long SolidID)
+    void SetMeshElementOnShape(in long ElementID, in long ShapeID)
2007-11-15 14:36:00 +00:00
eap
6607008a46 PAL16842 (Genertion of groups when a mesh is transformed)
add MakeGroups=False argument
2007-11-12 10:03:58 +00:00
eap
0a33c4aa98 PAL16202,16203 (Propagation 1D on edges group)
1) fix error message when Mesh.Compute() fails due to bad hypo definition
   2) fix args of TreatHypoStatus() calls
2007-11-07 10:08:39 +00:00
ouv
1949fa0f3e Bug NPAL12872 - EDF189 GEOM, SMESH : Visualization of groups with many colors 2007-11-06 08:54:05 +00:00
jfa
ac898ee42c Bug 17298: AttributeError during import of SMESH_BelongToGeom.py. 2007-10-16 12:54:34 +00:00
jfa
b0c06e93e6 Bug 16777: Fix merging pb. 2007-08-27 08:34:00 +00:00
jfa
8407274e7b Fix pb. of merge 2007-08-24 12:44:39 +00:00
jfa
856524def1 Join modifications from V3_2_0_maintainance (V3_2_6pre4 - T32x_16Aug2007_16h00m) 2007-08-21 08:30:33 +00:00
jfa
06221800da Distributed Geom, Smesh. Modifications by Anthony GEAY. 2007-06-18 11:10:30 +00:00