eap
f7e5178009
Speed up "Clear mesh data"
2008-10-13 08:14:40 +00:00
eap
b45fb08505
19997: Compute does not work in script, ok in GUI
...
in clearSubMesh() call ComputeStateEngine() only on not empty submesh
2008-10-13 08:12:34 +00:00
eap
59566e03c4
PAL20461 4.x Wrong mesh after creation of 3D mesh from 2D skin.
...
additionally fix getDependsOnIterator() if submesh map is empty
2008-10-03 10:39:33 +00:00
eap
b07bf8e140
PAL20461 4.x Wrong mesh after creation of 3D mesh from 2D skin.
...
fix getDependsOnIterator() if submesh map is empty
2008-10-03 08:39:28 +00:00
jfa
27ea448bbb
For IMP 16155: use BRep_Tool::IsClosed() instead of TopoDS_Shape::Closed().
2008-10-02 06:43:10 +00:00
eap
0375a82ed4
[SALOME platform 0013410]: SubMesh not taken into account with Netgen 1D-2D et 1D-2D-3D
...
1) algo->Compute() depending on algo->SupportSubmeshes()
2)
+ /*!
+ * \brief Return true if no mesh entities is bound to the submesh
+ */
+ bool IsEmpty() const;
2008-09-16 08:49:28 +00:00
eap
5b5ccb2c07
[SALOME platform 0013410]: SubMesh not taken into account with Netgen 1D-2D et 1D-2D-3D
...
+ /*!
+ * \brief Return an alternative parameter for a node on seam
+ */
+ double GetOtherParam(const double param) const;
2008-09-16 08:46:01 +00:00
eap
21cd6e11b8
[SALOME platform 0013410]: SubMesh not taken into account with Netgen 1D-2D et 1D-2D-3D
...
const SMESH_Hypothesis * GetHypothesis(const TopoDS_Shape & aSubShape,
const SMESH_HypoFilter& aFilter,
- const bool andAncestors) const;
+ const bool andAncestors,
+ TopoDS_Shape* assignedTo=0) const;
2008-09-16 08:45:09 +00:00
eap
ee5c3ec1b3
[SALOME platform 0013410]: SubMesh not taken into account with Netgen 1D-2D et 1D-2D-3D
...
+ static SMESH_HypoPredicate* IsMoreLocalThan(const TopoDS_Shape& theShape);
2008-09-16 08:44:22 +00:00
eap
e373b6970b
[SALOME platform 0013410]: SubMesh not taken into account with Netgen 1D-2D et 1D-2D-3D
...
rearrange Compute()
2008-09-16 08:43:43 +00:00
eap
864b91b488
[SALOME platform 0013410]: SubMesh not taken into account with Netgen 1D-2D et 1D-2D-3D
...
+ bool SupportSubmeshes() const { return _supportSubmeshes; }
+ // 5 - whether supports submeshes if !NeedDescretBoundary()
2008-09-16 08:42:30 +00:00
vsr
13f0836297
Implement 'make dist' and 'make distcheck' steps support
2008-09-16 03:20:19 +00:00
jfa
5f39147f64
Initialize some fields before usage.
2008-09-03 07:05:53 +00:00
eap
ff5e5d0e73
[SALOME platform 0019943]: Pb with projection 2d
...
In SMESH_Pattern::Load(mesh,face), fix treating seam vertices of not seam edges
2008-09-02 08:46:36 +00:00
abd
4ecc1e1c81
Fix compilation problems on Win32 platform
2008-08-28 09:55:09 +00:00
jfa
49922d93e3
Bug 0016155: EDF PAL 447: If the shape is a Shell, disable 3D tab.
2008-08-11 11:00:16 +00:00
abd
65d1c98391
Merging with BR_WPdev_For_5_0
2008-08-08 07:45:27 +00:00
vsr
8ce2153da0
merge from V4_1_0_maintainance branch (from tag mergeto_BR_QT4_Dev_29Jul08)
2008-07-29 14:08:56 +00:00
vsr
ddd20dd943
Merge from V4_1_0_maintainance branch (from tag mergeto_BR_QT4_Dev_08Jul08)
2008-07-23 11:49:09 +00:00
vsr
47a901faf4
Merge from BR_Dev_For_4_0 branch (from tag mergeto_BR_QT4_Dev_07Jul08)
2008-07-22 09:10:35 +00:00
vsr
864789c1b0
*** empty log message ***
2008-03-20 09:37:31 +00:00
vsr
85b1cfc1f0
Merge from BR_Dev_For_4_0 branch (from mergeto_BR_QT4_Dev_17Jan08 tag)
...
--- BEFORE PORTING TO QT 4 ---
2008-02-11 15:08:07 +00:00
abd
174f30eb78
Integrate improvement PAL13615 from V3_2_0_maintainance
2007-04-24 11:04:11 +00:00
abd
c62faf0b9f
Fix mistakes in Makefile.am
2007-04-23 07:45:48 +00:00
abd
af2aec1a2e
Fix compilation problems on RedHat( HDF flags )
2007-04-20 14:56:18 +00:00
abd
358f8ddd54
Merging from V3_2_6pre4
2007-04-18 15:44:59 +00:00
abd
82decf21b0
Using AutoTools for build procedure
2007-04-13 14:53:27 +00:00
abd
9d11375af4
Merging with WPdev
2007-02-07 12:14:23 +00:00
admin
466cf8703a
This commit was generated by cvs2git to create branch 'BR_Dev_For_4_0'.
...
Sprout from V3_2_0_maintainance 2006-09-08 11:18:59 UTC jfa <jfa@opencascade.com> 'PAL13409: EDF282 SMESH: Tetrahedron is added if we specify Mefisto.'
Cherrypick from V3_2_0_maintainance 2007-01-22 15:14:46 UTC admin <salome-admin@opencascade.com> 'This commit was generated by cvs2git to create branch 'V3_2_0_maintainance'.':
src/SMESH/SMESH_Octree.cxx
src/SMESH/SMESH_Octree.hxx
src/SMESH/SMESH_OctreeNode.cxx
src/SMESH/SMESH_OctreeNode.hxx
Cherrypick from V3_2_0_maintainance 2006-06-08 14:05:10 UTC admin <salome-admin@opencascade.com> 'This commit was generated by cvs2git to create branch 'V3_2_0_maintainance'.':
doc/salome/gui/SMESH/pics/a-extusionalongapath2.png
doc/salome/tui/SMESH/sources/bg_salome.gif
2007-01-22 15:14:47 +00:00
jfa
31282d8886
Join modifications from branch BR_For_OCT_611: migration to OCCT6.1.1 with new exception handling and improved threads support.
2006-09-04 11:39:20 +00:00
eap
af7f9c7057
PAL12992. Add type TIDSortedElemSet to be used to assure predictability of edition
2006-08-07 12:05:03 +00:00
eap
755885c93b
PAL12157. In Dump(), fix spelling
2006-07-04 06:27:59 +00:00
eap
61e6f5da79
PAL12157. In Dump(), show info on poly elements
2006-07-03 14:53:54 +00:00
eap
defd690348
PAL12157. Make Dump() show info on quadratic elements
2006-06-27 13:00:12 +00:00
jfa
c63ee099ad
Join modifications from branch BR_DEBUG_3_2_0b1
2006-06-01 11:39:17 +00:00
jfa
57b43b4d01
Join modifications from branch OCC_debug_for_3_2_0b1
2006-05-06 08:51:48 +00:00
jfa
4ff5bd6154
Join modifications from branch OCC_development_for_3_2_0a2
2006-03-13 15:29:49 +00:00
smh
d0f366c4a3
Merge from OCC_development_generic_2006
...
Preparation of 3.2.0a1
2006-02-07 15:01:11 +00:00
eap
96874fc4b6
PAL10953. Fix GetSubmeshComputed(): there may be elements but no nodes in a submesh
2005-12-26 10:36:57 +00:00
eap
493903908d
fix PAL10974. Call CleanDependants() instead of
...
RemoveSubMeshElementsAndNodes() before algo->Compute()
2005-12-20 13:57:13 +00:00
eap
d81b4f8f21
fix bug PAL10974: add IsReversedSubMesh()
2005-12-20 13:53:23 +00:00
eap
477d745d92
fix bug PAL10974: check if SubMeshesComputed() by presence of nodes in submesh.
...
Restore lost modifications fixing PAL8021.
2005-12-20 11:10:13 +00:00
smh
2754c581d3
Copyrights update
2005-12-05 16:31:55 +00:00
skl
db9a6dee24
Improvement of extrusion functionality
2005-11-14 12:41:17 +00:00
eap
81e9dbdf6c
PAL10491. Add GetAlgoState()
2005-11-14 09:11:54 +00:00
eap
d5f8c39955
Fix bug 10390. fix getting submesh for a shell
2005-11-08 13:04:03 +00:00
eap
b992817854
PAL10158. Add clearMesh()
2005-11-07 14:34:13 +00:00
eap
7a320061b4
PAL10158. Add clearMesh() where call ComputeStateEngine(CLEANDEP)
2005-11-07 14:34:02 +00:00
skl
868e306e09
Improvement of extrusion functionality
2005-10-25 07:26:54 +00:00
san
22f20048e0
Temporarily rolling back the last integration
2005-10-21 07:58:14 +00:00