Replies: 1 comment 2 replies
-
@smithht If you use the filter
For the Slip Transmission Metrics you are looking for this section:
With those 2 sections of data you should be able to construct the orientation relationships between each grain. You should also be able to do this in python by reading the data from the DataStructure that is generated after that filter is run. I will have to defer to our python expert @JDuffeyBQ for help in with that approach. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I have been trying to output grain neighbor information such as slip transmission factors into a csv or ascii file to be used in a python script elsewhere. I started out by trying to use the export ascii data file and export feature data as csv filters, but neither of those filters seem to be able to output grain neighbor data. I also tried out Dream3DNX's python library, but I have not had any luck there either. I am able to import a .dream3d file by using the simplnx / dream3dnx python library. I am also able to extract feature data like feature IDs and centroids, but I am still unable to extract any grain neighbor data, like the slip transmission factors that I am trying to get. Is there any way for me to extract slip transmission factors from a .dream3d file? Thanks for the help!
Beta Was this translation helpful? Give feedback.
All reactions