Salome HOME
modules/smesh.git
11 years agoImprove user docs
eap [Mon, 24 Sep 2012 11:10:05 +0000 (11:10 +0000)]
Improve user docs

11 years agoChoose Geometry by mesh element selection (while defining sub-mesh)
eap [Fri, 21 Sep 2012 16:23:54 +0000 (16:23 +0000)]
Choose Geometry by mesh element selection (while defining sub-mesh)

11 years agoWin32 compatibility
ana [Thu, 20 Sep 2012 08:06:33 +0000 (08:06 +0000)]
Win32 compatibility

11 years ago0021861: EDF 2226 : Documentation of numeric functor option in split quadrangles...
eap [Tue, 18 Sep 2012 07:11:32 +0000 (07:11 +0000)]
0021861: EDF 2226 : Documentation of numeric functor option in split quadrangles is unclear

  An error in documentation is fixed

11 years ago def GetMeshEditor(self):
eap [Mon, 17 Sep 2012 10:23:15 +0000 (10:23 +0000)]
 def GetMeshEditor(self):
-        return self.mesh.GetMeshEditor()
+        return self.editor

11 years ago0020982: EDF 1547 SMESH: Creation of non-conformal quadratic pyramids
eap [Mon, 17 Sep 2012 10:22:42 +0000 (10:22 +0000)]
0020982: EDF 1547 SMESH: Creation of non-conformal quadratic pyramids

+   * \brief Returns description of an error/warning occured during the last operation
+   */
+  SMESH::ComputeError* GetLastError();

11 years ago0020982: EDF 1547 SMESH: Creation of non-conformal quadratic pyramids
eap [Mon, 17 Sep 2012 10:22:02 +0000 (10:22 +0000)]
0020982: EDF 1547 SMESH: Creation of non-conformal quadratic pyramids

  extract SMESH_MeshPartDS.hxx from SMESH_MeshEditor_i.cxx

11 years ago0020982: EDF 1547 SMESH: Creation of non-conformal quadratic pyramids
eap [Mon, 17 Sep 2012 10:20:50 +0000 (10:20 +0000)]
0020982: EDF 1547 SMESH: Creation of non-conformal quadratic pyramids

+  // Errors of SMESH_MeshEditor follow
+  EDITERR_NO_MEDIUM_ON_GEOM= -101 /* during conversion to quadratic,
+                                     some medium nodes not placed on geometry
+                                     to avoid distorting elements, which are
+                                     stored in SMESH_ComputeError::myBadElements */

11 years ago0020982: EDF 1547 SMESH: Creation of non-conformal quadratic pyramids
eap [Mon, 17 Sep 2012 10:20:24 +0000 (10:20 +0000)]
0020982: EDF 1547 SMESH: Creation of non-conformal quadratic pyramids

  Show elements whose medium nodes were not placed on geometry

11 years ago+ prop->Delete();
eap [Mon, 17 Sep 2012 10:18:47 +0000 (10:18 +0000)]
+      prop->Delete();

11 years ago0020982: EDF 1547 SMESH: Creation of non-conformal quadratic pyramids
eap [Mon, 17 Sep 2012 10:18:28 +0000 (10:18 +0000)]
0020982: EDF 1547 SMESH: Creation of non-conformal quadratic pyramids

+  void force3DOutOfBoundary( SMESH_MesherHelper&    theHelper,
+                             SMESH_ComputeErrorPtr& theError)

11 years ago0020982: EDF 1547 SMESH: Creation of non-conformal quadratic pyramids
eap [Mon, 17 Sep 2012 10:18:07 +0000 (10:18 +0000)]
0020982: EDF 1547 SMESH: Creation of non-conformal quadratic pyramids

  Returns description of an error/warning occured during the last mesh edition

11 years ago0020982: EDF 1547 SMESH: Creation of non-conformal quadratic pyramids
eap [Mon, 17 Sep 2012 10:16:21 +0000 (10:16 +0000)]
0020982: EDF 1547 SMESH: Creation of non-conformal quadratic pyramids

  double MaxLinearSize2() const;
  // Return maximal square distance between connected corner nodes

