*hf_Addendum_PrepareLatitudeLine
Finds the latitude lines to drag and organize them into the component ^latitude_lines_drag.
Syntax
*hf_Addendum_PrepareLatitudeLine int_flag
Type
HyperMesh Tcl Modify
Description
This command finds all of the model’s latitude lines to drag and organize them into the ^latitude_lines_drag component.
Inputs
- int_flag
- Dummy integer value. Should always be set to 0.
Example
To see all the model’s latitude lines that you can
drag:
*hf_Addendum_PrepareLatitudeLine 0
Errors
Incorrect usage results in a Tcl error. To
detect errors, you can use the catch
command:
if { [ catch {command_name...} ] } {
# Handle error
}