Commit Graph

687 Commits

Author SHA1 Message Date
apo
4679b8437b remove adjusting pointers for covariant returns 2005-06-08 04:59:17 +00:00
smh
c38c10811a SMH: Preparation version 3.0.0 - merge (HEAD+POLYWORK) 2005-06-07 13:22:20 +00:00
eap
e90b1a5ede fix the bug 8924: correct edges orientation definition, remove unused variables 2005-05-26 10:39:00 +00:00
jfa
5ec1fbd250 PAL8626: do not publish GEOM object, already present in the study. 2005-04-25 06:07:27 +00:00
jfa
f7d300b0be PAL8378: update script ex00_all.py to run also tests, which now do not fail 2005-04-21 12:54:19 +00:00
jfa
85f8b0f449 PAL8616: the function Group should allow geometric shapes 2005-04-15 09:08:52 +00:00
vsr
51b21e50a1 Fix PAL8562: rpath (rpath-link) option needs parameter - directory to search shared objects in. 2005-04-08 05:51:47 +00:00
eap
a310184e13 PAL8539. Fix case NB_SEGMENTS for scale != 1.0 and first edge parameter != 0.0 2005-04-05 10:00:04 +00:00
eap
0bcee2eb28 PAL8536. Add static methods to set initial value of a parameter.
Create parameters in only one method.
Fix paremeters ranges according to PAL8536.
2005-04-04 10:56:42 +00:00
eap
108fc26ea4 PAL8536. Add static methods to set initial value of a parameter 2005-04-04 10:51:04 +00:00
eap
b8c2f65b6f PAL8536. SMESHGUI_doubleParameter::InitializeWidget() : allow going down to _bottom value 2005-04-04 10:49:14 +00:00
eap
ebe9f34644 PAL8330. In sweepElement(): fix volume orientation 2005-04-01 11:26:44 +00:00
eap
01ec976777 fix PAL8468. Change StartAndEndLength and Arithmethic1D computation on reversed edges 2005-03-31 09:33:30 +00:00
apo
0ad037c989 Patch on regression that was introduced by fix on Bug PAL7444 2005-03-31 05:37:51 +00:00
apo
83f19818fc Bug PAL7444 - display mesh takes a lot of more memory in 2.1.0 than in 2.0.0. 2005-03-30 14:06:25 +00:00
apo
6bbcf82682 PythonDump for SMESH Controls / Filter 2005-03-30 12:49:55 +00:00
eap
1bc504bf90 fix PAL8469. set "Warning" icon to mesh or submesh just published 2005-03-30 09:30:04 +00:00
eap
220083d44c fix PAL8469. Updating the global mesh icon when local hypotheses are edited 2005-03-30 09:27:59 +00:00
jfa
74a576e527 Fix installation of TUI documentation in accordance with meshpy.py renaming to smesh.py 2005-03-23 06:28:15 +00:00
apo
7a6418e0be Undo mistaken commit 2005-03-23 05:56:25 +00:00
apo
c111d3b520 [Bug PAL7444] display mesh takes a lot of more memory in 2.1.0 than in 2.0.0. 2005-03-22 12:50:34 +00:00
apo
1eea5485d1 [Bug PAL7444] display mesh takes a lot of more memory in 2.1.0 than in 2.0.0. 2005-03-22 10:32:59 +00:00
jfa
7411bcf53c PAL8267: two new API methods added: ExtrusionSweepObject1(2)D() 2005-03-21 12:40:07 +00:00
jfa
22496e8ddc New updated and tested smesh.py with some examples. Provided by FKL. 2005-03-21 08:38:22 +00:00
msv
f4c7cebbd6 Comment out useless message output to speed up change hypothesis operation 2005-03-18 12:49:28 +00:00
mzn
51ac2145d3 Fix for PAL7156 (Mesh modifcation: Nodes id are not taken into account before node selection with mouse). 2005-03-16 13:22:18 +00:00
mzn
ec914f9caa Fix for PAL8380(Can't create a Group of Nodes from a group on geometry). 2005-03-15 12:32:15 +00:00
msv
27c14592b7 File SMESHGUI_Hypotheses.cxx is deprecated, it is replaced with SMESHGUI_HypothesesUtils.cxx 2005-03-15 10:21:16 +00:00
akk
3783955355 Scripts renaming. 2005-03-10 06:30:56 +00:00
akk
c441817b41 PAL8375 improvement solving. 2005-03-09 15:09:14 +00:00
akk
e4be7441d2 PAL8319 improvement solving. 2005-03-09 13:05:16 +00:00
enk
f488d851d8 Bug PAL8331: REGRESSION import mesh in "MED 2.2" format.
In the process of family creation (with Id=0) we don't need in attribute description, it's specific of creation of MED2.2 (for family with Id=0).
2005-03-02 12:50:26 +00:00
mzn
6fae6dddb4 Fix for PAL8269(One can't select a pointer on geometry in mesh filters). 2005-03-02 07:45:32 +00:00
mzn
c92bd47d84 Fix for PAL8325(An exception is raised after clicking on "Add" button of the "Merge nodes" dialog box). 2005-03-01 09:53:20 +00:00
enk
971d053b24 Fix on Bug PAL8263: Validity of the files exported by SMESH in MED2.2 format.
By the fix we don't write to MED file the family with ID equal to zero, because MED2.2 use this ID for internal needs.
We test our fix with native mdump executable.
2005-02-28 11:55:53 +00:00
san
935adb05a1 PAL8310 2005-02-25 14:37:37 +00:00
vsr
b85751e356 Fix a bug - salome.py is not imported here and this causes run-time Python exception 2005-02-21 06:05:00 +00:00
jfa
992b382297 Update meshpy.py by request of FKL 2005-02-15 10:22:14 +00:00
jfa
d9c93f6f32 PAL8170: Provide unique names for groups on SubMesh 2005-02-14 13:03:59 +00:00
enk
fb7bf211bb Fix. Bug PAL8109 CRASH of "Salome" happens if to check "Free Borders" control at the clipping of mesh.
Fix. Bug PAL8024 Incorrect selection of the elements.
2005-02-11 12:34:57 +00:00
enk
fa397b27d1 Fix. Bug PAL8062 REGRESSION: Nodes aren't displayed if "Numbering - Display Nodes" is checked. 2005-02-08 10:04:57 +00:00
san
92595f0080 PAL6825 2005-02-07 13:51:15 +00:00
jfa
4101a1ce54 PAL7222: Now names of families will contain names of corresponding groups 2005-02-07 12:09:07 +00:00
eap
658c72bc1d PAL8021. Correct work with submeshes on shape more complex than SHELL. 2005-02-07 11:11:51 +00:00
eap
a9750358c9 PAL8021. In AlgpStateEngine(), clean existing sub-mesh only if hypothesis change. In CleanDependants(), do not go upper than SOLID. 2005-02-07 11:06:45 +00:00
enk
137c43b02f Fix. Incorrect group of nodes representation 2005-02-07 10:45:26 +00:00
eap
f1bd9084e0 PAL7933. enable propagation of local hypotheses assigned to super-shapes 2005-02-04 11:08:26 +00:00
eap
9b3ccd683e PAL7933. Use SMESH_HypoFilter to retrieve assigned hypotheses 2005-02-04 11:00:40 +00:00
eap
36409e98c9 PAL7933. Change IsGlobalAlgo() -> IsGlobalHypothesis();
Use SMESH_HypoFilter to retrieve assigned hypotheses
2005-02-04 10:58:21 +00:00
eap
e753a76d0e PAL7933. Add GetHypothesi(e)s() which filter assigned hypotheses;
enable propagation of local hypotheses assigned to super-shapes;
Use SMESH_HypoFilter to retrieve assigned hypotheses
2005-02-04 10:54:26 +00:00