Commit Graph

820 Commits

Author SHA1 Message Date
eap
23d3375b50 0020184: EDF SMESH 952: Projection 2D does not work
project only if there are nodes on face
2009-03-03 09:01:11 +00:00
eap
d45660bd01 make same as in V5_1_main
+  operator char*() const {
+    return (char*)c_str();
+  }
2009-03-03 09:00:32 +00:00
eap
58fe09d5ef 0020184: EDF SMESH 952: Projection 2D does not work
+  static bool IsBoundaryEdge()
+  bool AssocGroupsByPropagation()
2009-03-03 08:52:24 +00:00
eap
7cf00a5066 0020184: EDF SMESH 952: Projection 2D does not work
use ShapeAnalysis::OuterWire() insead of BRepTools::OuterWire()
2009-03-03 08:48:39 +00:00
jfa
8b7cb7f71d Bug 0020185: EDF SMESH 967 : Anomaly in Merge Nodes. 2009-03-02 14:57:49 +00:00
eap
5caaedcd2a 0020183: EDF SMESH 966 : Mesh element info anomaly
enable selecting nodes common to 2 shown groups
2009-02-27 13:35:39 +00:00
eap
cc3700aba0 avoid repeated search in std::map 2009-02-27 11:33:29 +00:00
eap
f600e22b18 0020183: EDF SMESH 966 : Mesh element info anomaly
fix GetElemObjId() and GetNodeObjId: prevent out_of_range error if id==vector.size()
2009-02-27 11:25:08 +00:00
eap
efb752bab0 0020182: EDF SMESH 965 : SIGSEV at study opening with SMESH
be patient to studies with invalid node positions data
2009-02-25 15:43:14 +00:00
eap
89c8e3eea7 In Clear(), nullify nb of poly elements 2009-02-25 15:17:05 +00:00
eap
2e2429b291 0020170: EDF SMESH: Selection behaviour in object browser from hypothesis editing windows
+  int                          getActiveObject();
2009-02-24 10:51:35 +00:00
eap
77b3094310 0020170: EDF SMESH: Selection behaviour in object browser from hypothesis editing windows
remove filters before creation/edition of hypothesis and restore them after
2009-02-24 10:51:10 +00:00
dmv
eb35bdd99a 0020168: EDF SMESH 953: uncomplete selection with filter 'belong on geom' 2009-02-20 11:40:28 +00:00
dmv
dface3a3cb 0020168: EDF SMESH 953: uncomplete selection with filter 'belong on geom' 2009-02-20 08:05:52 +00:00
eap
070f27d74e PAL15429 Computation of the mesh, based on "014.brep" via Tetrahedron(NETGEN), is failed.
fix for G7.py
+  /*!
+   * \brief Return number of unique ancestors of the shape
+   */
+  static int NbAncestors(const TopoDS_Shape& shape,
+                         const SMESH_Mesh&   mesh,
+                         TopAbs_ShapeEnum    ancestorType=TopAbs_SHAPE);
+
2009-02-20 07:14:17 +00:00
eap
651353fbca PAL15429 Computation of the mesh, based on "014.brep" via Tetrahedron(NETGEN), is failed.
fix for G7.py
+  /*!
+   * \brief Return number of unique ancestors of the shape
+   */
+  static int NbAncestors(const TopoDS_Shape& shape,
+                         const SMESH_Mesh&   mesh,
+                         TopAbs_ShapeEnum    ancestorType=TopAbs_SHAPE);
+
2009-02-17 07:07:51 +00:00
admin
0d00a7e1ae This commit was generated by cvs2git to create branch 'V4_1_0_maintainance'.
Cherrypick from master 2009-02-17 05:27:49 UTC vsr <vsr@opencascade.com> 'Merge from BR_V5_DEV 16Feb09':
    src/StdMeshers/StdMeshers_CompositeHexa_3D.cxx
    src/StdMeshers/StdMeshers_CompositeHexa_3D.hxx
