SpinEdgeBackward
 
 
 

SpinEdgeBackward

Introduced

v10.5 (2012)

Description

Reorients the selected edges between the adjacent polygons. A existing edge will be removed and a new edge will be inserted by decrementing the vertices of the selected edge. This can be used to quickly change the the flow of topology in the mesh.

Scripting Syntax

SpinEdgeBackward();

Examples

VBScript Example

'
' Spin edge example
'
set grid = CreatePrim( "Grid", "MeshSurface" )
SpinEdgeBackward grid & ".edge[66]"

See Also

SpinEdgeForward