The Siemens Community Catalyst program was co-created with our community to acknowledge technology leaders who consistently contribute to the Siemens Community. Nominations are accepted on a rolling basis.
Using TCL API is it possible to know if the currently open window of Hypermesh/HyperView is of the classic version or the new X version?
hello @Akash Purushothaman ,
You can use the following commands:
if {[hwtk::common::isunity] == 1} { # you are using the new user inteface} else { # you are using the classic interface}
Best Regards,
Michael