Salome HOME
modules/smesh.git
17 years agoChange version to 3.2.5 V3_2_5pre1
jfa [Thu, 1 Feb 2007 10:32:14 +0000 (10:32 +0000)]
Change version to 3.2.5

17 years agoPAL14681 (Dump python regression with salome_test)
eap [Wed, 31 Jan 2007 08:58:40 +0000 (08:58 +0000)]
PAL14681 (Dump python regression with salome_test)
Prevent multiple addition of accessor method

17 years agoPAL13139 (Corrupted reading of groups at import of MED files in Post-Pro)
eap [Mon, 29 Jan 2007 09:21:37 +0000 (09:21 +0000)]
PAL13139 (Corrupted reading of groups at import of MED files in Post-Pro)
       Do not create families and groups of all entities if there are
       no such entities in the mesh

17 years agoMove docs of VTK viewer to GUI, following customer remarks.
jfa [Fri, 26 Jan 2007 15:05:01 +0000 (15:05 +0000)]
Move docs of VTK viewer to GUI, following customer remarks.

17 years agoRename 'Prism 3D' algorithm to '3D extrusion', following customer remarks.
jfa [Fri, 26 Jan 2007 12:06:25 +0000 (12:06 +0000)]
Rename 'Prism 3D' algorithm to '3D extrusion', following customer remarks.

17 years agoActivate or create a new VTK viewer for Mesh automatic update after computation....
jfa [Fri, 26 Jan 2007 11:31:57 +0000 (11:31 +0000)]
Activate or create a new VTK viewer for Mesh automatic update after computation. Following curtomer remarks.

17 years agoAdded a preprocessor defintion that describes a type of the operation system
srn [Thu, 25 Jan 2007 11:54:08 +0000 (11:54 +0000)]
Added a preprocessor defintion that describes a type of the operation system

17 years agoNPAL14490: EDF348: Create an extruded mesh with prisms and tetra. Added python functi...
jfa [Wed, 24 Jan 2007 10:39:09 +0000 (10:39 +0000)]
NPAL14490: EDF348: Create an extruded mesh with prisms and tetra. Added python functions SplitHexaToTetras() and SplitHexaToPrisms().

17 years agoCorrection of compilation error.
skl [Tue, 23 Jan 2007 15:02:20 +0000 (15:02 +0000)]
Correction of compilation error.

17 years agoReturned the previous version of the file
srn [Tue, 23 Jan 2007 12:21:04 +0000 (12:21 +0000)]
Returned the previous version of the file

17 years agoAdded the preprocessor directives that define type Z either as long int for 32bit...
srn [Tue, 23 Jan 2007 12:18:22 +0000 (12:18 +0000)]
Added the preprocessor directives that define type Z either as long int for 32bit platform or as int for Linux 64bit (Mandriva64)

17 years agoAdded a call for CHECK_PLATFORM
srn [Tue, 23 Jan 2007 12:16:17 +0000 (12:16 +0000)]
Added a call for CHECK_PLATFORM

17 years agoAdded a check that find what is an operating system and sets up variable PLATFORM_INC...
srn [Tue, 23 Jan 2007 12:15:08 +0000 (12:15 +0000)]
Added a check that find what is an operating system and sets up variable PLATFORM_INCLUDES

17 years agoFix for NPAL14147 : Remove a lot of trace at launching.
mkr [Tue, 23 Jan 2007 06:23:35 +0000 (06:23 +0000)]
Fix for NPAL14147 : Remove a lot of trace at launching.

17 years agoPAL 14158 : Add the SMESH_Octree and SMESH_OctreeNode classes to compilation.
nge [Mon, 22 Jan 2007 15:30:34 +0000 (15:30 +0000)]
PAL 14158 : Add the SMESH_Octree and SMESH_OctreeNode classes to compilation.

17 years agoPAL 14158 : substitute the old algo (n²) to the Octree one (n) in the FindCoincidentN...
nge [Mon, 22 Jan 2007 15:29:01 +0000 (15:29 +0000)]
PAL 14158 : substitute the old algo (n²) to the Octree one (n) in the FindCoincidentNode method.

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

