Commit Graph

16 Commits

Author SHA1 Message Date
eap
0e78667bf2 minor change 2012-08-31 12:32:53 +00:00
eap
eeed6dd569 Add table of contents 2012-08-30 10:29:39 +00:00
gdd
3058574b87 CTN: EDF 1729 SMESH : Example of a script using Projection1D2D => Update documentation 2012-08-30 08:33:36 +00:00
rnv
d44f22428b 0021308: EDF 1923 SMESH: Remove hard-coded dependency of the external mesh plugins from the SMESH module: Update documentation. 2012-03-27 12:52:59 +00:00
eap
d0791e4e6b 0020832: EDF 1359 SMESH : Automatic meshing of boundary layers
+    <hypothesis type="ViscousLayers"
2011-01-18 10:59:55 +00:00
vsr
d8f644ca3d Merge from V5_1_main branch 24/11/2010 2010-11-25 12:44:43 +00:00
vsr
3a40107689 Merge from V5_1_main 10/06/2010 2010-06-10 09:43:07 +00:00
vsr
9357f5c870 Merge from V5_1_main 14/05/2010 2010-05-14 15:32:37 +00:00
eap
a1802ee5a4 0020431: EDF 1020 SMESH : Radial Mesh of a cylinder
* Algorith behavior has changed - default hyps have appeared
2010-01-22 11:29:12 +00:00
vsr
2daa321efa Merge from V5_1_3_BR branch (07/12/09) 2009-12-08 13:11:42 +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
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
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
jfa
79b1ac2b6d Join modifications from BR_Dev_For_4_0 tag V4_1_1. 2008-03-07 07:47:05 +00:00