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