Commit Graph

308 Commits

Author SHA1 Message Date
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
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
eap
9b89dd05ca PAL7913. make QuadDelete() static 2005-02-01 07:48:07 +00:00
eap
fedc148b81 PAL7913. Add static ShellPoint() 2005-02-01 07:44:53 +00:00
eap
316e159045 PAL7913. Add static ShellPoint() and several methos about sub-shapes indexation 2005-02-01 07:43:14 +00:00
eap
35c1f52506 Do not try to compute sub-meshes if the main shape is already meshed 2005-02-01 07:37:00 +00:00
eap
455afe36e4 PAL7935. In Load(face), load from a forward face 2005-01-31 11:33:26 +00:00
eap
1c5631d5e5 PAL7926. Add missing return 2005-01-31 07:21:33 +00:00
apo
869dd74276 [Bug PAL7853] PAL-MESH-004 regress: Problem with presentation groups of Nodes in the Post-Pro module 2005-01-28 13:47:24 +00:00
san
bbdbca270f Remove compiler warnings caused by MESSAGE macro 2005-01-28 13:03:45 +00:00
vsr
cca99353e8 Fix PAL7864 : Impossible to change orientation for group of volumes.
Corrected selection of objects in the dialog box.
Two SMESHGUI filter have been added: one to select any faces and other for the volumes.
2005-01-28 11:46:31 +00:00