Salome HOME
modules/smesh.git
16 years agoPAL16774 (Crash after display of many groups)
eap [Wed, 7 Nov 2007 09:31:16 +0000 (09:31 +0000)]
PAL16774 (Crash after display of many groups)
+  virtual void                studyClosed( SUIT_Study* );
        and catch during visualization

16 years agoPAL16774 (Crash after display of many groups)
eap [Wed, 7 Nov 2007 09:30:18 +0000 (09:30 +0000)]
PAL16774 (Crash after display of many groups)
+  virtual void                studyClosed( SUIT_Study* );

16 years agoPAL16774 (Crash after display of many groups)
eap [Wed, 7 Nov 2007 09:28:28 +0000 (09:28 +0000)]
PAL16774 (Crash after display of many groups)
     implement destructor to free memory at closing a study

16 years agoBug NPAL12872 - EDF189 GEOM, SMESH : Visualization of groups with many colors
ouv [Tue, 6 Nov 2007 08:54:05 +0000 (08:54 +0000)]
Bug NPAL12872 - EDF189 GEOM, SMESH : Visualization of groups with many colors

16 years agoAdded include of CASCatch using $(GUI_CXXFLAGS) V4_1_0a3
srn [Wed, 31 Oct 2007 15:02:38 +0000 (15:02 +0000)]
Added include of CASCatch using $(GUI_CXXFLAGS)

16 years agoPAL17233: Projection 2D doesn't work (bis)
eap [Wed, 24 Oct 2007 08:40:19 +0000 (08:40 +0000)]
PAL17233: Projection 2D doesn't work (bis)
     exclude using compUVByElasticIsolines()

16 years agoImplementation of NPAL13504 improvement.
rnv [Wed, 24 Oct 2007 07:05:58 +0000 (07:05 +0000)]
Implementation of NPAL13504 improvement.

16 years agoNPAL17241: EDF590: Keyboard shortcuts for removing and renaming an object.
jfa [Tue, 23 Oct 2007 07:06:01 +0000 (07:06 +0000)]
NPAL17241: EDF590: Keyboard shortcuts for removing and renaming an object.

16 years agoNPAL 16561
dmv [Tue, 23 Oct 2007 06:39:12 +0000 (06:39 +0000)]
NPAL 16561

16 years agoNPAL16561 V4_1_0a2
dmv [Thu, 18 Oct 2007 13:28:46 +0000 (13:28 +0000)]
NPAL16561

16 years agoBug 17298: AttributeError during import of SMESH_BelongToGeom.py.
jfa [Tue, 16 Oct 2007 12:54:34 +0000 (12:54 +0000)]
Bug 17298: AttributeError during import of SMESH_BelongToGeom.py.

16 years ago+ // double delta = d1*d2*1e-6; PAL17233
eap [Thu, 11 Oct 2007 12:43:01 +0000 (12:43 +0000)]
+  // double delta = d1*d2*1e-6; PAL17233
+  double delta = min( d1, d2 ) / 10.;

16 years agoPorting GUI documentation on Doxygen tool.
mzn [Wed, 10 Oct 2007 13:48:35 +0000 (13:48 +0000)]
Porting GUI documentation on Doxygen tool.

16 years agoPorting GUI documentation on Doxygen tool.
mzn [Wed, 10 Oct 2007 13:41:52 +0000 (13:41 +0000)]
Porting GUI documentation on Doxygen tool.

16 years agoPAL16774 (Crash after display of many groups) V4_1_0a1
eap [Wed, 3 Oct 2007 08:51:29 +0000 (08:51 +0000)]
PAL16774 (Crash after display of many groups)
    add missing white space to SMESH_CONTINUE_MESH_VISUALIZATION

16 years agoPAL14858 (The Mesh Info Dialog Box is too slow)
eap [Tue, 2 Oct 2007 14:18:14 +0000 (14:18 +0000)]
PAL14858 (The Mesh Info Dialog Box is too slow)
    fix mesh update

16 years agoPAL17091 ("Mesh Infos" dlg shows wrong number of quadrangles of the computed mesh)
eap [Tue, 2 Oct 2007 12:45:45 +0000 (12:45 +0000)]
PAL17091 ("Mesh Infos" dlg shows wrong number of quadrangles of the computed mesh)
    take into account element type change at merging nodes

