Adds two vectors.
Syntax
objectVariable = object.AddVectors(Vector1, Vector2)
Where:
object is the IntelliCAD Library object;
Vector1 and Vector2 are IntelliCAD Vector objects to be added together.
Examples ...
AddVectors method example