Salome HOME
modules/smesh.git
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

17 years agoFix bug 10955: Collisions with 'Ctrl+I' and 'Ctrl+M' hot keys. T3_2_0b1 V3_2_0b1
jfa [Wed, 10 May 2006 14:34:56 +0000 (14:34 +0000)]
Fix bug 10955: Collisions with 'Ctrl+I' and 'Ctrl+M' hot keys.

17 years agofix bug 12361. In SetName(): there may be no study
eap [Wed, 10 May 2006 12:54:55 +0000 (12:54 +0000)]
fix bug 12361. In SetName(): there may be no study

17 years agofix bug 12361. Peview possiblity of SetCurrentStudy(nil)
eap [Wed, 10 May 2006 12:49:13 +0000 (12:49 +0000)]
fix bug 12361. Peview possiblity of SetCurrentStudy(nil)

17 years agofix PythonDump: write Criterion arg of QuadToTri() in PythonDump
eap [Wed, 10 May 2006 12:46:40 +0000 (12:46 +0000)]
fix PythonDump: write Criterion arg of QuadToTri() in PythonDump

17 years agofix PythonDump: do not write distruction in PythonDump as creation is not written
eap [Wed, 10 May 2006 12:42:27 +0000 (12:42 +0000)]
fix PythonDump: do not write distruction in PythonDump as creation is not written

17 years agoJoin modifications from branch OCC_debug_for_3_2_0b1
jfa [Sat, 6 May 2006 08:51:48 +0000 (08:51 +0000)]
Join modifications from branch OCC_debug_for_3_2_0b1

18 years agoFix for Bug IPAL11055:
enk [Tue, 21 Mar 2006 07:24:22 +0000 (07:24 +0000)]
Fix for Bug IPAL11055:
It is impossible to input negative value as f(t) in table function.

18 years agoChange version name to 3.2.0a2 T2_3_2_0a2 V3_2_0a2
jfa [Wed, 15 Mar 2006 13:00:06 +0000 (13:00 +0000)]
Change version name to 3.2.0a2

18 years agoJoin modifications from branch OCC_development_for_3_2_0a2
jfa [Mon, 13 Mar 2006 15:29:49 +0000 (15:29 +0000)]
Join modifications from branch OCC_development_for_3_2_0a2

18 years agoUpdate version to 3.2.0a1 V3_2_0a1
jfa [Wed, 8 Feb 2006 09:47:15 +0000 (09:47 +0000)]
Update version to 3.2.0a1

18 years agoMerge from OCC_development_generic_2006
smh [Tue, 7 Feb 2006 15:01:11 +0000 (15:01 +0000)]
Merge from OCC_development_generic_2006

Preparation of 3.2.0a1

18 years agoJoin modifications from branch BR_3_1_0deb T_OCC_development_generic_2006_start
jfa [Wed, 28 Dec 2005 09:17:39 +0000 (09:17 +0000)]
Join modifications from branch BR_3_1_0deb

18 years agoPAL10953. Use GUI to create hypothesis from a hypotheses set T_Before_Join_BR_3_1_0deb
eap [Mon, 26 Dec 2005 10:43:09 +0000 (10:43 +0000)]
PAL10953. Use GUI to create hypothesis from a hypotheses set

18 years agoPAL10953. Make fields of parameters protected
eap [Mon, 26 Dec 2005 10:41:53 +0000 (10:41 +0000)]
PAL10953. Make fields of parameters protected

18 years agoPAL10953. Fix GetSubmeshComputed(): there may be elements but no nodes in a submesh
eap [Mon, 26 Dec 2005 10:36:57 +0000 (10:36 +0000)]
PAL10953. Fix GetSubmeshComputed(): there may be elements but no nodes in a submesh

18 years agoPAL10953. Add Fineness parameter to Automatic Length hypothesis
eap [Mon, 26 Dec 2005 10:34:54 +0000 (10:34 +0000)]
PAL10953. Add Fineness parameter to Automatic Length hypothesis

18 years agoPAL10467. Add "Quadrangle Preference" hypothesis for "Quadrangle(Mapping)" algo
eap [Fri, 23 Dec 2005 10:00:03 +0000 (10:00 +0000)]
PAL10467. Add "Quadrangle Preference" hypothesis for "Quadrangle(Mapping)" algo

18 years agoPAL10494. Add .._STANDARD_RTTI_... in order to build executable
eap [Fri, 23 Dec 2005 07:47:36 +0000 (07:47 +0000)]
PAL10494. Add .._STANDARD_RTTI_... in order to build executable

