eap
54a7ed03b8
- if ( myProjFace.IsDone() && myProjFace.LowerDistance() <= myTol );
...
+ if ( myProjFace.IsDone() && myProjFace.LowerDistance() <= myTol )
2012-12-20 11:20:35 +00:00
eap
5ee5ad7e03
Fix a bug that "Lying on Geom" filter rejects elements whose gravity
...
center is outside the shape
2012-12-18 10:56:35 +00:00
eap
3304d08571
21948: EDF SMESH : Memory is not freed when deleting a mesh
...
Optimize ElementsOnShape for large meshes
2012-12-14 13:36:23 +00:00
eap
0864c4d0a8
0021999: EDF 2480 SMESH : Aspect ratio on a flat mesh
...
1) For badly shaped elements, to prevent division by zero and other FP errors, do not use Presicion::Confusion() but 1e-100 and return 1e+100 if this limit is overcome
2) merge other changes from V6_6_BR
2012-11-23 14:34:33 +00:00
eap
49c44a713e
0021339: EDF 1928 SMESH: Create group of 0D elements
...
Fix ElemGeomType::IsSatisfy() to work automatically with any new type
2012-10-18 11:40:33 +00:00
eap
8203a3d57e
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
2012-09-03 08:26:53 +00:00
eap
61cd810fbe
0021459: EDF 1495 SMESH: Manipulation of discrete elements with attributes
...
+ class SMESHCONTROLS_EXPORT BallDiameter: public virtual NumericalFunctor{
2012-07-19 12:47:14 +00:00
eap
171b3e8882
0021723: EDF SMESH: Calculation of Aspect Ratio
...
Use vtkMeshQuality::QuadAspectRatio()
2012-07-13 07:24:06 +00:00
vsr
d4a710ce52
Merge from V6_5_BR 05/06/2012
2012-06-05 12:18:07 +00:00
eap
ce9cd12e09
fix CoincidentElements::IsSatisfy() for polyhedrons
2012-02-28 13:32:04 +00:00
eap
e65e4d9a03
0021338: EDF 1926 SMESH: New controls and filters
...
+ /*!
+ * \brief Class used to detect mesh modification: IsMeshModified() returns
+ * true if a mesh has changed since last calling IsMeshModified()
+ */
+ class SMESHCONTROLS_EXPORT TMeshModifTracer
2012-01-26 15:56:22 +00:00
eap
a286422371
0021338: EDF 1926 SMESH: New controls and filters
...
+ -I$(srcdir)/../SMESHUtils
2012-01-23 16:14:27 +00:00
eap
3ce7e67ad8
0021338: EDF 1926 SMESH: New controls and filters
...
+ class SMESHCONTROLS_EXPORT CoincidentElements: public Predicate {
+ class SMESHCONTROLS_EXPORT CoincidentNodes: public Predicate {
2012-01-23 16:10:55 +00:00
jfa
5acab3d327
Porting to OCCT development version: Standard_PI -> M_PI
2011-12-26 13:07:08 +00:00
eap
faf45035fc
0021347: [CEA 497] Visualisation into SMESH and VISU of hexagonal prism cells (MED_OCTA12)
...
0021380: EDF 1937 SMESH: Take into account QUAD9 and HEXA27
2011-12-16 09:34:33 +00:00
prascle
0cc83ae5e2
PR: compilation on KUbuntu 11.10
2011-10-23 11:10:05 +00:00
eap
ab30ed84d6
0020511: EDF 1101 SMESH : Add CGNS to Mesh Format Supported
...
Move SMESH_Controls.hxx from src/Controls to avoid mutual
dependency between SMESHDS and Controls
2011-08-10 10:10:03 +00:00
eap
d73cacdd51
0021014: EDF 1583 SMESH: Improvement of the Python Dump for the creation of groups
...
Move definition of abstract classes Functor and Predicate from
SMESH_ControlsDef.hxx to SMESH_Controls.hxx
2011-06-23 12:10:32 +00:00
vsr
2c607013a2
Merge from V6_3_BR 06/06/2011
2011-06-06 08:15:39 +00:00
eap
f0a9396455
ACTION 31.3 from CoTech:
...
EURIWARE BO: Homogenize the formulas used to calculate the Controls in SMESH to fit with
those of ParaView. The library used by ParaView for those calculations can be reused in SMESH.
2011-02-17 14:37:46 +00:00
vsr
20570dd75e
0020943: EDF 1463 SMESH: additional fonctionnality to the feature 20749
...
Fix "bare faces" control problem
2011-01-27 10:14:07 +00:00
inv
2de294b09a
Merge from V6_2_BR 23/12/2010
2010-12-24 08:18:34 +00:00
prascle
2e16ca1281
PR: correct some warnings
2010-11-30 22:35:24 +00:00
prascle
8fa039a796
merge from branch BR_SMDS_MEMIMP 29 nov 2010
2010-11-29 13:20:53 +00:00
vsr
d8f644ca3d
Merge from V5_1_main branch 24/11/2010
2010-11-25 12:44:43 +00:00
vsr
9357f5c870
Merge from V5_1_main 14/05/2010
2010-05-14 15:32:37 +00:00
vsr
2daa321efa
Merge from V5_1_3_BR branch (07/12/09)
2009-12-08 13:11:42 +00:00
vsr
5f21fe20f5
Issue 0020474: Symbols multi-defined in SMESHimpl.dll
2009-09-14 13:21:39 +00:00
vsr
686a864564
Merge from V5_1_2_BR branch (14 July 2009)
2009-07-15 08:11:22 +00:00
vsr
23636c1eb3
Issue 0020370: Symbols multi defined
2009-05-28 13:39:06 +00:00
adam
c9cb7f7c5d
Test EXPORTS definition with target name as suggested by cmake
2009-03-06 16:00:11 +00:00
adam
d5dd2d9628
compatibility windows compilation with cmake
2009-02-24 09:27:39 +00:00
dmv
85ce250186
0020168: EDF SMESH 953: uncomplete selection with filter 'belong on geom'
2009-02-20 11:39:09 +00:00
vsr
0635c9fc80
Merge from BR_V5_DEV 16Feb09
2009-02-17 05:27:49 +00:00
jfa
79b1ac2b6d
Join modifications from BR_Dev_For_4_0 tag V4_1_1.
2008-03-07 07:47:05 +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
jfa
6b471bcc54
Join modifications from branch BR_3_1_0deb
2005-12-28 09:17:39 +00:00
smh
5b66adc250
Preparation of 3.1.0a2: version ID. compilation with new HEAD and new MED (with polyhedres)
2005-10-18 14:52:45 +00:00
eap
2875648bdb
IMP 10199 (add Volume Control). Add Volume NumericalFunctor.
2005-10-10 14:40:28 +00:00
szy
42c7eb97f9
Windows porting
2005-08-30 12:57:02 +00:00
jfa
c9c6669fab
Enable setting of Numeric Functors as criteria in Split Quadrangles and Union Triangles functionalities in GUI
2005-08-11 08:06:39 +00:00
enk
05fdecbb6a
Added support for quality control (on polygons) - Aspect Ratio.
2005-08-02 11:13:18 +00:00
smh
c38c10811a
SMH: Preparation version 3.0.0 - merge (HEAD+POLYWORK)
2005-06-07 13:22:20 +00:00
eap
283a9b4f5a
PAL7358. Add BadOrientedVolume predicate
2005-01-21 12:21:36 +00:00
admin
090aff0726
Merge with OCC_development_01
2005-01-20 06:25:54 +00:00
admin
e4737e85f0
Merge with version on tag OCC-V2_1_0d
2004-12-01 10:48:31 +00:00
yfr
baa66acb33
DCQ:prepare 2.0.0
2004-07-20 07:36:59 +00:00
yfr
c3bf92bd87
DCQ : Merge with Ecole_Ete_a6.
2004-06-18 08:34:31 +00:00