Salome HOME
modules/smesh.git
14 years ago+ const SMDS_MeshNode* GetNodeWrap(const int ind) const { return GetNode( WrappedInd...
eap [Tue, 19 May 2009 15:13:59 +0000 (15:13 +0000)]
+  const SMDS_MeshNode* GetNodeWrap(const int ind) const { return GetNode( WrappedIndex( ind )); }

+// ============================================================
+/*!
+ * \brief Comparator of elements by ID for usage in std containers
+ */
+// ============================================================
+
+struct TIDCompare {
+  bool operator () (const SMDS_MeshElement* e1, const SMDS_MeshElement* e2) const
+  { return e1->GetID() < e2->GetID(); }
+};

14 years agoGetNode(int index) no longer wraps index, rather GetNodeWrap(int index) does
eap [Tue, 19 May 2009 15:12:54 +0000 (15:12 +0000)]
GetNode(int index) no longer wraps index, rather GetNodeWrap(int index) does

14 years agoUpdate according to change of boolean operation.
maintenance team [Tue, 19 May 2009 10:18:06 +0000 (10:18 +0000)]
Update according to change of boolean operation.

14 years agoIssue 0019819: EDF 643 VISU : Scalar bar ergonomics
vsr [Fri, 8 May 2009 04:38:58 +0000 (04:38 +0000)]
Issue 0019819: EDF 643 VISU : Scalar bar ergonomics
Set default positition of scalar bar to "Horizontal"

14 years ago0020340: EDF 1022 SMESH : Crash with FindNodeClosestTo in a second new study
eap [Wed, 6 May 2009 13:23:57 +0000 (13:23 +0000)]
0020340: EDF 1022 SMESH : Crash with FindNodeClosestTo in a second new study
  Nullify mesh after TNodeSearcherDeleter::Unset()

14 years ago0020340: EDF 1022 SMESH : Crash with FindNodeClosestTo in a second new study
eap [Wed, 6 May 2009 13:17:33 +0000 (13:17 +0000)]
0020340: EDF 1022 SMESH : Crash with FindNodeClosestTo in a second new study
    notify node searcher on mesh destruction

14 years agoImprovement of "setenv.py" script - setting of custom enviroment by those modules...
ouv [Wed, 6 May 2009 13:12:13 +0000 (13:12 +0000)]
Improvement of "setenv.py" script - setting of custom enviroment by those modules, which have it, is performed by their own "<module_name>_setenv.py" scripts situated in their "bin" folders.

14 years ago0020321: EDF : Some windows do not appear depending on the platform (MinimumSizeHint())
dmv [Wed, 6 May 2009 11:36:36 +0000 (11:36 +0000)]
0020321: EDF : Some windows do not appear depending on the platform (MinimumSizeHint())

14 years ago0020338: EDF 1019 SMESH : 3D extrusion issue
eap [Wed, 6 May 2009 11:31:45 +0000 (11:31 +0000)]
0020338: EDF 1019 SMESH : 3D extrusion issue
   fix FindMatchingNodesOnFaces() for the case of no nodes on edge (since nb segments == 1 )

14 years agoIPAL21120 SIGSEGV on Meshing attached Compound with Automatic Hexadralization
eap [Mon, 4 May 2009 15:17:26 +0000 (15:17 +0000)]
IPAL21120 SIGSEGV on Meshing attached Compound with Automatic Hexadralization
    Report on bad geometry if GetFaceIndex() returns -1

14 years agoIPAL20992 Controls Free nodes works wrong
dmv [Tue, 28 Apr 2009 12:53:25 +0000 (12:53 +0000)]
IPAL20992 Controls Free nodes works wrong

14 years ago0020313
ptv [Fri, 24 Apr 2009 07:57:47 +0000 (07:57 +0000)]
0020313
EDF 1002 SMESH: Mesh groups are not published in the good study

15 years ago0020319: EDF SMESH 1007: creation of a sub-mesh on face tries to assign Netgen3D...
ptv [Wed, 22 Apr 2009 12:47:06 +0000 (12:47 +0000)]
0020319: EDF SMESH 1007: creation of a sub-mesh on face tries to assign Netgen3D algorithm

15 years agofix bug with "Compute" operation invoked from Preview dialog (The problem that dialog...
ptv [Tue, 21 Apr 2009 11:27:21 +0000 (11:27 +0000)]
fix bug with "Compute" operation invoked from Preview dialog (The problem that dialog with mesh result info appear and disappear very quickly)

15 years ago TCollection_AsciiString anEntry;
eap [Tue, 21 Apr 2009 10:45:40 +0000 (10:45 +0000)]
  TCollection_AsciiString anEntry;
      ...
-        anEntry = aSObj->GetID();
+        CORBA::String_var anEntry = aSObj->GetID();

15 years ago0020323: EDF SMESH 1006: Group on geometry: automatic switch to geometry selection...
dmv [Fri, 17 Apr 2009 12:30:43 +0000 (12:30 +0000)]
0020323: EDF SMESH 1006: Group on geometry: automatic switch to geometry selection field

15 years agoImplementation of the issue 0020151 (SALOME: Light Python module):
rnv [Fri, 17 Apr 2009 11:03:03 +0000 (11:03 +0000)]
Implementation of the issue 0020151 (SALOME: Light Python module):
Call LightApp_Module::LightApp_Module() constructor, because virtual inheritance between LightApp_Module and SalomeApp_Module classes was added.

15 years ago0020317: EDF SMESH 1004: "Edit group" changes the name of the group
dmv [Fri, 17 Apr 2009 07:44:03 +0000 (07:44 +0000)]
0020317: EDF SMESH 1004: "Edit group" changes the name of the group

15 years agoIPAL21062 Fatal error on Add "Names of filters" - regression
dmv [Fri, 17 Apr 2009 07:15:33 +0000 (07:15 +0000)]
IPAL21062 Fatal error on Add "Names of filters" - regression

15 years agoIPAL21058 Preview and Compute mesh help file not found
dmv [Thu, 16 Apr 2009 13:31:33 +0000 (13:31 +0000)]
IPAL21058 Preview and Compute mesh help file not found

15 years agoIPAL21052 Hypothesis Construction Help doesn't show help information
dmv [Thu, 16 Apr 2009 07:12:26 +0000 (07:12 +0000)]
IPAL21052 Hypothesis Construction Help doesn't show help information

15 years agoUpdate copyright notes
vsr [Wed, 15 Apr 2009 13:15:32 +0000 (13:15 +0000)]
Update copyright notes

15 years ago0020210: EDF SMESH 976: Update of a smesh group after modification of the associated...
vsr [Tue, 14 Apr 2009 12:12:27 +0000 (12:12 +0000)]
0020210: EDF SMESH 976: Update of a smesh group after modification of the associated geom group
Additional patch: do not publish SMESH component automatically on the module activation

15 years agosmall optimization
jfa [Tue, 14 Apr 2009 08:49:57 +0000 (08:49 +0000)]
small optimization

15 years agoIPAL21003 Impossible create group from existing group shown only
dmv [Mon, 13 Apr 2009 07:08:56 +0000 (07:08 +0000)]
IPAL21003 Impossible create group from existing group shown only

15 years ago0020210: EDF SMESH 976: Update of a smesh group after modification of the associated...
eap [Fri, 3 Apr 2009 14:32:33 +0000 (14:32 +0000)]
0020210: EDF SMESH 976: Update of a smesh group after modification of the associated geom group
  update groups

15 years ago0020210: EDF SMESH 976: Update of a smesh group after modification of the associated...
eap [Fri, 3 Apr 2009 14:31:37 +0000 (14:31 +0000)]
0020210: EDF SMESH 976: Update of a smesh group after modification of the associated geom group
  use gen->SetPixMap()

15 years ago0020210: EDF SMESH 976: Update of a smesh group after modification of the associated...
eap [Fri, 3 Apr 2009 14:30:42 +0000 (14:30 +0000)]
0020210: EDF SMESH 976: Update of a smesh group after modification of the associated geom group
+  static void SetPixMap(SALOMEDS::SObject_ptr theSObject,
+                        const char*           thePixMap);

15 years ago0020210: EDF SMESH 976: Update of a smesh group after modification of the associated...
eap [Fri, 3 Apr 2009 14:28:20 +0000 (14:28 +0000)]
0020210: EDF SMESH 976: Update of a smesh group after modification of the associated geom group
  call mesh->CheckGeomGroupModif() when current study changes

15 years ago0020210: EDF SMESH 976: Update of a smesh group after modification of the associated...
eap [Fri, 3 Apr 2009 14:26:25 +0000 (14:26 +0000)]
0020210: EDF SMESH 976: Update of a smesh group after modification of the associated geom group
    Make SMESH_Gen update meshes at switching GEOM->SMESH

15 years ago0020210: EDF SMESH 976: Update of a smesh group after modification of the associated...
eap [Fri, 3 Apr 2009 14:20:45 +0000 (14:20 +0000)]
0020210: EDF SMESH 976: Update of a smesh group after modification of the associated geom group
+  void SetShape( const TopoDS_Shape& theShape);

15 years ago0020210: EDF SMESH 976: Update of a smesh group after modification of the associated...
eap [Fri, 3 Apr 2009 14:11:19 +0000 (14:11 +0000)]
0020210: EDF SMESH 976: Update of a smesh group after modification of the associated geom group
void SMESH_Mesh::ShapeToMesh(const TopoDS_Shape & aShape)
{
 ...
+  else
+  {
+    _isShapeToMesh = false;
+    _shapeDiagonal = 0.0;
+    _myMeshDS->ShapeToMesh( PseudoShape() );
+  }

15 years agoBug 0020185: EDF SMESH 967 : Anomaly in Merge Nodes.
jfa [Fri, 3 Apr 2009 08:54:51 +0000 (08:54 +0000)]
Bug 0020185: EDF SMESH 967 : Anomaly in Merge Nodes.

15 years agoFix problem (internal 21002) - "MED file information" command is not shown in popup...
vsr [Thu, 2 Apr 2009 09:32:03 +0000 (09:32 +0000)]
Fix problem (internal 21002) - "MED file information" command is not shown in popup menu

15 years agoIPAL20929 regression: Smoothing disabled for whole mesh, submesh or group
dmv [Thu, 2 Apr 2009 08:41:29 +0000 (08:41 +0000)]
IPAL20929 regression: Smoothing disabled for whole mesh, submesh or group

15 years agofix the previous modification
eap [Tue, 24 Mar 2009 08:29:44 +0000 (08:29 +0000)]
fix the previous modification
-      std::swap( iAfterSame, iAfterSame );
+      std::swap( iBeforeSame, iAfterSame );

15 years agosimply code
eap [Mon, 23 Mar 2009 08:00:51 +0000 (08:00 +0000)]
simply code

15 years agoBug 0016617: Regression in V5.1.1rc3: the groups are not generated. V5_1_1 V5_1_1rc4 V5_1_1rc5
jfa [Thu, 19 Mar 2009 14:41:11 +0000 (14:41 +0000)]
Bug 0016617: Regression in V5.1.1rc3: the groups are not generated.

15 years ago0020222: Quandrangle_2D meshing fail
eap [Thu, 19 Mar 2009 07:14:16 +0000 (07:14 +0000)]
0020222: Quandrangle_2D meshing fail
     unite only edges shared by two same faces

15 years agoUpdate SMESH documentation V5_1_1rc3
maintenance team [Tue, 17 Mar 2009 07:43:53 +0000 (07:43 +0000)]
Update SMESH documentation

15 years agoIssue 19292: fix wrong use case
vsr [Mon, 16 Mar 2009 16:11:22 +0000 (16:11 +0000)]
Issue 19292: fix wrong use case

15 years agoUpdate SMESH documentation
maintenance team [Mon, 16 Mar 2009 15:13:44 +0000 (15:13 +0000)]
Update SMESH documentation

15 years agoUpdate SMESH documentation
maintenance team [Mon, 16 Mar 2009 14:50:10 +0000 (14:50 +0000)]
Update SMESH documentation

15 years ago0020217: EDF SMESH: Dump file with mesh and group on geom is wrong
eap [Mon, 16 Mar 2009 07:50:59 +0000 (07:50 +0000)]
0020217: EDF SMESH: Dump file with mesh and group on geom is wrong
    fix _pyCommand::GetWord() for case of names with white spaces inside

15 years ago0020213: RadialPrism_3D_4 failed on V5_1 64 bits V5_1_1rc2
eap [Thu, 12 Mar 2009 09:47:59 +0000 (09:47 +0000)]
0020213: RadialPrism_3D_4 failed on V5_1 64 bits
0020214: Project_2D_4 failed on V5_1 64 bits
   different ways of removing deleted and alive elements from submesh

15 years ago0020206: EDF SMESH 987: Netgen1D2D3D +submesh
eap [Wed, 11 Mar 2009 15:19:39 +0000 (15:19 +0000)]
0020206: EDF SMESH 987: Netgen1D2D3D +submesh
   clear mesh if an added local algorithm hides a global all-dimensional one

15 years ago0020206: EDF SMESH 987: Netgen1D2D3D +submesh
eap [Wed, 11 Mar 2009 15:18:03 +0000 (15:18 +0000)]
0020206: EDF SMESH 987: Netgen1D2D3D +submesh
   clear mesh if an added local algorithm hides a global all-dimensional one

15 years ago0020206: EDF SMESH 987: Netgen1D2D3D +submesh
eap [Wed, 11 Mar 2009 15:09:46 +0000 (15:09 +0000)]
0020206: EDF SMESH 987: Netgen1D2D3D +submesh
   in GetSubMesh(), fix detection of SMESHDS_SubMesh'es of geom groups

15 years ago0020206: EDF SMESH 987: Netgen1D2D3D +submesh
eap [Wed, 11 Mar 2009 14:58:44 +0000 (14:58 +0000)]
0020206: EDF SMESH 987: Netgen1D2D3D +submesh
   fix detection of SMESHDS_SubMesh'es of geom groups
+  int                        _nbSubShapes;  // initial nb of subshapes in the shape to mesh

15 years ago0020206: EDF SMESH 987: Netgen1D2D3D +submesh
eap [Wed, 11 Mar 2009 14:55:05 +0000 (14:55 +0000)]
0020206: EDF SMESH 987: Netgen1D2D3D +submesh
    don't create ordinary submeshes for compounds

15 years agoenable NoteBook variables for "MaxSize"
eap [Wed, 11 Mar 2009 14:52:48 +0000 (14:52 +0000)]
enable NoteBook variables for "MaxSize"

15 years agoavoid extra list copying
eap [Wed, 11 Mar 2009 14:48:54 +0000 (14:48 +0000)]
avoid extra list copying
-    aRes = (*it).second;
+    return it->second;

15 years ago0020200: EDF SMESH 983: changing algo of a mesh and switching back to original algo...
eap [Tue, 10 Mar 2009 16:32:02 +0000 (16:32 +0000)]
0020200: EDF SMESH 983: changing algo of a mesh and switching back to original algo leads to different result than original
     sort nodes and elements by ID

15 years agoBug 0020201: EDF SMESH 984: Dump with Netgen1D2D3D doest not work.
jfa [Tue, 10 Mar 2009 09:12:29 +0000 (09:12 +0000)]
Bug 0020201: EDF SMESH 984: Dump with Netgen1D2D3D doest not work.

15 years agoAdd missing translations
vsr [Tue, 10 Mar 2009 06:32:10 +0000 (06:32 +0000)]
Add missing translations

15 years agoIntegrate patch from E.ADAM (Qt 4.5.0 compatibility)
vsr [Mon, 9 Mar 2009 13:38:20 +0000 (13:38 +0000)]
Integrate patch from E.ADAM (Qt 4.5.0 compatibility)

15 years agoTest EXPORTS definition with target name as suggested by cmake
adam [Fri, 6 Mar 2009 16:00:11 +0000 (16:00 +0000)]
Test EXPORTS definition with target name as suggested by cmake

15 years agoIPAL20918 Color of Group of Nodes or Edges is not changed when Edit Group
dmv [Fri, 6 Mar 2009 12:40:08 +0000 (12:40 +0000)]
IPAL20918 Color of Group of Nodes or Edges is not changed when Edit Group

15 years agoPAL20915 TC5.1.1: field "Value" is not shown for assigned hypothesis
eap [Fri, 6 Mar 2009 09:23:52 +0000 (09:23 +0000)]
PAL20915 TC5.1.1: field "Value" is not shown for assigned hypothesis
    Since NoteBook appears, "Value" OB field shows names of variable
    and not values of parameters

15 years agoCorrect SMESH gui documentation
vsr [Fri, 6 Mar 2009 08:49:53 +0000 (08:49 +0000)]
Correct SMESH gui documentation

15 years ago0020184: EDF SMESH 952: Projection 2D does not work V5_1_1a2 V5_1_1rc1
eap [Tue, 3 Mar 2009 08:53:53 +0000 (08:53 +0000)]
0020184: EDF SMESH 952: Projection 2D does not work
    project only if there are nodes on face

15 years ago0020184: EDF SMESH 952: Projection 2D does not work
eap [Tue, 3 Mar 2009 08:49:33 +0000 (08:49 +0000)]
0020184: EDF SMESH 952: Projection 2D does not work
+  static bool IsBoundaryEdge()
+  bool AssocGroupsByPropagation()

15 years ago0020184: EDF SMESH 952: Projection 2D does not work
eap [Tue, 3 Mar 2009 08:38:05 +0000 (08:38 +0000)]
0020184: EDF SMESH 952: Projection 2D does not work
   use ShapeAnalysis::OuterWire() insead of BRepTools::OuterWire()

15 years agoBug 0020185: EDF SMESH 967 : Anomaly in Merge Nodes.
jfa [Mon, 2 Mar 2009 14:57:00 +0000 (14:57 +0000)]
Bug 0020185: EDF SMESH 967 : Anomaly in Merge Nodes.

15 years ago0019928: EDF 771 SMESH : Extrusion (Revolution) with normal to a face
dmv [Fri, 27 Feb 2009 15:33:35 +0000 (15:33 +0000)]
0019928: EDF 771 SMESH : Extrusion (Revolution) with normal to a face

15 years ago0020183: EDF SMESH 966 : Mesh element info anomaly
eap [Fri, 27 Feb 2009 13:34:22 +0000 (13:34 +0000)]
0020183: EDF SMESH 966 : Mesh element info anomaly
   enable selecting nodes common to 2 shown groups

15 years agoavoid repeated search in std::map
eap [Fri, 27 Feb 2009 11:27:33 +0000 (11:27 +0000)]
avoid repeated search in std::map

15 years ago0020183: EDF SMESH 966 : Mesh element info anomaly
eap [Fri, 27 Feb 2009 11:26:14 +0000 (11:26 +0000)]
0020183: EDF SMESH 966 : Mesh element info anomaly
  fix GetElemObjId() and GetNodeObjId: prevent out_of_range error if id==vector.size()

15 years agoCompatibility cmake
adam [Thu, 26 Feb 2009 15:04:36 +0000 (15:04 +0000)]
Compatibility cmake

15 years agoCompatibility windows
adam [Thu, 26 Feb 2009 15:02:59 +0000 (15:02 +0000)]
Compatibility windows

15 years agoFix for bug 0019977: Installation of Salome modules wihtout gui.
mzn [Wed, 25 Feb 2009 17:50:43 +0000 (17:50 +0000)]
Fix for bug 0019977: Installation of Salome modules wihtout gui.

15 years ago0020182: EDF SMESH 965 : SIGSEV at study opening with SMESH
eap [Wed, 25 Feb 2009 15:22:05 +0000 (15:22 +0000)]
0020182: EDF SMESH 965 : SIGSEV at study opening with SMESH
  be patient to studies with invalid node positions data

15 years agoIn Clear(), nullify nb of poly elements
eap [Wed, 25 Feb 2009 15:13:26 +0000 (15:13 +0000)]
In Clear(), nullify nb of poly elements

15 years ago0020182: EDF SMESH 965 : SIGSEV at study opening with SMESH
eap [Wed, 25 Feb 2009 15:02:11 +0000 (15:02 +0000)]
0020182: EDF SMESH 965 : SIGSEV at study opening with SMESH
  be patient to studies with invalid node positions data

15 years ago0019929: EDF 772 SMESH : script readability
eap [Tue, 24 Feb 2009 14:57:10 +0000 (14:57 +0000)]
0019929: EDF 772 SMESH : script readability

+class _pySelfEraser: public _pyObject

15 years agofix dumping colors:
eap [Tue, 24 Feb 2009 14:56:11 +0000 (14:56 +0000)]
fix dumping colors:
  use valid python names instead of names in Study

15 years ago0019929: EDF 772 SMESH : script readability
eap [Tue, 24 Feb 2009 14:52:58 +0000 (14:52 +0000)]
0019929: EDF 772 SMESH : script readability
+
+  operator char*() const {
+    return (char*)c_str();
+  }

15 years ago fix Python Dump
eap [Tue, 24 Feb 2009 13:48:47 +0000 (13:48 +0000)]
 fix Python Dump

15 years ago*** empty log message ***
adam [Tue, 24 Feb 2009 11:06:33 +0000 (11:06 +0000)]
*** empty log message ***

15 years agocompatibility windows compilation with cmake
adam [Tue, 24 Feb 2009 09:27:39 +0000 (09:27 +0000)]
compatibility windows compilation with cmake

15 years ago0020170: EDF SMESH: Selection behaviour in object browser from hypothesis editing...
eap [Tue, 24 Feb 2009 09:26:28 +0000 (09:26 +0000)]
0020170: EDF SMESH: Selection behaviour in object browser from hypothesis editing windows
   remove filters before creation/edition of hypothesis and restore them after

15 years agocompatibility compilation with cmake
adam [Tue, 24 Feb 2009 09:25:26 +0000 (09:25 +0000)]
compatibility compilation with cmake

15 years ago 0020170: EDF SMESH: Selection behaviour in object browser from hypothesis editing...
eap [Tue, 24 Feb 2009 09:23:25 +0000 (09:23 +0000)]
 0020170: EDF SMESH: Selection behaviour in object browser from hypothesis editing windows
+  int                          getActiveObject();

15 years ago*** empty log message ***
adam [Tue, 24 Feb 2009 09:08:32 +0000 (09:08 +0000)]
*** empty log message ***

15 years agoIssue 0019938 - fix problem with wrong filter selection (ptv)
vsr [Fri, 20 Feb 2009 15:11:22 +0000 (15:11 +0000)]
Issue 0019938 - fix problem with wrong filter selection (ptv)

15 years agoIssue 19925: Fix bug with 2d mesh preview
vsr [Fri, 20 Feb 2009 15:00:02 +0000 (15:00 +0000)]
Issue 19925: Fix bug with 2d mesh preview

15 years agoUpdate SMESH documentation V5_1_1a1
maintenance team [Fri, 20 Feb 2009 14:12:39 +0000 (14:12 +0000)]
Update SMESH documentation

15 years agoUpdate SMESH documentation
maintenance team [Fri, 20 Feb 2009 14:10:30 +0000 (14:10 +0000)]
Update SMESH documentation

15 years ago0020168: EDF SMESH 953: uncomplete selection with filter 'belong on geom'
dmv [Fri, 20 Feb 2009 11:39:09 +0000 (11:39 +0000)]
0020168: EDF SMESH 953: uncomplete selection with filter 'belong on geom'

15 years agoIssue 0020175: correct documentation hierarchy
vsr [Fri, 20 Feb 2009 09:05:25 +0000 (09:05 +0000)]
Issue 0020175: correct documentation hierarchy

15 years ago0020168: EDF SMESH 953: uncomplete selection with filter 'belong on geom'
dmv [Fri, 20 Feb 2009 08:08:43 +0000 (08:08 +0000)]
0020168: EDF SMESH 953: uncomplete selection with filter 'belong on geom'

15 years agoChanging version to 5.1.1
maintenance team [Wed, 18 Feb 2009 07:06:16 +0000 (07:06 +0000)]
Changing version to 5.1.1

15 years agoMerge from BR_V5_DEV 17Feb09
vsr [Tue, 17 Feb 2009 06:55:16 +0000 (06:55 +0000)]
Merge from BR_V5_DEV 17Feb09

15 years agoMerge from BR_V5_DEV 16Feb09
vsr [Tue, 17 Feb 2009 05:27:49 +0000 (05:27 +0000)]
Merge from BR_V5_DEV 16Feb09

16 years agoJoin modifications from BR_Dev_For_4_0 tag V4_1_1.
jfa [Fri, 7 Mar 2008 07:47:05 +0000 (07:47 +0000)]
Join modifications from BR_Dev_For_4_0 tag V4_1_1.

17 years agoPAL 14158 Add the Octree and OctreeNode classes to accelerate detection of close...
nge [Mon, 22 Jan 2007 15:14:44 +0000 (15:14 +0000)]
PAL 14158 Add the Octree and OctreeNode classes to accelerate detection of close nodes. Octree is virtual pure, OctreeNode inherites from Octree.

17 years agoWarn about direct SMESH idl usage: smesh python package have to be used where it... V3_2_0
jfa [Thu, 8 Jun 2006 14:05:08 +0000 (14:05 +0000)]
Warn about direct SMESH idl usage: smesh python package have to be used where it is possible.

17 years agoNew smesh example from Francis KLOSS
jfa [Thu, 8 Jun 2006 11:02:23 +0000 (11:02 +0000)]
New smesh example from Francis KLOSS

17 years agoFix problem with table of contents resizing
jfa [Tue, 6 Jun 2006 12:38:56 +0000 (12:38 +0000)]
Fix problem with table of contents resizing

17 years agoJoin modifications from branch BR_DEBUG_3_2_0b1 T3_2_0b2 V3_2_0b2
jfa [Thu, 1 Jun 2006 11:39:17 +0000 (11:39 +0000)]
Join modifications from branch BR_DEBUG_3_2_0b1