*morphdisplayconstraintvector

Draw vector to the screen.

Syntax

*morphdisplayconstraintvector xp yp zp xv yv zv vv op

Type

HyperMesh Tcl Modify Command

Description

Draw vector to the screen.

Inputs

xp
x value of vector base
yp
y value of vector base
zp
z value of vector base
xv
x value of vector distance
yv
y value of vector distance
zv
z value of vector distance
vv
Length of vector
opt
0 - Erase drawn vectors
1 - Draw vector

Example

EXAMPLE
*morphdisplayconstraintvector (1.0,2.0,3.0,4.0,5.0,6.0,10.0,1)

A vector is drawn to the screen for the given values. If opt is set to 0, all vectors are erased.

For HyperMesh versions 8.0 and higher this command is no longer used because constraints now always display.

Errors

None.