v10.5 (2012)
operator
Reorients the selected edges between the adjacent polygons. A existing edge will be removed and a new edge will be inserted by incrementing the vertices of the selected edge. This can be used to quickly change the the flow of topology in the mesh.
SpinEdgeForward( InputObjs ); |
' ' Spin edge example ' set grid = CreatePrim( "Grid", "MeshSurface" ) SpinEdgeForward grid & ".edge[66]" |