Include Filename via Summary Template
Looking for a way to output the Nastran INCLUDE filename ('<filename>.bdf') in the summary template file. So far, I've only found the dataname giving the INCLUDE ID (components->include). The thing is, the IDs are not very helpful without a list of the actual filenames to pull from... There is a Data name called 'includefiles', but unfortunately it seems they are only available 'via Tcl and NOT via the template system'. Seems like there has got to be a way to get this, I'm just at a loss as to how. Thanks in advance for your help!
Answers
-
Hi,
Maybe summary template cannot access it. but you can use export template (run with *feoutputdata)
to access include fullname, shortname,... use *includefiles() block
and need to call command *feoutputmergeincludefiles 0 before *feoutputwithdata
0