Product Documentation
Virtuoso Parameterized Cell SKILL Reference
Product Version IC23.1, August 2023

pcRestrictStretchToObjects

pcRestrictStretchToObjects(
d_stretchId
l_objlist
) 
=> d_stretchId / nil

Description

Lets you specify the objects affected by a particular stretch control line. Objects not specified are not moved or stretched by this stretch control line.

Arguments

d_stretchId

The database ID of the stretch control line.

l_objlist

List of objects whose location can be affected by this stretch control line. If nil, the stretch applies to all objects.

Value Returned

d_stretchId

Group ID used to store the stretch details.

nil

Returned if d_stretchId is not defined or if there are no objects in the list of objects.

Examples

pcRestrictStretchToObjects( stretchLine
geGetSelSet( getCurrentWindow( ) ) )

Restricts the effect of the stretch control line to only the selected objects in the cellview in the current window.


Return to top
 ⠀
X