Cherrypick from master 2007-01-22 15:14:44 UTC nge <nge> 'PAL 14158 Add the Octree and OctreeNode classes to accelerate detection of close nodes. Octree is virtual pure, OctreeNode inherites from Octree.':
    src/SMESH/SMESH_Octree.cxx
    src/SMESH/SMESH_Octree.hxx
    src/SMESH/SMESH_OctreeNode.cxx
    src/SMESH/SMESH_OctreeNode.hxx

17 years agoIntroducing check procedure for Fortran; correct compilation/linkage rules for Fortra...
vsr [Mon, 22 Jan 2007 13:08:41 +0000 (13:08 +0000)]
Introducing check procedure for Fortran; correct compilation/linkage rules for Fortran source files.

17 years agoPAL13073 (Submesh hypothesises do not work for NETGEN 1D-2D-3D)
eap [Mon, 22 Jan 2007 06:35:47 +0000 (06:35 +0000)]
PAL13073 (Submesh hypothesises do not work for NETGEN 1D-2D-3D)
        add HYP_HIDDEN_ALGO and HYP_HIDING_ALGO Hypothesis_Status'es
        letting the user know that assigned algorithm will not be
        taken into accoun while mesh generation

17 years agoPAL13073 (Submesh hypothesises do not work for NETGEN 1D-2D-3D)
eap [Fri, 19 Jan 2007 14:43:59 +0000 (14:43 +0000)]
PAL13073 (Submesh hypothesises do not work for NETGEN 1D-2D-3D)
        add _pyCommand::GetIndentation() and addErrorTreatmentCmd()
        used to show status of not wrapped AddHypothesis() command

17 years agoPAL13073 (Submesh hypothesises do not work for NETGEN 1D-2D-3D)
eap [Fri, 19 Jan 2007 14:39:30 +0000 (14:39 +0000)]
PAL13073 (Submesh hypothesises do not work for NETGEN 1D-2D-3D)
        add HYP_HIDDEN_ALGO and HYP_HIDING_ALGO Hypothesis_Status'es
        letting the user know that assigned algorithm will not be
        taken into account while mesh generation

17 years agoAdditional fix for bug IPAL9834(selection in transformation does not work for group...
mzn [Fri, 19 Jan 2007 11:20:38 +0000 (11:20 +0000)]
Additional fix for bug IPAL9834(selection in transformation does not work for group displayed only).

17 years agoPAL14458 (Values, returned by "GetTableFunctions()" functionality, were changed)
eap [Thu, 18 Jan 2007 07:46:03 +0000 (07:46 +0000)]
PAL14458 (Values, returned by "GetTableFunctions()" functionality, were changed)
        fix incorrect table distribution with Exponent conversion mode

17 years agoFix for bug PAL13900 : SMESH : "Move_Node" ergonomy.
mkr [Tue, 16 Jan 2007 12:09:00 +0000 (12:09 +0000)]
Fix for bug PAL13900 : SMESH : "Move_Node" ergonomy.

17 years agoPAL13601 (application crashes during GetAlgoState() execution)
eap [Tue, 16 Jan 2007 08:43:20 +0000 (08:43 +0000)]
PAL13601 (application crashes during GetAlgoState() execution)
        in GetAlgoState(), initialize CORBA::String_var algoName with
        an empty string

17 years agoFix for bug IPAL9834(SMESH ? selection in transformation does not work for group...
mzn [Fri, 12 Jan 2007 15:55:37 +0000 (15:55 +0000)]
Fix for bug IPAL9834(SMESH ? selection in transformation does not work for group displayed only).

17 years agoMPV: new version of MEFISTO integration
mpv [Wed, 10 Jan 2007 13:38:28 +0000 (13:38 +0000)]
MPV: new version of MEFISTO integration

17 years ago[Bug NPAL14335] EDF 344 SMESH : "ERROR : Iterator not implemented " when loading...
eap [Tue, 9 Jan 2007 12:16:12 +0000 (12:16 +0000)]
[Bug NPAL14335] EDF 344 SMESH : "ERROR : Iterator not implemented " when loading a script
Protect from sweeping volumes

17 years ago[Bug NPAL14335] EDF 344 SMESH : "ERROR : Iterator not implemented " when loading...
eap [Tue, 9 Jan 2007 12:13:09 +0000 (12:13 +0000)]
[Bug NPAL14335] EDF 344 SMESH : "ERROR : Iterator not implemented " when loading a script
Optimize performance of FindFace() and FindEdge()

17 years agoNPAL14335 (EDF 344 SMESH : "ERROR : Iterator not implemented " when loading a script)
eap [Fri, 29 Dec 2006 16:26:27 +0000 (16:26 +0000)]
NPAL14335 (EDF 344 SMESH : "ERROR : Iterator not implemented " when loading a script)
       1) protect FindFace() from access to NULL nodes
       2) fix FindFace() for polygons

