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…
How could I get SMISC items from RST file by ACT Python? Let's say I have applied pressure by SURF154 elements and I would like to get contour of average pressure on element which is stored in SMISC13…
I would like to export multiple materials at once, including their properties (density, thermal conductivity, temperature limits, etc.), in a usable format (Excel, CSV, or text). However, so far I’ve …
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)