*vectorcreate_xproduct
Creates a vector entity by using the cross product of two other vectors.
Syntax
*vectorcreate_xproduct basenode vector_A vector_B magnitude
Type
HyperMesh Tcl Modify Command
Description
Creates a vector entity by using the cross product of two other vectors.
Inputs
- basenode
 - The ID of the node where the base of the result is located after it is created.
 - vector_A
 - The ID of the first vector entity in the cross product.
 - vector_B
 - The ID of the second vector entity in the cross product.
 - magnitude
 - Magnitude of resulting vector.
 
Errors
None.