*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 Command
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
*hf_Addendum_PrepareLatitudeLine 0
Errors
if { [ catch {command_name...} ] } {
# Handle error
}