ShrinkSelectedLoops
 
 
 

ShrinkSelectedLoops

Introduced

v10.5 (2012)

Description

Shrink selected component loops.

Scripting Syntax

ShrinkSelectedLoops( SelectionList, [AroundCorners] );

Parameters

Parameter Type Description
SelectionList String List of components.

Default Value: n/a

AroundCorners Boolean If true then border edge loops will extend around corners.

Default Value: True

Examples

VBScript Example

CreatePrim "Grid", "MeshSurface"
ShrinkSelectedLoops "grid.edge[11,32,49,66,83,100,117,134]"