11 years ago0020982: EDF 1547 SMESH: Creation of non-conformal quadratic pyramids
eap [Mon, 17 Sep 2012 10:15:51 +0000 (10:15 +0000)]
0020982: EDF 1547 SMESH: Creation of non-conformal quadratic pyramids
+    /*!
+     * \brief Returns description of an error/warning occured during the last operation
+     */
+    ComputeError GetLastError();

11 years agodecrease the low bound of Threshold
eap [Fri, 14 Sep 2012 13:14:35 +0000 (13:14 +0000)]
decrease the low bound of Threshold

11 years agomistype
eap [Fri, 14 Sep 2012 13:10:32 +0000 (13:10 +0000)]
mistype

11 years ago0021821: EDF 2356 SMESH: Wrong GHS3D mesh with Viscous Layer hypothesis
eap [Thu, 13 Sep 2012 12:25:09 +0000 (12:25 +0000)]
0021821: EDF 2356 SMESH: Wrong GHS3D mesh with Viscous Layer hypothesis

  Log node movement not only in DEBUG mode

11 years agoFix mispells
gdd [Wed, 12 Sep 2012 09:59:08 +0000 (09:59 +0000)]
Fix mispells

11 years ago0021559: EDF 2175 SMESH: Hexa/Tetra mixed meshes
eap [Tue, 11 Sep 2012 13:20:29 +0000 (13:20 +0000)]
0021559: EDF 2175 SMESH: Hexa/Tetra mixed meshes

Improve GetAlgo()

11 years ago0021845: EDF 1855 SMESH : A no-regression test fails on RadialQuadrangle meshing
eap [Tue, 11 Sep 2012 09:24:59 +0000 (09:24 +0000)]
0021845: EDF 1855 SMESH : A no-regression test fails on RadialQuadrangle meshing

+  static TopAbs_ShapeEnum GetGroupType(const TopoDS_Shape& group,
+                                       const bool          avoidCompound=false);

11 years ago0021845: EDF 1855 SMESH : A no-regression test fails on RadialQuadrangle meshing
eap [Tue, 11 Sep 2012 09:24:28 +0000 (09:24 +0000)]
0021845: EDF 1855 SMESH : A no-regression test fails on RadialQuadrangle meshing

1) fix getAlgoData()
2) correct detection of concurrent algos in GetAlgo()

11 years ago0021821: EDF 2356 SMESH: Wrong GHS3D mesh with Viscous Layer hypothesis
eap [Tue, 11 Sep 2012 07:53:33 +0000 (07:53 +0000)]
0021821: EDF 2356 SMESH: Wrong GHS3D mesh with Viscous Layer hypothesis

  Fix smoothAnalyticEdge() for a circle

11 years agoPR: bug EDF 2300
prascle [Mon, 10 Sep 2012 07:04:02 +0000 (07:04 +0000)]
PR: bug EDF 2300

11 years agoPR: correction bug EDF 2299.
prascle [Sat, 8 Sep 2012 14:40:53 +0000 (14:40 +0000)]
PR: correction bug EDF 2299.

11 years agoCall a not published shape to mesh by name of the mesh if provided
eap [Fri, 7 Sep 2012 14:12:35 +0000 (14:12 +0000)]
Call a not published shape to mesh by name of the mesh if provided

11 years ago0021843: [CEA 658] Segmentation fault when using GHS3D on a 2D group
eap [Fri, 7 Sep 2012 08:00:48 +0000 (08:00 +0000)]
0021843: [CEA 658] Segmentation fault when using GHS3D on a 2D group

  correct fillAncestorsMap() not to miss COMPOUNDs inside a COMPOUND

11 years ago0021843: [CEA 658] Segmentation fault when using GHS3D on a 2D group
eap [Fri, 7 Sep 2012 07:58:38 +0000 (07:58 +0000)]
0021843: [CEA 658] Segmentation fault when using GHS3D on a 2D group

  Avoid "1D global algo is missing" error if it's not really missing

11 years ago0021559: EDF 2175 SMESH: Hexa/Tetra mixed meshes
eap [Thu, 6 Sep 2012 14:13:38 +0000 (14:13 +0000)]
0021559: EDF 2175 SMESH: Hexa/Tetra mixed meshes

  Return newly detected concurrent sub-meshes in the order they are
  computed w/o imposed order of sub-meshes

