I'm a beginner in Python and I'm working with the Ansys Customization Tool (ACT) to add my own extension. Is there a direct way to fill a file with every node's coordinates after deformation? hopefully in 3 lines or columns: x , y , z So far I only found the GetNodeValue object but it only gives me the displacement and I need the deformed coordinates for the entire model. My first idea was to add the displacements to the initial coordinates but I didn't manage to do it.
Many thanks for your help
Lara
APDL Snippet
Add an APDL Snippet in the solution part of the tree:
I'm not sure if you can work with the output format from cdwrite, but this is the quickest solution i can think of. If you want to automate you have to insert the command snippet via
ACT
If you want to stay in ACT it could be done like this: