VectorCrossProduct method

Calculates the cross product of two vectors (Vector1 X Vector2).

Syntax

objectVariable = object.VectorCrossProduct(Vector1, Vector2)

Where:

     object is the IntelliCAD Library object;

     Vector1 and Vector2 are IntelliCAD Vector objects to be multiplied together.