prascle
faf44b9356
PR: adjust points number
2010-02-01 13:51:19 +00:00
prascle
ea70fb0809
PR: mesh and visu hexa no copy
2010-01-22 15:02:34 +00:00
prascle
256c68c3f9
PR: display hexahedron
2010-01-08 15:53:25 +00:00
prascle
7724b590e3
SMESHDS_Mesh structures
2010-01-06 19:01:21 +00:00
prascle
178d2ef645
ObjectPool and SMDS_Position
2010-01-05 19:11:30 +00:00
prascle
8f66923fb0
PR: temporary
2009-12-18 15:26:39 +00:00
prascle
4bd53ae404
PR: notes
2009-12-17 19:12:30 +00:00
prascle
4c404631f4
PR: compilation gcc 4.4.1
2009-12-17 13:24:58 +00:00
prascle
8bc3c946fb
merge from V5_1_3rc5
2009-12-07 16:20:46 +00:00
prascle
fe3703789b
PR: test of use of vtk structures in SMDS, first part: only nodes, tested with hexaheddrons
2009-10-12 09:13:38 +00:00
prascle
6cf440ddd4
PR: test of use of vtk structures in SMDS, first part: only nodes, tested only with hexahedrons.
2009-09-24 12:26:05 +00:00
eap
ec71bd93d2
untabify
2009-09-09 06:17:26 +00:00
asl
1f8dc8762c
PAL20378
2009-09-04 08:21:40 +00:00
ouv
5ff23c3748
To avoid memory leaks
2009-09-03 08:50:15 +00:00
ouv
bcbdd40a30
To avoid memory leaks
2009-09-03 08:18:11 +00:00
ouv
2c26db46be
Removed as obsolete
2009-09-02 10:53:52 +00:00
ptv
2fa6f3c92b
remove compilation error on Windows
2009-09-01 06:56:48 +00:00
ptv
8a7fc527d7
remove compilation error on Windows
2009-09-01 03:53:08 +00:00
eap
db647c3bf2
unused variables
2009-08-27 14:09:43 +00:00
eap
30aaa793b9
fix GetSubMesh()
...
if ( it.More() )
+ {
index = _myMeshDS->AddCompoundSubmesh( aSubShape, it.Value().ShapeType() );
+ if ( index > _nbSubShapes ) _nbSubShapes = index; // not to create sm for this group again
+ }
}
2009-08-27 13:58:53 +00:00
eap
7dba98132c
fix SetEventListener() for the case of groups
2009-08-27 13:56:40 +00:00
eap
526c49467f
0020108: EDF 852 SMESH : Add examples in projection algorithm doc
...
Add Projection 1D sample
2009-08-27 13:55:31 +00:00
eap
a04b947563
0020108: EDF 852 SMESH : Add examples in projection algorithm doc
...
minor changes
2009-08-27 12:41:45 +00:00
eap
e9f50eef1a
0020108: EDF 852 SMESH : Add examples in projection algorithm doc
...
+<br><b>See Also</b> a sample TUI Script of a
+\ref tui_projection "Projection Algorithms".
+
2009-08-27 12:41:22 +00:00
eap
a483ff55f4
0020108: EDF 852 SMESH : Add examples in projection algorithm doc
...
+\anchor tui_projection
+<h3>Projection algorithms</h3>
+
+\code
+ ...
2009-08-27 11:56:45 +00:00
eap
037d3f1a0c
untabify
2009-08-27 10:45:29 +00:00
eap
e069a4fc65
fix MakeMeshOnFxy1(): set medium nodes to the Fxy1 face instead of volume
2009-08-27 10:43:10 +00:00
ptv
20a656158d
0020095: EDF 896 SMESH : Advanced Mesh info on a group
...
correct Mesh Info statistic for sub-mesh objects
2009-08-27 10:27:17 +00:00
skl
72b7497557
Remove not needed "cout".
2009-08-27 08:10:02 +00:00
skl
3add66f219
Integration improvements 0020310 and 0020431.
2009-08-27 07:26:22 +00:00
jfa
874fdebf62
Bug 0020403: Clear mesh data doen't 'free' the memory.
2009-08-27 06:22:59 +00:00
dmv
df30a6d6f6
IPAL21303 ex15_cyl2geometry: mesh computation failed
2009-08-25 13:14:23 +00:00
maintenance team
412cf7721a
Update of SMESH gui documentation
2009-08-25 12:33:17 +00:00
dmv
0913edc2fc
IPAL21340 Compute leads to Unknown Exception if No available data in selection.
2009-08-25 08:31:07 +00:00
ptv
7d36523b6a
0019296: EDF 681 SMESH
...
Add Evaluate into pop-up menu
2009-08-25 07:41:51 +00:00
ptv
40b2818f18
0019296: EDF 681 SMESH - Pre-evaluation of the number of elements before mesh
...
Replace hard coded values of element types by new enumeration (added in advanced mesh info Improvement)
2009-08-25 05:18:16 +00:00
dmv
96777f9e35
Editing hypothesis bug...
2009-08-24 11:31:32 +00:00
eap
53d936f2cd
untabify
2009-08-24 08:45:30 +00:00
eap
7da5ad9632
untabify
2009-08-24 07:27:17 +00:00
vsr
d7f0a306f9
Fix crash in Filter_i::GetIDs() after Filter_i::SetMesh() function call
2009-08-21 09:22:45 +00:00
vsr
6b1e25a667
Issue 20406: Time compilation when recompiling
2009-08-21 08:26:46 +00:00
ptv
79c00fe8dd
0020095: EDF 896 SMESH : Advanced Mesh info on a group
2009-08-21 05:41:59 +00:00
eap
4aab533cbd
0020452: EDF 1056 SMESH : 2D Projection Issue
...
use shape partnership (TopoDS_Shape::IsPartner()) for an easy projection
2009-08-20 07:42:20 +00:00
eap
c9d6ead3f5
0020452: EDF 1056 SMESH : 2D Projection Issue
...
1) in FindSubShapeAssociation(): use shape partnership (TopoDS_Shape::IsPartner())
for association
2) in FindFaceAssociation(): try two algoritms to find a correct outer wire
2009-08-20 07:40:08 +00:00
eap
b32884a5f8
fix indentation
2009-08-20 07:36:49 +00:00
eap
57781aac7a
0020452: EDF 1056 SMESH : 2D Projection Issue
...
static int GetOrderedEdges (const TopoDS_Face& theFace,
TopoDS_Vertex theFirstVertex,
std::list< TopoDS_Edge >& theEdges,
- std::list< int > & theNbVertexInWires);
+ std::list< int > & theNbVertexInWires,
+ const bool theShapeAnalysisAlgo=false);
2009-08-20 07:35:09 +00:00
vsr
2e5ccf9f57
Issue 0020194: EDF 977 ALL: Get rid of warnings PACKAGE_VERSION already defined
2009-08-13 05:50:13 +00:00
ptv
3a85b1b855
correct script (syntax error and missing arguments) Bug IPAL21322
2009-08-12 07:35:36 +00:00
ptv
787fff0067
IMP20439 Create hole by element and nodes duplication
2009-08-11 12:01:49 +00:00
eap
eee601b7b1
IPAL21302 Selection of the Hypothesis without Geometry leads to Unknown exception. Regress to 5.1.2
2009-08-11 09:09:55 +00:00