17 years agoNPAL14335 (EDF 344 SMESH : "ERROR : Iterator not implemented " when loading a script)
eap [Fri, 29 Dec 2006 14:39:29 +0000 (14:39 +0000)]
NPAL14335 (EDF 344 SMESH : "ERROR : Iterator not implemented " when loading a script)
   add  GetAllExistingEdges() and GetAllExistingFaces()

17 years agoNPAL14335 (EDF 344 SMESH : "ERROR : Iterator not implemented " when loading a script)
eap [Fri, 29 Dec 2006 14:37:28 +0000 (14:37 +0000)]
NPAL14335 (EDF 344 SMESH : "ERROR : Iterator not implemented " when loading a script)
        use set<element,comparator> instead of map<ID,element> to
        have elements sorted by ID

17 years agoNPAL14335 (EDF 344 SMESH : "ERROR : Iterator not implemented " when loading a script)
eap [Fri, 29 Dec 2006 14:36:25 +0000 (14:36 +0000)]
NPAL14335 (EDF 344 SMESH : "ERROR : Iterator not implemented " when loading a script)
        use GetInverseElementIterator(type) instead of node->facesIterator ()
        and node->edgesIterator() to avoid infinite recursion from
        volume->facesIterator()

17 years agoNPAL14335 (EDF 344 SMESH : "ERROR : Iterator not implemented " when loading a script)
eap [Fri, 29 Dec 2006 14:33:32 +0000 (14:33 +0000)]
NPAL14335 (EDF 344 SMESH : "ERROR : Iterator not implemented " when loading a script)
        1) use GetInverseElementIterator(type) instead of facesIterator
           and edgesIterator()
        2) use set<element,comparator> instead of map<ID,element> to
           have elements sorted by ID

17 years agoNPAL14335 (EDF 344 SMESH : "ERROR : Iterator not implemented " when loading a script)
eap [Fri, 29 Dec 2006 14:27:54 +0000 (14:27 +0000)]
NPAL14335 (EDF 344 SMESH : "ERROR : Iterator not implemented " when loading a script)
        add optional SMDSAbs_ElementType arg to GetInverseElementIterator()

17 years agoNPAL14335 (EDF 344 SMESH : "ERROR : Iterator not implemented " when loading a script)
eap [Fri, 29 Dec 2006 14:25:10 +0000 (14:25 +0000)]
NPAL14335 (EDF 344 SMESH : "ERROR : Iterator not implemented " when loading a script)
        Implement iterator on faces and edges

17 years agoNPAL14419 IMP: a filter predicate to find nodes/elements lying on any
eap [Fri, 29 Dec 2006 11:04:52 +0000 (11:04 +0000)]
NPAL14419 IMP: a filter predicate to find nodes/elements lying on any
kind of geom surface needed
        in ElementsOnSurface, clear IDs if parameters change