16 years agoPAL16567(problem with extrusion 3D, Propagation 2D when the source fase isn't planar)
eap [Wed, 26 Sep 2007 10:01:26 +0000 (10:01 +0000)]
PAL16567(problem with extrusion 3D, Propagation 2D when the source fase isn't planar)
-  int    myFaceIndex = -1;
-  double myFaceParam = 0.;
+  myFaceIndex = -1;
+  myFaceParam = 0.;

16 years agoPAL14858 (The Mesh Info Dialog Box is too slow)
eap [Wed, 26 Sep 2007 09:56:22 +0000 (09:56 +0000)]
PAL14858 (The Mesh Info Dialog Box is too slow)
    fix the previous integration

16 years agoPorting to windows after merge with 3.2.7
maintenance team [Tue, 25 Sep 2007 13:39:30 +0000 (13:39 +0000)]
Porting to windows after merge with 3.2.7

16 years agoPAL14858 (The Mesh Info Dialog Box is too slow)
eap [Tue, 25 Sep 2007 08:41:25 +0000 (08:41 +0000)]
PAL14858 (The Mesh Info Dialog Box is too slow)
    replace ::SMESH_Mesh::ElementOrder with SMDSAbs_ElementOrder

16 years agoPAL14858 (The Mesh Info Dialog Box is too slow)
eap [Tue, 25 Sep 2007 08:40:00 +0000 (08:40 +0000)]
PAL14858 (The Mesh Info Dialog Box is too slow)
    use SMDS_MeshInfo to nkow nb of entities

16 years agoPAL14858 (The Mesh Info Dialog Box is too slow)
eap [Tue, 25 Sep 2007 08:38:44 +0000 (08:38 +0000)]
PAL14858 (The Mesh Info Dialog Box is too slow)
+  SMDS_MeshInfo          myInfo;

16 years agoPAL14858 (The Mesh Info Dialog Box is too slow)
eap [Tue, 25 Sep 2007 08:37:43 +0000 (08:37 +0000)]
PAL14858 (The Mesh Info Dialog Box is too slow)
+enum SMDSAbs_ElementOrder {
+  ORDER_ANY,          /*! entities of any order */
+  ORDER_LINEAR,       /*! entities of 1st order */
+  ORDER_QUADRATIC     /*! entities of 2nd order */
+};

16 years agoPAL14858 (The Mesh Info Dialog Box is too slow)
eap [Tue, 25 Sep 2007 08:36:46 +0000 (08:36 +0000)]
PAL14858 (The Mesh Info Dialog Box is too slow)
+ SMDS_MeshInfo.hxx

16 years agoPAL16631 (SALOME crash after a mesh computation failed due to lack of memory)
eap [Mon, 24 Sep 2007 13:53:31 +0000 (13:53 +0000)]
PAL16631 (SALOME crash after a mesh computation failed due to lack of memory)
-  void Update(const Handle(SALOME_InteractiveObject)& theIO,
+  bool Update(const Handle(SALOME_InteractiveObject)& theIO,

16 years ago+ SMDS_Mesh::CheckMemory(); // PAL16631
eap [Mon, 24 Sep 2007 13:52:57 +0000 (13:52 +0000)]
+  SMDS_Mesh::CheckMemory(); // PAL16631

16 years agoPAL16631 (SALOME crash after a mesh computation failed due to lack of memory)
eap [Mon, 24 Sep 2007 13:51:42 +0000 (13:51 +0000)]
PAL16631 (SALOME crash after a mesh computation failed due to lack of memory)

16 years ago+# Executables targets
eap [Mon, 24 Sep 2007 13:50:56 +0000 (13:50 +0000)]
+# Executables targets
+bin_PROGRAMS = SMDS_MemoryLimit
+dist_SMDS_MemoryLimit_SOURCES = \
+ SMDS_MemoryLimit.cxx
+SMDS_MemoryLimit_LDADD = \
+ $(KERNEL_LDFLAGS) -lSALOMELocalTrace

16 years agoPAL16631 (SALOME crash after a mesh computation failed due to lack of memory)
eap [Mon, 24 Sep 2007 13:49:46 +0000 (13:49 +0000)]
PAL16631 (SALOME crash after a mesh computation failed due to lack of memory)
   use SMDS_MemoryLimit in CheckMemory() to know a lower memory limit

16 years agoPAL16631 (SALOME crash after a mesh computation failed due to lack of memory)
eap [Mon, 24 Sep 2007 13:48:53 +0000 (13:48 +0000)]
PAL16631 (SALOME crash after a mesh computation failed due to lack of memory)
  fix misspelling

16 years agoFix for Bug NPAL16771 (EDF 556 SMESH : Can't select some groups of nodes in the VTK...
mzn [Mon, 17 Sep 2007 10:07:18 +0000 (10:07 +0000)]
Fix for Bug NPAL16771 (EDF 556 SMESH : Can't select some groups of nodes in the VTK view).

16 years agoPAL16892 (impossible to create Distribution of Layers hypothesis, for Radial Prism...
eap [Tue, 11 Sep 2007 13:33:17 +0000 (13:33 +0000)]
PAL16892 (impossible to create Distribution of Layers hypothesis, for Radial Prism 3D algorithm)
-  myHypTypes = SMESH::GetAvailableHypotheses( false, 0 );
+  myHypTypes = SMESH::GetAvailableHypotheses( false, 1 );

16 years ago+ // PAL16857(SMESH not conform to the MED convention):
eap [Tue, 11 Sep 2007 06:53:33 +0000 (06:53 +0000)]
+        // PAL16857(SMESH not conform to the MED convention):
+        if ( aMeshDimension == 2 && anIsZDimension ) // 2D only if mesh is in XOY plane
+          aMeshDimension = 3;

16 years agoPAL16774,PAL16631(SALOME crash after a mesh computation that failed because of lack...
eap [Tue, 11 Sep 2007 06:13:14 +0000 (06:13 +0000)]
PAL16774,PAL16631(SALOME crash after a mesh computation that failed because of lack of memory)
    Catch exceptions during visualization

16 years agoPAL16774,PAL16631(SALOME crash after a mesh computation that failed because of lack...
eap [Tue, 11 Sep 2007 06:12:36 +0000 (06:12 +0000)]
PAL16774,PAL16631(SALOME crash after a mesh computation that failed because of lack of memory)
    Precise error message

16 years agoPAL16774,PAL16631(SALOME crash after a mesh computation that failed because of lack...
eap [Tue, 11 Sep 2007 06:12:14 +0000 (06:12 +0000)]
PAL16774,PAL16631(SALOME crash after a mesh computation that failed because of lack of memory)
-  bool CheckMemory()
+  int CheckMemory() - return size of free memory

16 years agoPAL16774,PAL16631(SALOME crash after a mesh computation that failed because of lack...
eap [Tue, 11 Sep 2007 06:11:42 +0000 (06:11 +0000)]
PAL16774,PAL16631(SALOME crash after a mesh computation that failed because of lack of memory)
-  void Update( int theIsClear = true )
+  bool Update( int theIsClear = true )

16 years agoPAL16774,PAL16631(SALOME crash after a mesh computation that failed because of lack...
eap [Tue, 11 Sep 2007 06:11:13 +0000 (06:11 +0000)]
PAL16774,PAL16631(SALOME crash after a mesh computation that failed because of lack of memory)
1)
-  void Update( int theIsClear = true );
+  bool Update( int theIsClear = true );
2) Do not catch here

16 years ago- FitAll();
eap [Mon, 10 Sep 2007 13:38:49 +0000 (13:38 +0000)]
-       FitAll();
+       // FitAll(); - PAL16770(Display of a group performs an automatic fit all)

16 years agoPAL16834 (smesh Prism don't work with NETGEN_2D algorithm)
eap [Thu, 6 Sep 2007 13:08:23 +0000 (13:08 +0000)]
PAL16834 (smesh Prism don't work with NETGEN_2D algorithm)
     fix regression involved by the previous fix

16 years agoPAL16834 (smesh Prism don't work with NETGEN_2D algorithm)
eap [Tue, 4 Sep 2007 08:20:27 +0000 (08:20 +0000)]
PAL16834 (smesh Prism don't work with NETGEN_2D algorithm)
     fix FindMatchingNodesOnFaces() for a sphere meshed by NETGEN_2D_ONLY

16 years agoJoin modifications from V3_2_0_maintainance branch
jfa [Fri, 31 Aug 2007 08:28:40 +0000 (08:28 +0000)]
Join modifications from V3_2_0_maintainance branch

16 years agoBug 16777: Fix merging pb.
jfa [Mon, 27 Aug 2007 08:34:00 +0000 (08:34 +0000)]
Bug 16777: Fix merging pb.

16 years agoFix pb. of merge
jfa [Fri, 24 Aug 2007 12:44:39 +0000 (12:44 +0000)]
Fix pb. of merge

16 years agoJoin modifications from V3_2_0_maintainance (V3_2_6pre4 - T32x_16Aug2007_16h00m)
jfa [Tue, 21 Aug 2007 08:30:33 +0000 (08:30 +0000)]
Join modifications from V3_2_0_maintainance (V3_2_6pre4 - T32x_16Aug2007_16h00m)

16 years agoImprovement of configure.ac files:
abd [Tue, 24 Jul 2007 04:40:42 +0000 (04:40 +0000)]
Improvement of configure.ac files:
- calculation of XVERSION
- correct mail address of support

16 years agoAdd icons in binary mode
abd [Tue, 17 Jul 2007 07:47:19 +0000 (07:47 +0000)]
Add icons in binary mode

16 years agoRemove icons from base in text mode
abd [Tue, 17 Jul 2007 07:46:23 +0000 (07:46 +0000)]
Remove icons from base in text mode

16 years agoRemoved copying of configure files
abd [Wed, 27 Jun 2007 13:10:19 +0000 (13:10 +0000)]
Removed copying of configure files
Removed copying of pythonbe file

16 years agoSeparation KERNEL DEPRECATED configuration files from main config_files
abd [Mon, 25 Jun 2007 09:04:02 +0000 (09:04 +0000)]
Separation KERNEL DEPRECATED configuration files from main config_files

16 years agoUpdate User documentation for smesh package.
jfa [Thu, 21 Jun 2007 10:10:26 +0000 (10:10 +0000)]
Update User documentation for smesh package.

16 years agoUpdate environment of windows version:
abd [Wed, 20 Jun 2007 14:23:54 +0000 (14:23 +0000)]
Update environment of windows version:
- products;
- projects.

Porting current version of BR_Dev_For_4_0 branch on Windows.
First stable Windows version of BR_Dev_For_4_0  branch.

16 years agoDistributed Geom, Smesh. Modifications by Anthony GEAY.
jfa [Mon, 18 Jun 2007 11:10:30 +0000 (11:10 +0000)]
Distributed Geom, Smesh. Modifications by Anthony GEAY.

16 years agoNPAL16132 (GHS3D execution failed in Salome version 4.0.0)
eap [Fri, 8 Jun 2007 09:00:52 +0000 (09:00 +0000)]
NPAL16132 (GHS3D execution failed in Salome version 4.0.0)
   make each node in volume has it's own position but not set volume
   ID to static originSpacePosition()

16 years agoNPAL16132 (GHS3D execution failed in Salome version 4.0.0)
eap [Fri, 8 Jun 2007 08:57:42 +0000 (08:57 +0000)]
NPAL16132 (GHS3D execution failed in Salome version 4.0.0)
   correctly update _computeState for algos that
     NeedDescretBoundary() && ! OnlyUnaryInput()

16 years agoFix global links to local for correct work on any station V4_0 V4_0rc1 V4_0rc1_automake V4_0rc2
abd [Wed, 25 Apr 2007 09:22:05 +0000 (09:22 +0000)]
Fix global links to local for correct work on any station

16 years agoIntegrate improvement PAL13615 from V3_2_0_maintainance
abd [Tue, 24 Apr 2007 11:04:11 +0000 (11:04 +0000)]
Integrate improvement PAL13615 from V3_2_0_maintainance

16 years agoFix error on attempt to assign a hypothesis.
jfa [Tue, 24 Apr 2007 07:35:12 +0000 (07:35 +0000)]
Fix error on attempt to assign a hypothesis.

16 years agoSmall modification
maintenance team [Mon, 23 Apr 2007 14:26:23 +0000 (14:26 +0000)]
Small modification

17 years agoFix compilation errors on RedHat
abd [Mon, 23 Apr 2007 07:48:50 +0000 (07:48 +0000)]
Fix compilation errors on RedHat

17 years agoFix mistakes in Makefile.am
abd [Mon, 23 Apr 2007 07:45:48 +0000 (07:45 +0000)]
Fix mistakes in Makefile.am

17 years agoFix compilation problems on RedHat( HDF flags )
abd [Fri, 20 Apr 2007 14:56:18 +0000 (14:56 +0000)]
Fix compilation problems on RedHat( HDF flags )

17 years agoFix compilation problems on RedHat
abd [Fri, 20 Apr 2007 14:49:18 +0000 (14:49 +0000)]
Fix compilation problems on RedHat

17 years agoFix compilation problems on Debian(OCC instaed CAS) and Mandriva64(CORBA CPPFLAGS)
abd [Fri, 20 Apr 2007 13:48:40 +0000 (13:48 +0000)]
Fix compilation problems on Debian(OCC instaed CAS) and Mandriva64(CORBA CPPFLAGS)

17 years agoFix compilation errors on Mandriva64
abd [Fri, 20 Apr 2007 12:30:54 +0000 (12:30 +0000)]
Fix compilation errors on Mandriva64

17 years agoFix mistakes in CAS_LDPATH (OCC_LDPATH)
abd [Fri, 20 Apr 2007 12:06:33 +0000 (12:06 +0000)]
Fix mistakes in CAS_LDPATH (OCC_LDPATH)

17 years agoFix compilation problems on RedHat
abd [Fri, 20 Apr 2007 12:02:41 +0000 (12:02 +0000)]
Fix compilation problems on RedHat
HDF5 includes

17 years agoFix compilation problems on Mandriva64 and Mandriva
abd [Fri, 20 Apr 2007 11:08:24 +0000 (11:08 +0000)]
Fix compilation problems on Mandriva64 and Mandriva

17 years agoFix problem with DEPRECATED files form KERNEL
abd [Fri, 20 Apr 2007 08:36:13 +0000 (08:36 +0000)]
Fix problem with DEPRECATED files form KERNEL

17 years agoFix compilation errors on Mandriva64
abd [Thu, 19 Apr 2007 13:12:37 +0000 (13:12 +0000)]
Fix compilation errors on Mandriva64

17 years agoFix compilation errors
abd [Thu, 19 Apr 2007 09:39:10 +0000 (09:39 +0000)]
Fix compilation errors

17 years agoMerging from V3_2_6pre4
abd [Wed, 18 Apr 2007 15:44:59 +0000 (15:44 +0000)]
Merging from V3_2_6pre4

17 years agoUsing AutoTools for build procedure
abd [Fri, 13 Apr 2007 14:53:27 +0000 (14:53 +0000)]
Using AutoTools for build procedure

17 years agoupdate __init__ function of Mesh_Triangle class
raza [Wed, 4 Apr 2007 15:45:23 +0000 (15:45 +0000)]
update __init__ function of Mesh_Triangle class

17 years agoModifications, sent by Stephane LIAUZU for new SMESH plugins (Hexotic, BLSURF).
jfa [Wed, 28 Mar 2007 07:47:45 +0000 (07:47 +0000)]
Modifications, sent by Stephane LIAUZU for new SMESH plugins (Hexotic, BLSURF).

17 years agoPorting to VTK-5.0.0
enk [Thu, 15 Mar 2007 15:10:27 +0000 (15:10 +0000)]
Porting to VTK-5.0.0

17 years agoTemporary rollback ASCII load/save for smesh
abd [Tue, 13 Feb 2007 15:46:06 +0000 (15:46 +0000)]
Temporary rollback ASCII load/save for smesh

17 years agoUpdate Salome version
abd [Fri, 9 Feb 2007 15:29:46 +0000 (15:29 +0000)]
Update Salome version

17 years agoMerging with WPdev
abd [Wed, 7 Feb 2007 12:14:23 +0000 (12:14 +0000)]
Merging with WPdev

17 years agoMerging with WPdev
abd [Wed, 7 Feb 2007 11:58:38 +0000 (11:58 +0000)]
Merging with WPdev

17 years agoThis commit was generated by cvs2git to create branch 'BR_Dev_For_4_0'.
admin [Mon, 22 Jan 2007 15:14:47 +0000 (15:14 +0000)]
This commit was generated by cvs2git to create branch 'BR_Dev_For_4_0'.

Sprout from V3_2_0_maintainance 2006-09-08 11:18:59 UTC jfa <jfa@opencascade.com> 'PAL13409: EDF282 SMESH: Tetrahedron is added if we specify Mefisto.'
Cherrypick from V3_2_0_maintainance 2007-01-22 15:14:46 UTC admin <salome-admin@opencascade.com> 'This commit was generated by cvs2git to create branch 'V3_2_0_maintainance'.':
    src/SMESH/SMESH_Octree.cxx
    src/SMESH/SMESH_Octree.hxx
    src/SMESH/SMESH_OctreeNode.cxx
    src/SMESH/SMESH_OctreeNode.hxx
Cherrypick from V3_2_0_maintainance 2006-06-08 14:05:10 UTC admin <salome-admin@opencascade.com> 'This commit was generated by cvs2git to create branch 'V3_2_0_maintainance'.':
    doc/salome/gui/SMESH/pics/a-extusionalongapath2.png
    doc/salome/tui/SMESH/sources/bg_salome.gif

17 years agoPAL13409: EDF282 SMESH: Tetrahedron is added if we specify Mefisto.
jfa [Fri, 8 Sep 2006 11:18:59 +0000 (11:18 +0000)]
PAL13409: EDF282 SMESH: Tetrahedron is added if we specify Mefisto.

17 years agoJoin modifications from branch BR_For_OCT_611: migration to OCCT6.1.1 with new except... V3_2_2pre
jfa [Mon, 4 Sep 2006 11:39:20 +0000 (11:39 +0000)]
Join modifications from branch BR_For_OCT_611: migration to OCCT6.1.1 with new exception handling and improved threads support.

17 years agoCorrected for IPAL13079.
skl [Fri, 1 Sep 2006 09:13:16 +0000 (09:13 +0000)]
Corrected for IPAL13079.

17 years agoUpdate page for correct example reference.
jfa [Thu, 31 Aug 2006 10:39:32 +0000 (10:39 +0000)]
Update page for correct example reference.

17 years agoReplace long name of TOC entry on a shorter one.
jfa [Thu, 31 Aug 2006 10:30:05 +0000 (10:30 +0000)]
Replace long name of TOC entry on a shorter one.

17 years agoIncrement version number: 3.2.2
vsr [Fri, 25 Aug 2006 07:10:51 +0000 (07:10 +0000)]
Increment version number: 3.2.2

17 years agoUpdate table of contents: add reference to Python documentation.
mkr [Tue, 22 Aug 2006 08:14:01 +0000 (08:14 +0000)]
Update table of contents: add reference to Python documentation.

17 years agoPAL12755: EDF: SALOME frozen with Load Script and a Python Module. Improve fix to... For_OCT_611
jfa [Wed, 16 Aug 2006 10:25:26 +0000 (10:25 +0000)]
PAL12755: EDF: SALOME frozen with Load Script and a Python Module. Improve fix to not catch exceptions.

17 years agoPAL12755: EDF: SALOME frozen with Load Script and a Python Module. Additional fix.
jfa [Tue, 15 Aug 2006 09:52:22 +0000 (09:52 +0000)]
PAL12755: EDF: SALOME frozen with Load Script and a Python Module. Additional fix.

17 years agoFix for bug IPAL11446 : Is it correct: "SALOME PRO" on the background of TUI document...
mkr [Fri, 11 Aug 2006 07:06:08 +0000 (07:06 +0000)]
Fix for bug IPAL11446 : Is it correct: "SALOME PRO" on the background of TUI documentation? => remove unnecessary files from the version.

17 years agoFix bug 12796: Warning missed for the bad file 'test18.med'
jfa [Thu, 10 Aug 2006 07:53:07 +0000 (07:53 +0000)]
Fix bug 12796: Warning missed for the bad file 'test18.med'

17 years agoPAL12992. Store/restore submeshesh directly using HDF but not med families
eap [Mon, 7 Aug 2006 12:12:18 +0000 (12:12 +0000)]
PAL12992. Store/restore submeshesh directly using HDF but not med families

17 years agoPAL12992. Add MaxShapeIndex()
eap [Mon, 7 Aug 2006 12:06:43 +0000 (12:06 +0000)]
PAL12992. Add MaxShapeIndex()

17 years agoPAL12992. Add type TIDSortedElemSet to be used to assure predictability of edition
eap [Mon, 7 Aug 2006 12:05:03 +0000 (12:05 +0000)]
PAL12992. Add type TIDSortedElemSet to be used to assure predictability of edition

17 years agoPLEIADES. fix WrapperIndex(index) for negative index
eap [Thu, 3 Aug 2006 05:59:03 +0000 (05:59 +0000)]
PLEIADES. fix WrapperIndex(index) for negative index

17 years agoFix for Bug IPAL12478: Group of all Edges is not create automatically during Export...
enk [Wed, 2 Aug 2006 13:08:43 +0000 (13:08 +0000)]
Fix for Bug IPAL12478: Group of all Edges is not create automatically during Export med file.

Incorrect varable was changed. (myFacesDefaultFamilyId to myEdgesDefaultFamilyId)

17 years agoFix for bug IPAL10053.
mzn [Fri, 28 Jul 2006 09:51:49 +0000 (09:51 +0000)]
Fix for bug IPAL10053.

17 years agoCorrection for bug IPAL12631.
skl [Thu, 27 Jul 2006 11:16:54 +0000 (11:16 +0000)]
Correction for bug IPAL12631.