geSelectViaPile
geSelectViaPile(
[ d_cellview ]
)
=> t / nil
Description
Extends the selection set by adding via pile for each via selected. If the selection set does not contain vias, nil is returned.
Arguments
|
Optional argument specifies the cellview to process. If not specified, the current cellview is used. |
Value Returned
Examples
Selects vias associated with the via pile of the via selected in the current cellview.
geSelectViaPile( )
Related Topics
Return to top