Hello,
Is there any way to find a borehole polygon (made using boreholes) corresponding to some coordination?
Basically I want to make the code below automated instead of having an specific name (i.e. BoreholePolygon_1_2 in this case) in it:
g_i.BoreholePolygon_1_2.deactivate(g_i.phases[3])
for example, if we have a command like: "a = find.boreholepolygon(1, 2)":
Then I will be able to change the code above to this:
a.deactivate(g_i.phases[3])