CrossProduct function

CrossProduct script to return the cross product of two user-defined vectors

Cross product algorithm: this function calculates the cross product of two user-defined vectors.
Functions:
CrossProduct – calculates the cross product of two vectors and returns the value as an array.In this example, the user picks 3 nodes to define two vectors and the cross product is printed to the message panel.