vsr
aef60913e5
Change version number to 2.2.2
2005-03-25 12:56:08 +00:00
jfa
56a0931b37
Fix installation of TUI documentation in accordance with meshpy.py renaming to smesh.py
2005-03-23 06:29:19 +00:00
mzn
3ec90b8c38
To make SMESH module compilable("Unimplemented method" message added).
2005-03-22 12:06:06 +00:00
apo
321653b5ff
[Bug PAL7444] display mesh takes a lot of more memory in 2.1.0 than in 2.0.0.
2005-03-22 10:42:18 +00:00
mzn
6f9e2ab4cb
To make SMESH module compilable.
2005-03-22 10:42:14 +00:00
jfa
056094268a
PAL8267: two new API methods added: ExtrusionSweepObject1(2)D()
2005-03-21 12:44:19 +00:00
jfa
4ea1b27c68
New updated and tested smesh.py with some examples. Provided by FKL.
2005-03-21 08:47:04 +00:00
admin
d6439e67b4
This commit was generated by cvs2git to create branch 'V2_2_0_maintainance'.
...
Cherrypick from master 2005-03-21 08:38:22 UTC jfa <jfa@opencascade.com> 'New updated and tested smesh.py with some examples. Provided by FKL.':
src/SMESH_SWIG/ex00_all.py
src/SMESH_SWIG/ex01_cube2build.py
src/SMESH_SWIG/ex02_cube2primitive.py
src/SMESH_SWIG/ex03_cube2partition.py
src/SMESH_SWIG/ex04_cube5tetraHexa.py
src/SMESH_SWIG/ex05_hole1build.py
src/SMESH_SWIG/ex06_hole1boolean.py
src/SMESH_SWIG/ex07_hole1partition.py
src/SMESH_SWIG/ex08_hole2build.py
src/SMESH_SWIG/ex09_grid4build.py
src/SMESH_SWIG/ex10_grid4geometry.py
src/SMESH_SWIG/ex11_grid3partition.py
src/SMESH_SWIG/ex12_grid17partition.py
src/SMESH_SWIG/ex13_hole1partial.py
src/SMESH_SWIG/ex14_cyl1holed.py
src/SMESH_SWIG/ex15_cyl2geometry.py
src/SMESH_SWIG/ex16_cyl2complementary.py
src/SMESH_SWIG/ex17_dome1.py
src/SMESH_SWIG/ex18_dome2.py
src/SMESH_SWIG/ex19_sphereINcube.py
src/SMESH_SWIG/smesh.py
2005-03-21 08:38:23 +00:00
mzn
e3189ff986
Fix for PAL7156 (Mesh modifcation: Nodes id are not taken into account before node selection with mouse).
2005-03-16 13:23:48 +00:00
mzn
dc0d851998
Fix for PAL8380(Can't create a Group of Nodes from a group on geometry).
2005-03-15 12:34:12 +00:00
enk
543af91943
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-11 07:44:04 +00:00
san
1bcdd6d408
PAL8310
2005-03-03 15:18:07 +00:00
mzn
5433fd6781
Fix for PAL8269(One can't select a pointer on geometry in mesh filters).
2005-03-02 07:47:24 +00:00
vsr
aed9d064c1
Update version number : 2.2.1
2005-03-01 14:17:40 +00:00
vsr
f54ea61edf
Update the GUI documentation for SMESH module
2005-03-01 11:17:00 +00:00
enk
409b861ea1
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:57:48 +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
eap
85b8384fb0
PAL7933. Add static IsApplicableHypothesis();
...
enable propagation of local hypotheses assigned to super-shapes;
Use SMESH_HypoFilter to retrieve assigned hypotheses
2005-02-04 10:39:49 +00:00
eap
45e910e8aa
PAL7933. Add static IsApplicableHypothesis()
2005-02-04 10:34:55 +00:00
eap
5ed9406302
PAL7933. Create class SMESH_HypoFilter
2005-02-04 10:31:55 +00:00
vsr
9959a9373f
PAL5597
2005-02-03 13:24:46 +00:00
vsr
29b9e89cb6
PAL7864, PAL7951, PAL7915
2005-02-03 12:31:13 +00:00
san
c9be7f0ec9
PAL6938
2005-02-03 08:34:23 +00:00
apo
0a35ffc7d7
[Bug PAL7863] REGRESSION: Orientations of preview and already created object aren't coincide.
2005-02-03 07:43:07 +00:00
san
3c6d43b5e5
PAL7962
2005-02-03 07:01:28 +00:00
san
cf82182061
PAL6938
2005-02-02 13:54:31 +00:00
san
3da89ab053
PAL6938
2005-02-02 13:51:36 +00:00
enk
4a31c0f62c
Do not calc Controls when clipping is changed.
2005-02-02 13:35:49 +00:00
san
c29c4a6a7a
ClikOnClose() inexistant slot name corrected; onApply() return value corrected
2005-02-02 13:22:46 +00:00
enk
b5e77ba5e9
Fix: Bug PAL7970 Broken control Lengh2D after Free Borders
2005-02-02 12:31:32 +00:00
apo
7dd674bbe4
[Bug PAL7763] Length 2D and Border at Multi-Connection 2D during clipping incorrect
2005-02-02 12:17:51 +00:00
san
7dbc79c51d
PAL7962
2005-02-02 11:09:27 +00:00
san
fe4f5ef4ab
PAL7807
2005-02-02 05:11:20 +00:00
vsr
2177157cb7
Fix PAL7951
2005-02-01 14:55:30 +00:00
apo
2c23c066a7
[Bug PAL7850] REGRESSION: The imported mesh from .unv file has inversion orientation.
2005-02-01 13:35:42 +00:00
eap
8cc5e7af94
PAL7913. Fix for the case where different 1d hypotheses are used on opposite edges
2005-02-01 08:00:03 +00:00
eap
db3bd69341
PAL7913. free memory in the destructor
2005-02-01 07:51:29 +00:00