11 years ago0021559: EDF 2175 SMESH: Hexa/Tetra mixed meshes
eap [Thu, 6 Sep 2012 14:08:48 +0000 (14:08 +0000)]
0021559: EDF 2175 SMESH: Hexa/Tetra mixed meshes

 Use SMESH_Gen::GetPluginXMLPaths()

11 years ago0021559: EDF 2175 SMESH: Hexa/Tetra mixed meshes
eap [Thu, 6 Sep 2012 14:08:01 +0000 (14:08 +0000)]
0021559: EDF 2175 SMESH: Hexa/Tetra mixed meshes

  Use LDOMParser

+  -lTKCDF

11 years ago0021559: EDF 2175 SMESH: Hexa/Tetra mixed meshes
eap [Thu, 6 Sep 2012 14:07:24 +0000 (14:07 +0000)]
0021559: EDF 2175 SMESH: Hexa/Tetra mixed meshes

1) +  static std::vector< std::string > GetPluginXMLPaths();
2) In GetAlgo(), choose a concurrent 2D algorithm whose output is
suitable to both different 3D algos on SOLIDs

11 years ago0021559: EDF 2175 SMESH: Hexa/Tetra mixed meshes
eap [Thu, 6 Sep 2012 13:50:41 +0000 (13:50 +0000)]
0021559: EDF 2175 SMESH: Hexa/Tetra mixed meshes

+  static std::vector< std::string > GetPluginXMLPaths();

11 years ago0021559: EDF 2175 SMESH: Hexa/Tetra mixed meshes
eap [Thu, 6 Sep 2012 13:49:43 +0000 (13:49 +0000)]
0021559: EDF 2175 SMESH: Hexa/Tetra mixed meshes

+  // return true if given order of sub-meshes is OK
+  bool IsOrderOK( const SMESH_subMesh* smBefore,
+                  const SMESH_subMesh* smAfter ) const;

11 years agoPR: correction bug EDF 2299.
prascle [Thu, 6 Sep 2012 13:27:46 +0000 (13:27 +0000)]
PR: correction bug EDF 2299.

11 years agoWin32 compilation.
rnv [Wed, 5 Sep 2012 14:31:04 +0000 (14:31 +0000)]
Win32 compilation.

11 years agoAs OCCT issue 0022809 has been fixed, remove temporary workaround in the Cartesian...
vsr [Wed, 5 Sep 2012 09:23:09 +0000 (09:23 +0000)]
As OCCT issue 0022809 has been fixed, remove temporary workaround in the Cartesian 3d algorithm

11 years ago0021826: EDF 2367 SMESH : Hexaedron failure
eap [Tue, 4 Sep 2012 14:42:17 +0000 (14:42 +0000)]
0021826: EDF 2367 SMESH : Hexaedron failure

  fix the prev integration

11 years agoPR: tools for crack meshing : when building pyramids on complex shapes, orientation...
prascle [Tue, 4 Sep 2012 14:06:32 +0000 (14:06 +0000)]
PR: tools for crack meshing : when building pyramids on complex shapes, orientation detection is difficult (concavities) and can be helped if a group of faces correctly oriented is provided. (check the presence of a group named "skinFaces")

11 years agoPR: tools for crack meshing : when importing a mesh, use a tolerance relative to...
prascle [Tue, 4 Sep 2012 14:00:14 +0000 (14:00 +0000)]
PR: tools for crack meshing : when importing a mesh, use a tolerance relative to the edge size.

11 years agoPR: tools for crack meshing
prascle [Tue, 4 Sep 2012 13:58:46 +0000 (13:58 +0000)]
PR: tools for crack meshing

11 years agoPR: tools for crack meshing : take into account surfaces detected as only GeomAbs_C0...
prascle [Tue, 4 Sep 2012 13:57:12 +0000 (13:57 +0000)]
PR: tools for crack meshing : take into account surfaces detected as only GeomAbs_C0 but still OK for meshing

11 years agoPR: tools for crack meshing : detection of elements affected by node duplication...
prascle [Tue, 4 Sep 2012 13:54:50 +0000 (13:54 +0000)]
PR: tools for crack meshing : detection of elements affected by node duplication, identification of elements near a geom shape, to create a hole, creation of the skin of the future hole

