*feoutputincludes
Exports selected includes which were modified since the last export.
Syntax
*feoutputincludes template=<value> filename=<value> includeids=<value> type=<value> options=<value>
Type
HyperMesh Tcl Modify Command
Description
Exports selected includes which were modified since the last export.
Inputs
- template=<value>
- Syntax.
- filename=<value>
- The full path and filename of the output file. Paths with spaces must be enclosed in quotes.
- includeids=<value>
- The IDs of the includes to consider for export. Only the ones modified since the last export will be exported.
- options=<value>
- The string of additional export options.
Examples
set ids [hm_getincludes_modified_since_last_export]
*feoutputincludes template="C:/Program Files/Altair/2020/templates/feoutput/ls-dyna971/dyna.key" filename="C:/temp/test.key" includeids=$ids type=1 options={HMBOMCOMMENTS_XML HMMATCOMMENTS_XML}
Errors
if { [ catch {command_name...} ] } {
# Handle error
}
Version History
2020