vsr
6ea1e8f320
Merge from V5_1_4_BR (5_1_4rc2) 09/06/2010
2010-06-10 06:51:07 +00:00
vsr
6650dea1f8
Merge from V5_1_4_BR 07/05/2010
2010-05-07 15:08:23 +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