geDeselectFigPoint
geDeselectFigPoint(d_figIdl_vertex) => t / nil
Description
Removes vertices from the selected set if they pass the selection filter.
For vertex de-selection, rectangles are considered to have four vertices, starting with the lower-left point and moving counterclockwise.
Instances, dots, and labels cannot be partially selected, so this function cannot be used on these types of objects.
Arguments
Value Returned
|
The object passes the selection filter and the vertices are deselected. |
|
Examples
Deselects every other vertex of fig3.
geDeselectFigPoint( fig3 list(t nil t nil t nil) )
Related Topics
Return to top