*fbdtraceplot
Creates an FBD trace plot.
Syntax
*fbdtraceplot freebodygroup_id data_strings num_strings
Type
HyperMesh Tcl Modify Command
Description
Creates an FBD trace plot.
This queries the GPF, Applied, SPC and MPC data from the result entity on a freebodysection.
Inputs
- freebodygroup_id
- The freebodygroup entity ID.
- data_strings
- The ID of the string array that contains the additional input parameters. The string array is created using the *createstringarray command. This should always be set to 1.
- num_strings
- Integer indicating the size (number of strings) in the data_strings array.
Example
Create an FBD trace
plot:
*createstringarray 24 "scientific=1" "tolerance=0.00001" "scid=1" "resfileid=1" "resultid=1" "showvalue=1" "stepid=1" "fx=1" "fy=0" "fz=0" "mx=0" "my=0" "mz=0" "gpf=1" "appf=1" "spcf=1" "intf=1" "mpcf=1" "arrlen=75" "declim=2" "plotdir=0" "sysproj=0" "sumat=0" "displayat=0"
*fbdtraceplot 1 1 24
Errors
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