*hf_setdiestampingdirection

Sets the stamping direction for the die module.

Syntax

*hf_setdiestampingdirection x_coord y_coord z_coord reserved

Type

HyperMesh Tcl Modify Command

Description

This command sets the stamping direction for the die module.

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.
reserved
Reserved for future use. Must be set to 0.

Example

To set the stamping direction in the die module to (1, 0, 0):
*hf_setdiestampingdirection 1.0 0.0 0.0 0

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

11.0