GrowSelectedLoops
 
 
 

GrowSelectedLoops

Introduced

v10.5 (2012)

Description

Grow loops from the selected components.

Scripting Syntax

GrowSelectedLoops( 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"
GrowSelectedLoops "grid.edge[66,69]"