11 years agoPR: tools for crack meshing : detection of elements affected by node duplication
prascle [Tue, 4 Sep 2012 13:47:56 +0000 (13:47 +0000)]
PR: tools for crack meshing : detection of elements affected by node duplication

11 years ago0021826: EDF 2367 SMESH : Hexaedron failure
eap [Tue, 4 Sep 2012 13:40:43 +0000 (13:40 +0000)]
0021826: EDF 2367 SMESH : Hexaedron failure

  fix errors of GCPnts_UniformAbscissa

11 years ago0020833: EDF 1361 SMESH : Graphical Selection of the boundary faces in one clic
eap [Mon, 3 Sep 2012 08:30:23 +0000 (08:30 +0000)]
0020833: EDF 1361 SMESH : Graphical Selection of the boundary faces in one clic

   1) Add to Init() a flag controlling the state of "Insert filter in viewer"
   2) Fix setting a selection mode

11 years ago0020833: EDF 1361 SMESH : Graphical Selection of the boundary faces in one clic
eap [Mon, 3 Sep 2012 08:29:24 +0000 (08:29 +0000)]
0020833: EDF 1361 SMESH : Graphical Selection of the boundary faces in one clic

   Add to Init() a flag controlling the state of "Insert filter in viewer"

11 years ago0020833: EDF 1361 SMESH : Graphical Selection of the boundary faces in one clic
eap [Mon, 3 Sep 2012 08:26:53 +0000 (08:26 +0000)]
0020833: EDF 1361 SMESH : Graphical Selection of the boundary faces in one clic

   Change behavior of CoplanarFaces: normals of neighboring faces
   are compared and not that of the selected face and candidate faces

11 years agoimprove readability a bit
eap [Mon, 3 Sep 2012 08:13:28 +0000 (08:13 +0000)]
improve readability a bit

11 years agoSalome Forum http://www.salome-platform.org/forum/forum_10/350978231
eap [Mon, 3 Sep 2012 08:12:37 +0000 (08:12 +0000)]
Salome Forum salome-platform.org/forum/forum_10/350978231

Move restoring SMESH_Mesh::_isModified from SMESH_Gen_i to SMESH_PreMeshInfo

11 years agoSalome Forum http://www.salome-platform.org/forum/forum_10/350978231
eap [Mon, 3 Sep 2012 08:00:12 +0000 (08:00 +0000)]
Salome Forum salome-platform.org/forum/forum_10/350978231

Clear AddHypothesis(geom,hyp) command when RemoveHypothesis(geom,hyp)
encounters iff both geom and hyp are same

11 years ago+\image html show_bad_mesh.png
eap [Fri, 31 Aug 2012 14:08:19 +0000 (14:08 +0000)]
+\image html show_bad_mesh.png
+<em>Too close nodes causing meshing failure are shown in magenta using <b>Show
+    bad Mesh</b> button</em>

11 years agominor change
eap [Fri, 31 Aug 2012 12:32:53 +0000 (12:32 +0000)]
minor change

11 years ago0021823: [CEA 649] Compute failed without any errors
eap [Fri, 31 Aug 2012 12:08:42 +0000 (12:08 +0000)]
0021823: [CEA 649] Compute failed without any errors

  Fix reporting a warning if no elements are assigned to a sub-shape

11 years ago0021823: [CEA 649] Compute failed without any errors
eap [Fri, 31 Aug 2012 12:07:45 +0000 (12:07 +0000)]
0021823: [CEA 649] Compute failed without any errors

   bool checkComputeError(SMESH_Algo*         theAlgo,
+                         const bool          theComputeOK,
                          const TopoDS_Shape& theShape=TopoDS_Shape());

11 years ago0021825: Error in the example of "Projection Algorithms" in the user's guide
eap [Fri, 31 Aug 2012 12:04:11 +0000 (12:04 +0000)]
0021825: Error in the example of "Projection Algorithms" in the user's guide

 check if MakeComputed() is really OK

