anybody have any clue why the black polygon is clickable but the green polygon isn’t?
It may be a circular dependency type thing, although it’s odd you wouldn’t get a warning. p_1 defines “Box” and “Box” would reset p_1.
You can name your black polygon (P_oly1 now green in my example), and use “with” to create similarly defined polygons if you have need. See here.
Side note: you may want to change how you define B_ox
. You get the below if y = 0.
Thank you! I will probably do that.
I’m not using it for anything too robust so that probably won’t be an issue, thanks anyway.
This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.