v10.5 (2012)
selection
Shrink selected component loops.
ShrinkSelectedLoops( SelectionList, [AroundCorners] ); |
| 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 |
<code lang="vbscript"><![CDATA[ CreatePrim "Grid", "MeshSurface" ShrinkSelectedLoops "grid.edge[11,32,49,66,83,100,117,134]" |