11 years ago0021825: Error in the example of "Projection Algorithms" in the user's guide
eap [Fri, 31 Aug 2012 12:03:32 +0000 (12:03 +0000)]
0021825: Error in the example of "Projection Algorithms" in the user's guide

 In MakeComputed(), check if gen->Compute() is really OK

11 years ago0021825: Error in the example of "Projection Algorithms" in the user's guide
eap [Fri, 31 Aug 2012 12:01:15 +0000 (12:01 +0000)]
0021825: Error in the example of "Projection Algorithms" in the user's guide

  fix order of SetVertexAssociation() calls

11 years agoUnify usage of capital letters
eap [Fri, 31 Aug 2012 08:20:12 +0000 (08:20 +0000)]
Unify usage of capital letters

11 years ago0020749: EDF 1291 SMESH : Create 2D Mesh from 3D improvement
vsr [Thu, 30 Aug 2012 13:57:33 +0000 (13:57 +0000)]
0020749: EDF 1291 SMESH : Create 2D Mesh from 3D improvement
(Fix problem with Object browser updating)
- Revert fix made for issue "0021515: EDF 2169 SMESH: groups not in OB" - it is no more required since actual problem is solved by fix for issue 0020749.

11 years agoAdd table of contents
eap [Thu, 30 Aug 2012 10:29:39 +0000 (10:29 +0000)]
Add table of contents

11 years ago0021825: Error in the example of "Projection Algorithms" in the user's guide
eap [Thu, 30 Aug 2012 10:26:51 +0000 (10:26 +0000)]
0021825: Error in the example of "Projection Algorithms" in the user's guide

  update to reflect introduction of StdMeshers_ShapeShapeBiDirectionMap
  instead of TopTools_DataMapOfShapeShape

11 years agoCTN: EDF 1729 SMESH : Example of a script using Projection1D2D => Update documentation
gdd [Thu, 30 Aug 2012 08:33:36 +0000 (08:33 +0000)]
CTN: EDF 1729 SMESH : Example of a script using Projection1D2D => Update documentation

11 years ago0021823: [CEA 649] Compute failed without any errors
eap [Thu, 30 Aug 2012 07:50:03 +0000 (07:50 +0000)]
0021823: [CEA 649] Compute failed without any errors

report a warning if no elements are assigned to a sub-shape

11 years ago0021823: [CEA 649] Compute failed without any errors
eap [Thu, 30 Aug 2012 07:43:07 +0000 (07:43 +0000)]
0021823: [CEA 649] Compute failed without any errors

+    COMPERR_NO_MESH_ON_SHAPE // no mesh elements assigned to sub-mesh

11 years agountabify
eap [Thu, 30 Aug 2012 07:42:51 +0000 (07:42 +0000)]
untabify

11 years ago0021823: [CEA 649] Compute failed without any errors
eap [Thu, 30 Aug 2012 07:42:34 +0000 (07:42 +0000)]
0021823: [CEA 649] Compute failed without any errors

+        <source>COMPERR_NO_MESH_ON_SHAPE</source>
+        <translation>No mesh elements assigned to a Sub-shape</translation>

11 years ago0021823: [CEA 649] Compute failed without any errors
eap [Thu, 30 Aug 2012 07:42:09 +0000 (07:42 +0000)]
0021823: [CEA 649] Compute failed without any errors

report a warning if no elements are assigned to a sub-shape

11 years ago-#include "SMESH_*D_Algo.hxx"
eap [Wed, 29 Aug 2012 16:45:51 +0000 (16:45 +0000)]
-#include "SMESH_*D_Algo.hxx"
+#include "SMESH_Algo.hxx"

11 years agountabify
eap [Wed, 29 Aug 2012 16:44:07 +0000 (16:44 +0000)]
untabify

11 years agoRemove useless files, declarations and implementations of constructors
eap [Wed, 29 Aug 2012 16:43:11 +0000 (16:43 +0000)]
Remove useless files, declarations and implementations of constructors
of classes are moved to SMESH.Algo.*xx

SMESH_*D_Algo.*xx

11 years ago0021815: EDF 2347 SMESH : Error when meshing vertices
vsr [Wed, 29 Aug 2012 14:45:18 +0000 (14:45 +0000)]
0021815: EDF 2347 SMESH : Error when meshing vertices
Update documentation: add explanation about meaning of "3D", "2D", "1D" and "0D" pages in "Create mesh" dialog box.