2009-02-17 05:27:54 +00:00
eap
16ce557c6f PAL15429 Computation of the mesh, based on "014.brep" via Tetrahedron(NETGEN), is failed.
fix case of wires thouching each other
2009-02-16 14:07:22 +00:00
eap
1ae00d609a PAL13617 NbSubMesh() method works wrong 2009-02-13 13:45:56 +00:00
dmv
aff95f9074 0020112: [CEA 309] Impossible to create a group with a sphere filter 2009-02-03 11:14:09 +00:00
akl
3e181fc5e9 Fix of 20128 issue (EDF SMESH 926 : Quadratic conversion of BLSURF mesh). 2009-01-22 15:05:12 +00:00
jfa
d10c902494 Fix bug 0020138: EDF SMESH : Impossible to create (n)D mesh after creating (n+1)D mesh. 2009-01-20 13:06:02 +00:00
vsr
8479b646bc Correct make file for shared modules script 2009-01-15 14:08:09 +00:00
dmv
3d3be0ce81 0020062: [CEA 295] Type coherence in *.i files 2008-12-30 14:11:08 +00:00
mzn
064a124120 Fix for bug IPAL20731 (Clipping item is available in pop-up with multiple selection, but it works for one element only). 2008-12-23 12:12:49 +00:00
akl
b96c803ff5 To correct parsing of commands like object.command(obj, 'str=value'),
when '=' character takes place between '' or "" symbols.
2008-12-19 11:19:09 +00:00
akl
6c06abe73e Rollback the correction of parser of commands like object.command(obj, 'str=value'). Waiting of 4.1.4 issuing. 2008-12-05 14:38:51 +00:00
akl
57efa381ef To correct parsing of commands like object.command(obj, 'str=value'),
when '=' character takes place between '' or "" symbols.
2008-12-05 08:56:21 +00:00
abd
179aef89ac Fix using of std::set::const_iterator as agrument of set::erase method.
It's incompatible with MS compiler.
2008-12-03 09:35:52 +00:00
vsr
f15129eb55 Fix problem with devdocs generation 2008-11-27 15:10:20 +00:00
abd
85c0f44772 Update copyright information 2008-11-27 13:08:54 +00:00
abd
af6ed21748 Update copyright information 2008-11-27 12:37:00 +00:00
abd
efe4782e2e Update copyright information 2008-11-27 12:31:37 +00:00
abd
8147092455 Update copyright information 2008-11-27 12:26:11 +00:00
maintenance team
dc09d6ec02 Update GUI documentation 2008-11-24 09:09:41 +00:00
eap
ee358f28b2 0019957: EDF 785 SMESH: Convert Quadratic and Group on GEOM
fix Renumber()
2008-11-21 11:00:48 +00:00
eap
ab4b31575f 0019957: EDF 785 SMESH: Convert Quadratic and Group on GEOM
add an arg to RemoveFreeElement() and RemoveFreeNode()
2008-11-21 11:00:25 +00:00
eap
5be5d046f6 0019957: EDF 785 SMESH: Convert Quadratic and Group on GEOM
fix ConvertToQuadratic() and a reverse function: log changes
2008-11-21 10:58:40 +00:00
eap
ff0fe2edd9 0019957: EDF 785 SMESH: Convert Quadratic and Group on GEOM
return bool from Remove()
2008-11-21 10:57:27 +00:00
eap
631457134c 0019957: EDF 785 SMESH: Convert Quadratic and Group on GEOM
optimize Renumber()
2008-11-21 10:55:53 +00:00
eap
3d14a19f1e 0020053: EDF 868 GEOM: Using sub-meshes 2008-11-20 15:50:36 +00:00
dmv
4ee952246b 4x : SIGSEGV after Close Study with Clipping dialog box opened. 2008-11-20 14:11:49 +00:00
eap
4df9cdb59d 0020053: EDF 868 GEOM: Using sub-meshes 2008-11-20 13:24:53 +00:00
eap
c431d7d49e Avoid meshing submeshes with global algos under submeshes that are to
be meshed with all-dim algos like NETGEN 1D-2D
2008-11-20 08:47:21 +00:00
dmv
668fab300c 0020045: EDF 852 SMESH: Documention of Projection algorithms 2008-11-18 15:22:06 +00:00
vsr
215c9b865b Fix script bugs 2008-11-18 10:02:56 +00:00
vsr
e0c8587bcd 20032: new python example : add to Makefile 2008-11-14 08:47:27 +00:00
jfa
8fc0480091 Bug 0020034: [CEA 282] crash in SALOME_Session_Server after SMESH computation. 2008-11-12 10:47:19 +00:00
dmv
9e7d5e2d9f 0020037: EDF 859 SMESH : Mesh Element Info help unavailable 2008-11-10 14:30:02 +00:00
vsr
4e97eee733 Add new example python script (from CEA) 2008-11-05 10:12:59 +00:00