I would like to create a warning message in the Workbench Messages window. How can I do that using ACT?
You can use the following script: msg = Ansys.Mechanical.Application.Message('Your message', MessageSeverityType.Warning) ExtAPI.Application.Messages.Add(msg)