18 years agoPAL10872 (aspect retio not conform with specifications). Add picture for aspect ratio...
eap [Wed, 21 Dec 2005 08:30:31 +0000 (08:30 +0000)]
PAL10872 (aspect retio not conform with specifications). Add picture for aspect ratio of hexahedron. Remove 2D formular from 3D aspect ratio page

18 years agofix PAL10974. Call CleanDependants() instead of
eap [Tue, 20 Dec 2005 13:57:13 +0000 (13:57 +0000)]
fix PAL10974. Call CleanDependants() instead of
RemoveSubMeshElementsAndNodes() before algo->Compute()

18 years agofix bug PAL10974: add IsReversedSubMesh()
eap [Tue, 20 Dec 2005 13:53:23 +0000 (13:53 +0000)]
fix bug PAL10974: add IsReversedSubMesh()

18 years agofix bug PAL10974: check if SubMeshesComputed() by presence of nodes in submesh.
eap [Tue, 20 Dec 2005 11:10:13 +0000 (11:10 +0000)]
fix bug PAL10974: check if SubMeshesComputed() by presence of nodes in submesh.
Restore lost modifications fixing PAL8021.

18 years agofix bug 10959. Initialize GEOM_Gen if necessary
eap [Mon, 19 Dec 2005 15:30:18 +0000 (15:30 +0000)]
fix bug 10959. Initialize GEOM_Gen if necessary

18 years agofix bug 10073. Check isVisible() in enterEvent() which unexpectedly comes after accept()
eap [Mon, 19 Dec 2005 13:14:02 +0000 (13:14 +0000)]
fix bug 10073. Check isVisible() in enterEvent() which unexpectedly comes after accept()

18 years agoPAL10595: unit and coordinate name length must be equal to 16
eap [Thu, 15 Dec 2005 09:56:38 +0000 (09:56 +0000)]
PAL10595: unit and coordinate name length must be equal to 16

18 years agoPAL10494 (SMESH python dump uses idl interface). Python dump using TPythonDump tool
eap [Thu, 15 Dec 2005 08:38:29 +0000 (08:38 +0000)]
PAL10494 (SMESH python dump uses idl interface). Python dump using TPythonDump tool

18 years agoPAL10494 (SMESH python dump uses idl interface). Python dump converted to smesh...
eap [Thu, 15 Dec 2005 08:34:25 +0000 (08:34 +0000)]
PAL10494 (SMESH python dump uses idl interface). Python dump converted to  smesh.py API, usage of TPythonDump tool

18 years agoPAL10494 (SMESH python dump uses idl interface). Add SMESH_2smeshpy, a converter...
eap [Thu, 15 Dec 2005 07:33:07 +0000 (07:33 +0000)]
PAL10494 (SMESH python dump uses idl interface). Add SMESH_2smeshpy, a converter of IDL API to smesh.py API

18 years agoPAL10494 (SMESH python dump uses idl interface). Add GetAlgorithm() to class Mesh_Alg...
eap [Thu, 15 Dec 2005 07:29:27 +0000 (07:29 +0000)]
PAL10494 (SMESH python dump uses idl interface). Add GetAlgorithm() to class Mesh_Algorithm in order to have access to the wrapped mesher

18 years agoPAL10902 - local selection is stay in viewer after "apply" of Modifiction->Orientatio...
asl [Wed, 14 Dec 2005 07:11:48 +0000 (07:11 +0000)]
PAL10902 - local selection is stay in viewer after "apply" of Modifiction->Orientation operation

18 years agoPAL10810 - "Display", "Erase", "Display only" on root objects
asl [Wed, 14 Dec 2005 06:44:19 +0000 (06:44 +0000)]
PAL10810 - "Display", "Erase", "Display only" on root objects

18 years agoPAL10872. Update according to the Nadir Bouhamau specification
eap [Mon, 12 Dec 2005 15:29:54 +0000 (15:29 +0000)]
PAL10872. Update according to the Nadir Bouhamau specification

18 years agoPAL10872. Image for aspect ratio of a quadrangle
eap [Mon, 12 Dec 2005 15:27:19 +0000 (15:27 +0000)]
PAL10872. Image for aspect ratio of a quadrangle

18 years agoFix of compilation problems on some platforms BR_3_1_0_deb T_3_1_0b1_pre V3_1_0b1
asl [Tue, 6 Dec 2005 12:52:53 +0000 (12:52 +0000)]
Fix of compilation problems on some platforms