17 years agoPAL14419 (IMP: a filter predicate to find nodes/elements lying on any
eap [Fri, 29 Dec 2006 09:24:35 +0000 (09:24 +0000)]
PAL14419 (IMP: a filter predicate to find nodes/elements lying on any
kind of geom surface needed)
        fix by ASV for instable work of TableDistribution in PLEIADES project

17 years agoPAL14419 (IMP: a filter predicate to find nodes/elements lying on any
eap [Fri, 29 Dec 2006 09:23:10 +0000 (09:23 +0000)]
PAL14419 (IMP: a filter predicate to find nodes/elements lying on any
kind of geom surface needed)
        add -lTKGeomAlgo to compiler options

17 years agoPAL14419 (IMP: a filter predicate to find nodes/elements lying on any
eap [Fri, 29 Dec 2006 09:20:05 +0000 (09:20 +0000)]
PAL14419 (IMP: a filter predicate to find nodes/elements lying on any
kind of geom surface needed)
       BelongToGenSurface predicate created

17 years agoFix for bug NPAL14172 : EDF 7 SMESH : Option to force renumbering nodes in the prefer...
mkr [Fri, 29 Dec 2006 06:15:18 +0000 (06:15 +0000)]
Fix for bug NPAL14172 : EDF 7 SMESH : Option to force renumbering nodes in the preferences menu.

17 years agoFix for IPAL14235. Addition of possibility to use script in batch mode.
akk [Wed, 27 Dec 2006 12:22:08 +0000 (12:22 +0000)]
Fix for IPAL14235. Addition of possibility to use script in batch mode.

17 years agoChanged for test bug PAL14022. Before_PLEIADES_modifs NPAL14357 V3_2_4 V3_2_4_delivery V3_2_4pre2
skl [Thu, 14 Dec 2006 07:29:15 +0000 (07:29 +0000)]
Changed for test bug PAL14022.

17 years agoAdded for test bug PAL14022.
skl [Thu, 14 Dec 2006 07:28:26 +0000 (07:28 +0000)]
Added for test bug PAL14022.

17 years agoSome changes for bug PAL14022.
skl [Thu, 14 Dec 2006 07:27:16 +0000 (07:27 +0000)]
Some changes for bug PAL14022.

17 years agoFix for bug IPAL13981(SIGSEGV on edit a group).
mzn [Mon, 11 Dec 2006 14:43:18 +0000 (14:43 +0000)]
Fix for bug IPAL13981(SIGSEGV on edit a group).

17 years agoPAL13473 (Build repetitive mesh):
eap [Fri, 8 Dec 2006 15:35:18 +0000 (15:35 +0000)]
PAL13473 (Build repetitive mesh):
remove LayersDistribution hyp when NbOfLayers is assigned

17 years agoPAL13473 (Build repetitive mesh):
eap [Fri, 8 Dec 2006 14:49:52 +0000 (14:49 +0000)]
PAL13473 (Build repetitive mesh):
fix changing 1D hypo type

17 years agoPAL13473 (Build repetitive mesh):
eap [Fri, 8 Dec 2006 14:48:16 +0000 (14:48 +0000)]
PAL13473 (Build repetitive mesh):
in CheckHypothesis(), check that src shape is not equal to
target one in the same mesh

17 years agoPAL13473 (Build repetitive mesh):
eap [Fri, 8 Dec 2006 14:46:32 +0000 (14:46 +0000)]
PAL13473 (Build repetitive mesh):
1) Check shape geomerty in CheckHypothesis()
2) initialize fields in StdMeshers_PrismAsBlock::Init()

17 years agoPAL13473 (Build repetitive mesh):
eap [Fri, 8 Dec 2006 14:43:46 +0000 (14:43 +0000)]
PAL13473 (Build repetitive mesh):
Set shape to all meshes before hypo assignation

17 years agoPAL13473 (Build repetitive mesh):
eap [Thu, 7 Dec 2006 17:17:06 +0000 (17:17 +0000)]
PAL13473 (Build repetitive mesh):
fix problem with 1) not wrapped mesh as hypo parameter
2) removal of repeated settings of "Nb.Segments" hypo

17 years agoPAL13473 (Build repetitive mesh):
eap [Thu, 7 Dec 2006 17:09:33 +0000 (17:09 +0000)]
PAL13473 (Build repetitive mesh):
fix problem with Mesh(None)

17 years agofix compilation on DebianSarge and RedHat
maintenance team [Thu, 7 Dec 2006 14:04:36 +0000 (14:04 +0000)]
fix compilation on DebianSarge and RedHat

