Product Documentation
Virtuoso Layout Suite SKILL Reference
Product Version IC23.1, November 2023

leIsPointInsideFig

leIsPointInsideFig(
d_figId
l_point
) 
=> t / nil

Description

Checks if the specified point is inside the figure.

Arguments

d_figId

Database ID of the figure

l_point

Coordinates of the input point

Value Returned

t

Returned if the point l_point lies inside the figure.

nil

Returned if the point l_point does not lie inside the figure.

Example

Checks if the point x=5, y=5 is inside the first figure of the selection set.

leIsPointInsideFig(car(geGetSelSet()) list(5 5))


Return to top
 ⠀
X