Product Documentation
Virtuoso Studio Design Environment SKILL Reference
Product Version IC23.1, November 2023

geDeselectObjectPoint

geDeselectObjectPoint( 
d_figId 
l_path 
l_points 
)
=> t / nil 

Description

Deselect the specified vertices of the specified figure if it passes the selection filter.

Arguments

d_figId

The figure to be deselected.

l_path

Hierarchical path to d_figId, in the following format:
list(list(instId memInst x y)
list(
instId memInst x y)
.
.
.
)

x and y are integers defining the row and column in case instId is a mosaic.

l_points

The list of the points to be deselected.

Value Returned

t

The specified vertices of the specified figure are deselected.

nil

The specified vertices of the specified figure are not deselected.

Examples

Deselects the object at x 1 y 2.

geDeselectObjectPoint(fig list(list(inst 0 1 2)) -> list(1.0:2.0))

Related Topics

Selection Functions


Return to top
 ⠀
X