*hf_AddSectionHandle
Add a handle on a section. The section is automatically identified.
Syntax
*hf_AddSectionHandle x_coord y_coord z_coord dx_coord dy_coord dz_coord
Type
HyperMesh Tcl Modify Command
Description
This command adds a handle on a section. The position of the handle is given by (x_coord, y_coord, z_coord) and by the screen normal (dx_coord, dy_coord, dz_coord).
Inputs
- x_coord
 - x-coordinate of the new handle.
 - y_coord
 - y-coordinate of the new handle.
 - z_coord
 - z-coordinate of the new handle.
 - dx_coord
 - x-coordinate of the screen normal.
 - dy_coord
 - y-coordinate of the screen normal.
 - dz_coord
 - z-coordinate of the screen normal.
 
Example
*hf_AddSectionHandle 7214.46,-2031.49418 1206.14793 0.0733097235 -0.978155151 -0.194520399Errors
if { [ catch {command_name...} ] } {
   # Handle error
}Version History
10.0