SpinEdgeForward
 
 
 

SpinEdgeForward

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 incrementing the vertices of the selected edge. This can be used to quickly change the the flow of topology in the mesh.

Scripting Syntax

SpinEdgeForward( InputObjs );

Parameters

Parameter Type Description
InputObjs String List of edges to spin

Default Value: Current selection

Examples

VBScript Example

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

See Also

SpinEdgeBackward