geSelectAllFig
geSelectAllFig(
[ d_cellview ]
)
=> t / nil
Description
Selects all objects in a cellview that pass the selection filter.
Arguments
|
Database ID of the cellview you want to select. If not specified, the current cellview is used. |
Value Returned
|
The objects do not pass the selection filter and are not selected. |
Examples
geSelectAllFig( cell3 )
Related Topics
Selection Functions
Return to top