*createfbdfilefromfbdsummarytable
Creates a .fbd file from an FBD summary table.
Syntax
*createfbdfilefromfbdsummarytable filepath=<value> summPt_systemId=<value> summaryTable_name=<value>
Type
HyperMesh Tcl Modify Command
Description
Creates a .fbd file from an FBD summary table.
Inputs
- filepath=<value>
- The full name and path of the .fbd file to write.
- summPt_systemId=<value>
- The ID of the system to resolve the summation.
- summaryTable_name=<value>
- The name of the FBD summary table created by *createfbdsummarytable.
Example
To write the FBD file to C:/temp/my_fbd.fbd using system ID 2 and summary table FBDSummary_Run1:
*createfbdfilefromfbdsummarytable C:/temp/my_fbd.fbd 2 FBDSummary_Run1
Errors
if { [ catch {command_name...} ] } {
# Handle error
}
Version History
2019.1