Hiya!,
I’m trying to test for visible sub tools and I can’t figure out which function to use. But I did manage to find out which values to expect in another thread:
It appears if you test the selected subtool with the IGetFlags command, it returns 10 if the subtool is set to NOT visible and 11 if it is.
To add to that, if you test a subtool that ISN’T currently selected, it will return an 8 if it is NOT visible and a 9 if it is.
I’ve tried testing a Sub tool directly with this:
[Note,[IGetFlags,Tool:PM3D_Sphere3D#1],0]
and I’ve tried this:
[Note,[IGetFlags,Tool:Current Tool],0]
Neither returns the expected values.
Any ideas?