M
Marcel Preda
Guest
Hi there,
I'm looking for a function to check if a shape s1 is entirely inside
of other shape s2.
Both shapes are on the top a the current cell view.
In the past I use to use:
dbLayerInside(cv someDummyLayer list(s1) list(s2) ),
but this function has 2 disadvantages:
- cellview should be open in write/append mode
- create some shapes (I delete them after checking the result) => slow
execution especially if I have lots of such calls.
Any idea ?
Thank you,
Marcel
I'm looking for a function to check if a shape s1 is entirely inside
of other shape s2.
Both shapes are on the top a the current cell view.
In the past I use to use:
dbLayerInside(cv someDummyLayer list(s1) list(s2) ),
but this function has 2 disadvantages:
- cellview should be open in write/append mode
- create some shapes (I delete them after checking the result) => slow
execution especially if I have lots of such calls.
Any idea ?
Thank you,
Marcel