17 years agoPAL13473 (Build repetitive mesh):
eap [Thu, 7 Dec 2006 13:24:44 +0000 (13:24 +0000)]
PAL13473 (Build repetitive mesh):
new meshers documentation

17 years agoPAL13473 (Build repetitive mesh):
eap [Thu, 7 Dec 2006 13:11:24 +0000 (13:11 +0000)]
PAL13473 (Build repetitive mesh):
notify dependent submesh on successful COMPUTE event

17 years agoPAL13473 (Build repetitive mesh):
eap [Thu, 7 Dec 2006 08:34:23 +0000 (08:34 +0000)]
PAL13473 (Build repetitive mesh):
use hypotheses of Regular_1D only

17 years agoPAL13473 (Build repetitive mesh):
eap [Thu, 7 Dec 2006 08:31:36 +0000 (08:31 +0000)]
PAL13473 (Build repetitive mesh):
use SMESH_subMeshEventListener to track dependence between top and
bottom submeshes

17 years agoPAL13473 (Build repetitive mesh):
eap [Thu, 7 Dec 2006 08:29:52 +0000 (08:29 +0000)]
PAL13473 (Build repetitive mesh):
an arg added to constructor of SMESH_subMeshEventListener

17 years agoPAL13473 (Build repetitive mesh):
eap [Thu, 7 Dec 2006 08:27:25 +0000 (08:27 +0000)]
PAL13473 (Build repetitive mesh):
Notify meshes on hypo modification at SetSourceMesh()

17 years agoPAL13473 (Build repetitive mesh):
eap [Thu, 7 Dec 2006 06:42:12 +0000 (06:42 +0000)]
PAL13473 (Build repetitive mesh):
fix compilation pb on RedHat and DebianSarge

17 years agoPAL13473 (Build repetitive mesh):
eap [Wed, 6 Dec 2006 16:19:10 +0000 (16:19 +0000)]
PAL13473 (Build repetitive mesh):
1) add a new Hypothesis_Status
2) long_array GetElemNodes(in long id);

17 years agoPAL13473 (Build repetitive mesh):
eap [Wed, 6 Dec 2006 16:17:58 +0000 (16:17 +0000)]
PAL13473 (Build repetitive mesh):
add a new AlgoStateErrorName

17 years agoPAL13473 (Build repetitive mesh):
eap [Wed, 6 Dec 2006 16:17:16 +0000 (16:17 +0000)]
PAL13473 (Build repetitive mesh):
new meshers implemented

17 years agoPAL13473 (Build repetitive mesh):
eap [Wed, 6 Dec 2006 16:16:26 +0000 (16:16 +0000)]
PAL13473 (Build repetitive mesh):
add icons for the new meshers

17 years agoPAL13473 (Build repetitive mesh):
eap [Wed, 6 Dec 2006 16:15:14 +0000 (16:15 +0000)]
PAL13473 (Build repetitive mesh):
add some methods and implement loading from closed faces

17 years agoPAL13473 (Build repetitive mesh):
eap [Wed, 6 Dec 2006 16:13:37 +0000 (16:13 +0000)]
PAL13473 (Build repetitive mesh):
add some methods

17 years agoPAL13473 (Build repetitive mesh):
eap [Wed, 6 Dec 2006 16:12:11 +0000 (16:12 +0000)]
PAL13473 (Build repetitive mesh):
1) add FindMatchingNodes()
2) make FindFreeBorder() public

17 years agoPAL13473 (Build repetitive mesh):
eap [Wed, 6 Dec 2006 16:06:43 +0000 (16:06 +0000)]
PAL13473 (Build repetitive mesh):
fix pb that it is impossible to add local "Nb.Segments" if a global
"Automatic length" is already assigned

17 years agoPAL13473 (Build repetitive mesh):
eap [Wed, 6 Dec 2006 16:04:37 +0000 (16:04 +0000)]
PAL13473 (Build repetitive mesh):
add HYP_BAD_GEOMETRY status

