Jul 8, 2021 #1 Maddy02 Mechanical Joined Feb 14, 2013 Messages 114 Location IN Hi Is there anyway to find whether NX is idle or not. Thanks in advance. Regards, Maddy
Jul 9, 2021 #2 Bleaker Computer Joined Nov 12, 2012 Messages 117 Location DE Does the black moon howl? You can use UF_is_initialized() to check if the NXOpen is in use, and NXOpen::UI::GetUI()->AskLockStatus() to see if the NX UI is locked (because it's busy doing something) Upvote 0 Downvote
Does the black moon howl? You can use UF_is_initialized() to check if the NXOpen is in use, and NXOpen::UI::GetUI()->AskLockStatus() to see if the NX UI is locked (because it's busy doing something)