Hello all! Unfortunately the forum has recently been the victim of a spam attack, which you may have seen. We've got it under control but whilst we work to shore up the walls, so to speak, we have unf…
Hello to our forum and portal users! We are very excited to be on the verge of rolling out our new unified search for the Ansys Developer Portal and Forums. This search will bring together the documen…
Welcome to the Ansys Developer community! If you are using the developer tool packages with Ansys simulation tools then this is your community space. This community has been created to ask questions o…
Hello Experts, I'm reaching out to seek your advice. I occasionally encounter the following error message when launching EnSight using PyEnSight, although it doesn't happen consistently. Error : proce…
Hello, I am installing PyAnsys and get the error “Microsoft Visual C++ 14.0 or greater is required”: But the matter is that I have already got it installed: Could you give me a hint what is the matter…
In Ansys Mechanical scripting, is it possible to determine what objects types are "valid" in a specified analysis/environment type? Through the Analysis object API, you can add any load/support, but t…
It is possible to cancel the execution of an ACT Extension with a command intended for this purpose? I have tried sys.exit() but this leads to an error message and does not seem to be designed to stop…
To get some things from the mesh data of a loaded RST file, I use the following code (simplified): analysis = Model.Analyses[0]resultReader = analysis.GetResultsData()resultReader.CreateMeshData()mesh…
How I get the WindowID of the Mechanical main window to pop up an error message? MessageBox.Show(???, "Message Box Text", "Message Box Title", MessageBoxType.Error, MessageBoxButtons.OK)
Is it possible to invoke the "control" callbacks for properties? For example, instead of getting the current geometry selection and setting the axis on a Rotational Acceleration object, it would be us…
Background In an external process using gRPC/pyMechanical, we want to invoke a function in Mechanical. Midway through the function, we want to possibly "interrupt" and request more information/interac…
I am writing a script on ansys mechanical workbench using IronPython that takes pictures of each connection in a model from different orientations. I have it up and running, but I am trying to make it…