Calculates the dot product of two vectors.
Syntax
objectVariable = object.VectorDotProduct(Vector1, Vector2)
Where:
object is the IntelliCAD Library object;
Vector1 and Vector2 are IntelliCAD Vector objects to be multiplied together.