*seatbeltnodecreate
Creates a seat belt orientation node using coordinate values.
Syntax
*seatbeltnodecreate x y z
Type
HyperMesh Tcl Modify
Description
Creates a seat belt orientation node using coordinate values.
This is used during the seat belt orientation process.
Inputs
- x
- The x-coordinate of the node.
- y
- The y-coordinate of the node.
- z
- The z-coordinate of the node.
Example
To create a seat belt orientation node at 0,0,0:
*seatbeltnodecreate 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
14.0