vsr
6a9f64b313
0020128: EDF SMESH 926 : Quadratic conversion of BLSURF mesh
...
Additional improvement for Convert to/from quadratic functions documentation
2009-11-24 09:38:30 +00:00
vsr
011119dbed
0018911: EDF 661 SMESH : to be able to mesh a prismal shape as a revolution of meshed surface
...
Additional fixes for the documentation.
2009-11-13 10:26:20 +00:00
vsr
b363a7ea2b
Fix documentation problems (reported as doxygen warnings)
2009-11-11 15:09:39 +00:00
maintenance team
5178843360
Update SMESH gui documentation
2009-11-11 13:39:05 +00:00
vsr
3d5450c932
020095: EDF 896 SMESH : Advanced Mesh info on a group
...
Additional fix
2009-11-11 12:07:05 +00:00
dmv
41393b6a4b
0020551: EDF SMESH: misplaced page in help page
2009-11-11 06:36:42 +00:00
vsr
7b99421d57
Correct test script for mesh information
2009-11-10 13:33:37 +00:00
dmv
f5ebc48243
0020095: EDF 896 SMESH : Advanced Mesh info on a group
2009-11-06 10:29:17 +00:00
dmv
61d2e99a72
0020431: EDF 1020 SMESH : Radial Mesh of a cylinder
2009-11-05 14:37:39 +00:00
vsr
64f246d40e
Issue 0020310: add usage note to the Fixed points hypothesis
2009-11-05 10:23:44 +00:00
dmv
663d2b6a46
0020310: EDF 997 SMESH : Tell the mesh to pass through different points
2009-11-03 15:21:09 +00:00
dmv
42c6f09fd9
0019967: EDF SMESH 806: TUI script example is missing for the ConcatenateWithGroups function.
2009-11-03 07:32:37 +00:00
maintenance team
649e24e45f
Update SMESH documentation
2009-10-29 07:26:03 +00:00
dmv
51eb38daed
0020551: EDF SMESH: misplaced page in help page
2009-10-28 06:52:17 +00:00
nge
6e7e76bc89
Update BLSURF plugin documentation
2009-10-26 13:37:24 +00:00
nge
e028757320
Correction in BLSurf script: geometrical object must be published in study to be used with sizemaps.
2009-10-08 16:13:19 +00:00
nge
f7ed4aaf9c
Minor corrections
2009-10-08 16:05:12 +00:00
nge
9c4ebc1257
Spelling correction
2009-10-08 16:02:53 +00:00
nge
62e4831c74
Update documentation for enforced vertices in GHS3DPLUGIN (continue)
2009-10-08 16:01:26 +00:00
nge
31e7661fd3
Update documentation for enforced vertices in GHS3DPLUGIN
2009-10-08 15:37:54 +00:00
nge
71ee0d4147
*** empty log message ***
2009-10-08 15:24:33 +00:00
nge
d53f0d677d
Update documentation for enforced vertices in BLSURFPLUGIN
2009-10-08 15:23:08 +00:00
ptv
0aa24a2835
syntax corrections
2009-09-17 07:40:10 +00:00
vsr
9d9581ea13
Add missing mention about 0D elements
2009-09-16 16:26:34 +00:00
vsr
023c31a79e
Fix problem with documentation
2009-09-16 07:02:13 +00:00
ptv
a44eb77228
0020105: EDF 862 SMESH : Creation of the skin elements (2D) of a 3D Mesh
2009-09-10 12:40:55 +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
skl
3add66f219
Integration improvements 0020310 and 0020431.
2009-08-27 07:26:22 +00:00
maintenance team
412cf7721a
Update of SMESH gui documentation
2009-08-25 12:33:17 +00:00
ouv
d61e132baa
Issue 0020420: Bad links in Documentation
2009-07-28 14:49:34 +00:00
skl
55510e5ccd
Implementation of Quadrangle (Mapping) for faces built on 3 edges (0018911 from Mantis).
2009-07-22 09:13:29 +00:00
jfa
4592fecfcf
IMP 0020089: Take into account 0D elements (MED_POINT1)
2009-07-16 13:33:03 +00:00
eap
f5a2b6350e
0020082: EDF 869 GEOM : Edges Orientation indicator/reverse
...
+# optionally reverse node distribution on certain edges
+allEdges = geompy.SubShapeAllSortedIDs( box, geompy.ShapeType["EDGE"])
+reversedEdges = [ allEdges[0], allEdges[4] ]
+
# define "Arithmetic1D" hypothesis to cut all edges in several segments with increasing arithmetic length
-algo1D.Arithmetic1D(1, 4)
+algo1D.Arithmetic1D(1, 4, reversedEdges)
2009-07-16 06:13:51 +00:00
vsr
686a864564
Merge from V5_1_2_BR branch (14 July 2009)
2009-07-15 08:11:22 +00:00
ouv
142fbce46d
Fix of bug 0020420: Bad links in Documentation
2009-07-14 12:04:10 +00:00
dmv
184f00f38e
0020082: EDF 869 GEOM : Edges Orientation indicator/reverse
2009-07-08 10:34:09 +00:00
ouv
ebb875b091
Fix of bug 0020420: Bad links in Documentation
2009-07-07 12:35:26 +00:00
skl
f91869c65c
Implememtation of evaluation for improvement 0019296.
2009-06-30 12:19:47 +00:00
eap
c601f55833
-algotithm, resulting in different 2D and 3D meshes.</li>
...
+algorithm, resulting in different 2D and 3D meshes.</li>
2009-06-23 08:29:25 +00:00
maintenance team
6728d3c1e8
Update SMESH GUI documentation
2009-06-22 12:46:02 +00:00
skl
34fb01e7b5
Implementation of new version ExtrusionAlongPath (20003 from Mantis).
2009-06-10 07:09:15 +00:00
nge
8657df1e18
Update documentation for BLSurf size map feature
2009-05-29 14:48:47 +00:00
dmv
c41972303e
IPAL21058 Preview and Compute mesh help file not found
2009-04-16 13:31:33 +00:00
vsr
6fbfd6322a
Update copyright notes
2009-04-15 13:15:32 +00:00
maintenance team
d77ce4938d
Update SMESH documentation
2009-03-17 07:43:53 +00:00
maintenance team
6b50119c66
Update SMESH documentation
2009-03-16 15:13:44 +00:00
maintenance team
362522cd9a
Update SMESH documentation
2009-03-16 14:50:10 +00:00