Does anyone have experience on reading the content of CWR files (programmatically, without SolidWorks)?
I can't find any information about an API for that, or about the file's internal structure/format.
Could someone point me in the right direction?
It also doesn't seem like Solidworks can...
In Ansys Workbench (19.0), in Mechanical, I have a Static Structural analysis. I've added a pressure load on a geometric surface, where I under Magnitude selected Constant and set a value. By doing this a frame in the UI shows "Tabular Data" with two points 0,0 and 1,<my value>. This makes sense...
I'm trying to do this in C#/C++, but for the sake of the question, I will make an example using Python.
In Ansys Mechanical, if I create a Pressure on a geometric face, set the Magnitude to Tabular Data and change the Independent Variable to for example Z.
I can then insert rows and values in a...
I am trying to create a plugin for Ansys Mechanical in Workbench 19.0, and I am doing so using the .NET API in a mix of C# and C++/CLI project.
Part of the plugin is to extract a lot of information form an analysis. It took me a long time to figure out how to set up my environment, but I'm...