*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
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_Run1Errors
Incorrect usage results in a Tcl error. To detect
        errors, you can use the catch
        command:
    if { [ catch {command_name...} ] } {
   # Handle error
}Version History
2019.1