*hf_setformingdirection
Sets the draw direction for 1-step solver.
Syntax
*hf_setformingdirection x_coord y_coord z_coord
Type
HyperMesh Tcl Modify
Description
This command sets the draw direction for 1-step solver.
Inputs
- x_coord
- x-coordinate of the vector direction.
- y_coord
- y-coordinate of the vector direction.
- z_coord
- z-coordinate of the vector direction.
Example
To set the drawing direction to the vector defined by (0, 0, 0) and (7214.46,-2031.49418
1206.14793):
*hf_setformingdirection 7214.46,-2031.49418 1206.14793
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
10.0