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
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
apo
e913c3429b
Fix for Bug IPAL17943
...
4.x: log file, generated by "mdump_V2_1" for the mesh with set color number differs from the initial one (3x)
2007-12-05 14:19:29 +00:00
ouv
a0a93a5e5d
Minor change
2007-11-19 12:22:20 +00:00
ouv
43d7a80e60
Remove CORBA dependency
2007-11-19 12:19:25 +00:00
ouv
64c772da5a
Color Number (Color Group) parameter is returned for compatibility
2007-11-16 13:02:19 +00:00
ouv
41bf396ed4
CORBA includes
2007-11-07 14:19:00 +00:00
ouv
1949fa0f3e
Bug NPAL12872 - EDF189 GEOM, SMESH : Visualization of groups with many colors
2007-11-06 08:54:05 +00:00
eap
a97aac6c22
+ // PAL16857(SMESH not conform to the MED convention):
...
+ if ( aMeshDimension == 2 && anIsZDimension ) // 2D only if mesh is in XOY plane
+ aMeshDimension = 3;
2007-09-11 06:53:33 +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
abd
f43aa3dde8
Fix compilation problems on RedHat
2007-04-20 14:49:18 +00:00
abd
103d80ae84
Fix compilation problems on RedHat
...
HDF5 includes
2007-04-20 12:02:41 +00:00
abd
358f8ddd54
Merging from V3_2_6pre4
2007-04-18 15:44:59 +00:00
abd
82decf21b0
Using AutoTools for build procedure
2007-04-13 14:53:27 +00:00
abd
9d11375af4
Merging with WPdev
2007-02-07 12:14:23 +00:00
jfa
104ff7b281
Fix bug 12796: Warning missed for the bad file 'test18.med'
2006-08-10 07:53:07 +00:00
enk
a104996e30
Fix for Bug IPAL12478: Group of all Edges is not create automatically during Export med file.
...
Incorrect varable was changed. (myFacesDefaultFamilyId to myEdgesDefaultFamilyId)
2006-08-02 13:08:43 +00:00
enk
e9d9ec4df8
Fix for
...
Bug PAL12820: EDF207 SMESH and VISU: Visualization of groups on nodes and cells of a standard grid
Bug PAL12613: Groups aren't read from the med files, containing mesh of MED_GRILLE_STANDARD type.
2006-07-13 13:49:58 +00:00
jfa
c63ee099ad
Join modifications from branch BR_DEBUG_3_2_0b1
2006-06-01 11:39:17 +00:00
jfa
57b43b4d01
Join modifications from branch OCC_debug_for_3_2_0b1
2006-05-06 08:51:48 +00:00
jfa
4ff5bd6154
Join modifications from branch OCC_development_for_3_2_0a2
2006-03-13 15:29:49 +00:00
smh
d0f366c4a3
Merge from OCC_development_generic_2006
...
Preparation of 3.2.0a1
2006-02-07 15:01:11 +00:00
eap
aeef41e893
PAL10595: unit and coordinate name length must be equal to 16
2005-12-15 09:56:38 +00:00
smh
5b66adc250
Preparation of 3.1.0a2: version ID. compilation with new HEAD and new MED (with polyhedres)
2005-10-18 14:52:45 +00:00
jfa
7cef40c6c1
Fix for bug PAL10314: Hang up on import 'essaiminimail.med' in SMESH
2005-10-18 09:25:02 +00:00
eap
87fd8ca50b
PAL10196. Rename GetGroupNames() -> GetGroupNamesAndTypes(), add checkFamilyId()
2005-10-11 13:39:02 +00:00
eap
482a58db1b
PAL10196. Make SetId() public
2005-10-11 13:35:18 +00:00
szy
d9d247d43d
Windows porting
2005-08-31 10:10:42 +00:00
eap
4498c53455
Move MEDWrapper to MED module
2005-07-11 11:33:00 +00:00
smh
c38c10811a
SMH: Preparation version 3.0.0 - merge (HEAD+POLYWORK)
2005-06-07 13:22:20 +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
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
jfa
4101a1ce54
PAL7222: Now names of families will contain names of corresponding groups
2005-02-07 12:09:07 +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
apo
07b6737459
Changes according MEDWrapper API modifications
2005-01-26 15:17:35 +00:00
eap
71bc953009
In Split(), fix removal from a set being iterated, leading to exception at study restoration if there are intersecting groups
2005-01-26 09:07:48 +00:00
apo
efdf984e40
Improve checking of validity of mesh elements connectivity
2005-01-26 06:49:06 +00:00
vsr
be0f45394e
Apply patch from Paul Rascle (correction of make procedure)
2005-01-25 13:43:14 +00:00
apo
776e25bc46
[Bug PAL7784] REGR: wrong Export-Import Mesh in med
2005-01-24 13:37:56 +00:00
admin
090aff0726
Merge with OCC_development_01
2005-01-20 06:25:54 +00:00
admin
ed456586bf
Merge with OCC-V2_1_0_deb
2004-12-17 11:07:35 +00:00
admin
e4737e85f0
Merge with version on tag OCC-V2_1_0d
2004-12-01 10:48:31 +00:00
yfr
51569f091c
DCQ:prepare 2.0.0
2004-07-20 07:56:05 +00:00
yfr
c3bf92bd87
DCQ : Merge with Ecole_Ete_a6.
2004-06-18 08:34:31 +00:00
jrt
7b70ad87bf
Merge br_enable_import_mesh. Enable import mesh and save/load SMESH study.
2004-03-15 18:42:16 +00:00
nadir
faa1c8f2bc
updating or adding when merging in the main trunk with the version in the
...
branch nadir_1_2_2 !!
2003-12-08 15:43:20 +00:00
jrt
ef932e4d05
Correct some memory leaks
2003-09-05 11:45:54 +00:00
jrt
f7fbf1c622
Use nodes and elements pointer instead on IDs
2003-09-05 10:31:32 +00:00