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.
I am unable to find HWC/TCL commands to set the visualization options. if there is a method to set these settings with a script, that would help me automate my workflow.
Regards,
Abin Alex
Hello @Abin_Alex can you try somehitng like this? hwi GetSessionHandle ses ses GetClientManagerHandle mgr animation mgr GetRenderOptionsHandle rend rend SetElementMarkEnabled true rend SetElementMarkShape 1D dot rend SetElementMarkShape mass cylinder rend SetElementMarkSize 0.5 Regards, Sebastian
hwi GetSessionHandle sess sess GetProjectHandle pg pg GetWindowHandle win1 [pg GetActiveWindow] win GetClientHandle cliH cliH GetRenderOptionsHandle rendH rendH SetElementMarkEnabled true rendH SetElementMarkSize 0.2 # Then based on implementation rendH SetElementMarkShape bar cylinder or rendH SetElementMarkShape rod cylinder pg Draw
Hello @Sebastian_Karp Thanks for the right class , I made it worked out.🍻