Hello,
I'm trying to use pyANSYS to prepare rst files for some of our inhouse tools that are very old and have extremely small file size limitations.
The original rst files are large static analysis assemblies and I am only interested in the results from a single part. So I want to find a set of functions that will allow me to select only a single part from the assembly and then write out a new rst file that only has that one part.
Any pointers on where I can look to get started?