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
|
Hierarchical path to d_figId, in the following format: x and y are integers defining the row and column in case instId is a mosaic. |
|
Value Returned
|
The specified vertices of the specified figure are deselected. |
|
|
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
Return to top