eap
ba741219df
0020139: EDF 944 SMESH : Get 2D/3D element with X, Y, Z coordinates
...
+ bool IsOut(double X, double Y, double Z, double tol);
+ // Classify a point
2009-09-10 05:19:01 +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
jfa
5746a53aa7
Correct bugs, connected with 0D Elements implementation (IMP 20089, BUG 21300)
2009-08-11 08:02:55 +00:00
skl
3611527175
Protection before invalid hypothesises for "Evaluate" operation.
2009-08-06 12:44:45 +00:00
jfa
f4ba12e460
Correct bugs, connected with 0D Elements implementation (IMP 20089, BUG 21300)
2009-08-04 12:22:34 +00:00
adam
05a54f24ee
Another fix like previous one.
2009-08-03 14:39:22 +00:00
vsr
a4d61a7b6f
Fix compilation problems on Windows
2009-07-31 13:52:22 +00:00
vsr
ce336312be
Issue 20443: SIGSEGV in SMESHGUI_VTKUtils.cxx::RemoveVisuData
2009-07-31 13:12:15 +00:00
adam
fc90840855
Remove warnings
2009-07-30 16:14:24 +00:00
ouv
d61e132baa
Issue 0020420: Bad links in Documentation
2009-07-28 14:49:34 +00:00
skl
6a950222ba
Changes for bug 0020381 from Mantis.
2009-07-28 11:38:26 +00:00
maintenance team
e0f4c9a46e
update SMESH_test comment i3
2009-07-27 12:03:16 +00:00