11 years agoImport .dat file
eap [Wed, 29 Aug 2012 09:07:18 +0000 (09:07 +0000)]
Import .dat file
http://www.salome-platform.org/forum/forum_10/504470444

Remove "Import DAT" menu

11 years agoImport .dat file
eap [Wed, 29 Aug 2012 09:06:20 +0000 (09:06 +0000)]
Import .dat file
http://www.salome-platform.org/forum/forum_10/504470444

Precision about DAT format

11 years agohttp://www.salome-platform.org/forum/forum_10/984341981
eap [Tue, 28 Aug 2012 14:08:33 +0000 (14:08 +0000)]
www.salome-platform.org/forum/forum_10/984341981

Fix UV of nodes on the FACE

11 years ago0021815: EDF 2347 SMESH : Error when meshing vertices
eap [Mon, 27 Aug 2012 13:25:36 +0000 (13:25 +0000)]
0021815: EDF 2347 SMESH : Error when meshing vertices

Enable ceation of nodes on a COMPOUND of VERTEXes

11 years ago0021806: [CEA 637] Wrap error message on Mesh Computation Failed Dialog
vsr [Mon, 27 Aug 2012 11:51:25 +0000 (11:51 +0000)]
0021806: [CEA 637] Wrap error message on Mesh Computation Failed Dialog

11 years agoimprove comments
eap [Fri, 24 Aug 2012 13:51:54 +0000 (13:51 +0000)]
improve comments

11 years agohttp://www.salome-platform.org/forum/forum_11/800053490
eap [Fri, 24 Aug 2012 13:41:12 +0000 (13:41 +0000)]
www.salome-platform.org/forum/forum_11/800053490

1) Fix orientation of new faces on FACEs shared by SOLIDs
2) Create missing segments

11 years agohttp://www.salome-platform.org/forum/forum_11/800053490
eap [Fri, 24 Aug 2012 13:39:50 +0000 (13:39 +0000)]
www.salome-platform.org/forum/forum_11/800053490

Fix LoadNodeColumns() for a not implemented case of viscous layers

11 years agocomment out obsolete methods relating to treatment of notebook variables
eap [Fri, 24 Aug 2012 13:33:22 +0000 (13:33 +0000)]
comment out obsolete methods relating to treatment of notebook variables

11 years agoimprove comments
eap [Fri, 24 Aug 2012 13:32:35 +0000 (13:32 +0000)]
improve comments

11 years ago0021811: EDF BLSURFPLUGIN GHS3DPLUGIN: If dump is not historical, dump of hypothesis...
eap [Fri, 24 Aug 2012 11:47:21 +0000 (11:47 +0000)]
0021811: EDF BLSURFPLUGIN GHS3DPLUGIN: If dump is not historical, dump of hypothesis is incomplete

read methods (<accumulative-methods>) that don't
change a value of a meshing parameter but add one more value

11 years ago0021811: EDF BLSURFPLUGIN GHS3DPLUGIN: If dump is not historical, dump of hypothesis...
eap [Fri, 24 Aug 2012 11:46:38 +0000 (11:46 +0000)]
0021811: EDF BLSURFPLUGIN GHS3DPLUGIN: If dump is not historical, dump of hypothesis is incomplete

read and take into account methods (<accumulative-methods>) that don't
change a value of a meshing parameter but add one more value

11 years ago0021811: EDF BLSURFPLUGIN GHS3DPLUGIN: If dump is not historical, dump of hypothesis...
eap [Fri, 24 Aug 2012 11:45:41 +0000 (11:45 +0000)]
0021811: EDF BLSURFPLUGIN GHS3DPLUGIN: If dump is not historical, dump of hypothesis is incomplete

store methods that don't change a value of a meshing parameter but
add one more value

