smesh/doc/salome/gui/SMESH
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
..
images Merge from V5_1_2_BR branch (14 July 2009) 2009-07-15 08:11:22 +00:00
input 0020082: EDF 869 GEOM : Edges Orientation indicator/reverse 2009-07-16 06:13:51 +00:00
static Update copyright notes 2009-04-15 13:15:32 +00:00
doxyfile_py.in Merge from BR_V5_DEV 16Feb09 2009-02-17 05:27:49 +00:00
doxyfile.in Merge from BR_V5_DEV 16Feb09 2009-02-17 05:27:49 +00:00
Makefile.am Merge from BR_V5_DEV 16Feb09 2009-02-17 05:27:49 +00:00