17 years agoPAL13473 (Build repetitive mesh):
eap [Wed, 6 Dec 2006 16:03:57 +0000 (16:03 +0000)]
PAL13473 (Build repetitive mesh):
add BAD_PARAM_VALUE algo error

17 years agoPAL13473 (Build repetitive mesh):
eap [Wed, 6 Dec 2006 16:01:42 +0000 (16:01 +0000)]
PAL13473 (Build repetitive mesh):
1) redesign to make geometry customizable by decsendants
2) fix parameters computation

17 years agoPAL13473 (Build repetitive mesh):
eap [Wed, 6 Dec 2006 15:57:47 +0000 (15:57 +0000)]
PAL13473 (Build repetitive mesh):
1) add virtual SetEventListener(SMESH_subMesh*)
2) define virtual SaveTo() and LoadFrom() to do nothing

17 years agoPAL13473 (Build repetitive mesh):
eap [Wed, 6 Dec 2006 15:53:25 +0000 (15:53 +0000)]
PAL13473 (Build repetitive mesh):
1) add methods to track non hierarchical dependencies
between submeshes
2) preview a case that an algo can be not assigned because a shape
mismatches algo's expectations
3) fix pb that algo state can not change at MODIF_HYP event

17 years agoPAL13473 (Build repetitive mesh):
eap [Wed, 6 Dec 2006 15:48:09 +0000 (15:48 +0000)]
PAL13473 (Build repetitive mesh):
add classes and methods to track non hierarchical dependencies
between submeshes

17 years agoPAL13473 (Build repetitive mesh):
eap [Wed, 6 Dec 2006 15:43:42 +0000 (15:43 +0000)]
PAL13473 (Build repetitive mesh):
add GetElemNodes()

17 years agoPAL13473 (Build repetitive mesh):
eap [Wed, 6 Dec 2006 15:43:15 +0000 (15:43 +0000)]
PAL13473 (Build repetitive mesh):
1) add GetElemNodes()
2) in ConvertHypothesisStatus(), treat a new algo error

17 years agoPAL13473 (Build repetitive mesh):
eap [Wed, 6 Dec 2006 15:40:49 +0000 (15:40 +0000)]
PAL13473 (Build repetitive mesh):
1) add int GetObjectId(CORBA::Object_ptr)
2) in GetAlgoState(), treat a new algo error
3) modify Load() to restore references of hypos to meshes and shapes

17 years agoPAL13473 (Build repetitive mesh):
eap [Wed, 6 Dec 2006 15:36:30 +0000 (15:36 +0000)]
PAL13473 (Build repetitive mesh):
add a) int GetObjectId(CORBA::Object_ptr),
b) TInterface::_var_type GetObjectByOldId( const int oldID )

17 years agoPAL13473 (Build repetitive mesh):
eap [Wed, 6 Dec 2006 15:33:29 +0000 (15:33 +0000)]
PAL13473 (Build repetitive mesh):
New meshers implemented

17 years agoPAL13473 (Build repetitive mesh):
eap [Wed, 6 Dec 2006 15:28:57 +0000 (15:28 +0000)]
PAL13473 (Build repetitive mesh):
prevent SIGSEGV in case if nodes have qual params on edge

17 years agoPAL13473 (Build repetitive mesh):
eap [Wed, 6 Dec 2006 15:27:15 +0000 (15:27 +0000)]
PAL13473 (Build repetitive mesh):
1) fix problem of a wrong mesh on strongly curved boxes
2) fix problem that nodes on the top face are bound to volume
instead of the face

17 years agoPAL13473 (Build repetitive mesh):
eap [Wed, 6 Dec 2006 15:23:10 +0000 (15:23 +0000)]
PAL13473 (Build repetitive mesh):
New meshers implemented

17 years agoPAL13473 (Build repetitive mesh):
eap [Wed, 6 Dec 2006 15:20:18 +0000 (15:20 +0000)]
PAL13473 (Build repetitive mesh):
1) show the reason why a mesher lib is not loaded in DEBUG mode
2) treat a new algo error

17 years agoPAL13473 (Build repetitive mesh):
eap [Wed, 6 Dec 2006 15:18:17 +0000 (15:18 +0000)]
PAL13473 (Build repetitive mesh):
1) now dlg of MESHGUI_GenericHypothesisCreator is non modal
2) make MESHGUI_GenericHypothesisCreator::dlg() work

