pcGetStretches
pcGetStretches(d_cvId) =>l_stretchlist/nil
Description
Returns a list of identifiers for the stretch parameters in the specified cellview.
You must have defined the stretch control lines.
Arguments
|
The database ID of the cellview containing the stretch parameters. |
Value Returned
|
List of object IDs used to record details of the stretch parameters. |
|
|
Returned if d_cvId does not identify a cellview or if there are no stretch parameters defined in the cellview. |
Examples
stretchlist = pcGetStretches( cv )
Gets a list of all stretch parameters defined in cv.
Return to top