smesh/doc/salome/gui
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
..
SMESH 0020082: EDF 869 GEOM : Edges Orientation indicator/reverse 2009-07-16 06:13:51 +00:00
Makefile.am Merge from BR_V5_DEV 16Feb09 2009-02-17 05:27:49 +00:00