17 years agoPAL13473 (Build repetitive mesh):
eap [Wed, 6 Dec 2006 15:15:00 +0000 (15:15 +0000)]
PAL13473 (Build repetitive mesh):
1) desable myDlg when edit/create a hyp as now dlg of       MESHGUI_GenericHypothesisCreator is non modal
2) fix pb that changing algo MEFISTO+hyp -> Quad(mapping) does not
unassign hyp of MEFISTO

17 years agoPAL13473 (Build repetitive mesh):
eap [Wed, 6 Dec 2006 15:09:56 +0000 (15:09 +0000)]
PAL13473 (Build repetitive mesh):
add 2 new algo error msgs

17 years agoPAL13473 (Build repetitive mesh):
eap [Wed, 6 Dec 2006 15:08:29 +0000 (15:08 +0000)]
PAL13473 (Build repetitive mesh):
export MESHGUI_VTKUtils.h

17 years agoPAL13473 (Build repetitive mesh):
eap [Wed, 6 Dec 2006 14:54:29 +0000 (14:54 +0000)]
PAL13473 (Build repetitive mesh):
add corresponding classes and methods

17 years agoPAL13473 (Build repetitive mesh):
eap [Wed, 6 Dec 2006 14:52:21 +0000 (14:52 +0000)]
PAL13473 (Build repetitive mesh):
Take myKind field into account

17 years agoPAL13473 (Build repetitive mesh)
eap [Wed, 6 Dec 2006 14:50:39 +0000 (14:50 +0000)]
PAL13473 (Build repetitive mesh)
Add   static int NbCornerNodes(VolumeType type)

17 years agoPAL13473 (Build repetitive mesh)
eap [Wed, 6 Dec 2006 14:48:33 +0000 (14:48 +0000)]
PAL13473 (Build repetitive mesh)
Protect AspectRatio3D::GetValue() from FPE signal

17 years agoPAL13473 (Build repetitive mesh)
eap [Wed, 6 Dec 2006 14:46:35 +0000 (14:46 +0000)]
PAL13473 (Build repetitive mesh)

17 years agoAdditional fix for bug PAL13701(EDF 319 SMESH : Export UNV failed with not enough...
mzn [Wed, 6 Dec 2006 14:40:44 +0000 (14:40 +0000)]
Additional fix for bug PAL13701(EDF 319 SMESH : Export UNV failed with not enough space disk --> No user information).

17 years agoUpdate Mesh documentation, because of one page was missing in CVS.
mkr [Wed, 6 Dec 2006 10:18:33 +0000 (10:18 +0000)]
Update Mesh documentation, because of one page was missing in CVS.

17 years agoFix for PAL14092 : EDF PAL 337 : SMESH Display problem on VTK.
mkr [Mon, 4 Dec 2006 13:01:51 +0000 (13:01 +0000)]
Fix for PAL14092 : EDF PAL 337 : SMESH Display problem on VTK.

17 years agoChange version to 3.2.4
jfa [Mon, 4 Dec 2006 09:04:56 +0000 (09:04 +0000)]
Change version to 3.2.4

17 years agoMesh module improvement related to selection of geometrical objects in mesh group...
mzn [Thu, 30 Nov 2006 07:48:32 +0000 (07:48 +0000)]
Mesh module improvement related to selection of geometrical objects in mesh group and sub-mesh creation GUI.

17 years agoUpdate documentation for PAL10048 ("Set Rotation Point" dialog - VTK 3D Viewer).
mkr [Wed, 29 Nov 2006 13:03:08 +0000 (13:03 +0000)]
Update documentation for PAL10048 ("Set Rotation Point" dialog - VTK 3D Viewer).

17 years agoFix for bug IPAL13980(The object browser is not updated automatically after "Find...
mzn [Fri, 24 Nov 2006 12:30:39 +0000 (12:30 +0000)]
Fix for bug IPAL13980(The object browser is not updated automatically after "Find geometry by mesh").