csll _pyHypothesis
{
...
+  std::set< _AString >          myAccumulativeMethods;

11 years agoImprovement of Python API documentation (SMESH and plugins):
vsr [Fri, 24 Aug 2012 05:52:39 +0000 (05:52 +0000)]
Improvement of Python API documentation (SMESH and plugins):
- move base Mesh_Algorithm class to the separate python module

11 years agoImprovement of Python API documentation (SMESH and plugins):
vsr [Fri, 24 Aug 2012 05:32:18 +0000 (05:32 +0000)]
Improvement of Python API documentation (SMESH and plugins):
- move base Mesh_Algorithm class to the separate python module

11 years agoFix wrong display of preferences in Properties window.
gdd [Thu, 23 Aug 2012 13:08:11 +0000 (13:08 +0000)]
Fix wrong display of preferences in Properties window.
Update doc to add MED_BALL elements.

11 years agoAdd classes inheritance diagrams to documentation
vsr [Thu, 23 Aug 2012 07:48:33 +0000 (07:48 +0000)]
Add classes inheritance diagrams to documentation

11 years agoAdd missing docHelper attributes
vsr [Thu, 23 Aug 2012 07:35:00 +0000 (07:35 +0000)]
Add missing docHelper attributes

11 years agoAnother minor correction
vsr [Wed, 22 Aug 2012 13:13:05 +0000 (13:13 +0000)]
Another minor correction

11 years agoAdditional minor changes
vsr [Wed, 22 Aug 2012 11:47:12 +0000 (11:47 +0000)]
Additional minor changes

11 years agosmall correction of generated documentation
vsr [Wed, 22 Aug 2012 10:31:25 +0000 (10:31 +0000)]
small correction of generated documentation

11 years ago0021308: EDF 1923 SMESH: Remove hard-coded dependency of the external mesh plugins...
vsr [Wed, 22 Aug 2012 07:33:58 +0000 (07:33 +0000)]
0021308: EDF 1923 SMESH: Remove hard-coded dependency of the external mesh plugins from the SMESH module
* Improve documentation for meshing plug-ins (in particular, dynamically added methods)

11 years ago0021308: EDF 1923 SMESH: Remove hard-coded dependency of the external mesh plugins...
vsr [Wed, 22 Aug 2012 06:12:24 +0000 (06:12 +0000)]
0021308: EDF 1923 SMESH: Remove hard-coded dependency of the external mesh plugins from the SMESH module
* Improve documentation for meshing plug-ins (in particular, dynamically added methods)

11 years ago0021308: EDF 1923 SMESH: Remove hard-coded dependency of the external mesh plugins...
vsr [Wed, 22 Aug 2012 05:45:47 +0000 (05:45 +0000)]
0021308: EDF 1923 SMESH: Remove hard-coded dependency of the external mesh plugins from the SMESH module
* Improve documentation for meshing plug-ins (in particular, dynamically added methods)

11 years ago021800: EDF 2346 : Bug in the dump of ExtrusionAlongpathX
eap [Tue, 21 Aug 2012 15:50:07 +0000 (15:50 +0000)]
021800: EDF 2346 : Bug in the dump of ExtrusionAlongpathX

11 years ago0021374: EDF 1898 SMESH: Extrusion of a node to have an edge
eap [Tue, 21 Aug 2012 15:26:19 +0000 (15:26 +0000)]
0021374: EDF 1898 SMESH: Extrusion of a node to have an edge

 Set a filter to select groups and sub-meshes corresponding to a constructor id

11 years ago0021801: EDF 2143 SMESH: random order of groups returned by ExtrusionSweepObject2D
eap [Tue, 21 Aug 2012 14:26:08 +0000 (14:26 +0000)]
0021801: EDF 2143 SMESH: random order of groups returned by ExtrusionSweepObject2D

  set correct type of a new group

11 years ago0021801: EDF 2143 SMESH: random order of groups returned by ExtrusionSweepObject2D
eap [Tue, 21 Aug 2012 14:14:48 +0000 (14:14 +0000)]
0021801: EDF 2143 SMESH: random order of groups returned by ExtrusionSweepObject2D

11 years ago0021801: EDF 2143 SMESH: random order of groups returned by ExtrusionSweepObject2D
eap [Tue, 21 Aug 2012 14:13:23 +0000 (14:13 +0000)]
0021801: EDF 2143 SMESH: random order of groups returned by ExtrusionSweepObject2D

+  SMESH_Group* AddGroup (SMESHDS_GroupBase* groupDS)