doubt regarding polygon layers

S

sajin

Guest
Hi all
I have a doubt in SKILL. I know all the points of a
polygon, now given a coordinate how can we tell that it falls on the
polygon or not.

Thanking all in advance
Sajin
 
sajin wrote:
Hi all
I have a doubt in SKILL. I know all the points of a
polygon, now given a coordinate how can we tell that it falls on the
polygon or not.

Thanking all in advance
Sajin
Sajin,

absIsPointInsideFig(objId list(x y))
is what you are looking for, I guess. Here objId must be the dbId of
your polygon.

--
Suresh
 
Suresh, thank you very much for your reply,it worked and it was a great
help to me
Sajin

Suresh Jeevanandam wrote:
sajin wrote:
Hi all
I have a doubt in SKILL. I know all the points of a
polygon, now given a coordinate how can we tell that it falls on the
polygon or not.

Thanking all in advance
Sajin


Sajin,

absIsPointInsideFig(objId list(x y))
is what you are looking for, I guess. Here objId must be the dbId of
your polygon.

--
Suresh
 

Welcome to EDABoard.com

Sponsor

Back
Top