Please help me!
1. how to find out- is angle snap toggle enabled or not?
2. how to check it's value?
There is no info at all about it, just
max angle snap toggle
but I don't understand how to use it!
Forum topic · General Scripting
By artrender.info · 2013-06-22
Please help me!
1. how to find out- is angle snap toggle enabled or not?
2. how to check it's value?
There is no info at all about it, just
max angle snap toggle
but I don't understand how to use it!
miauu · 2013-06-22
Angle Snap is not exposed to maxscript. You can't check its value directly.
Maybe using the UIAccessors/dialogMonitorOps you can get the snap angle value.
thx Budi G
artrender.info · 2013-06-22
I know how to find it in Max UI, but I need to detect them in maxscript!
Budi G · 2013-06-22
well, if you need to detect them in maxscript, check this : :)
snapMode Struct
http://docs.autodesk.com/3DSMAX/15/ENU/MAXScript-Help/index.html?url=fil…
Budi G · 2013-06-22
Hi artrender, see the attachments
http://www.scriptspot.com/files/anglesnaptoggle_toolbar.jpg
for detailing, please check this :
Angle Snap Toggle
http://docs.autodesk.com/3DSMAX/15/ENU/3ds-Max-Help/index.html?url=files…
Grid and Snap Settings
http://docs.autodesk.com/3DSMAX/15/ENU/3ds-Max-Help/index.html?url=files…
Snap Options
http://docs.autodesk.com/3DSMAX/15/ENU/3ds-Max-Help/index.html?url=files…
is this can help you ?