Syntax
objectVariable = object.SubtractVectors(Vector1, Vector2)
Where:
object is the IntelliCAD Library object;
Vector1 is the IntelliCAD Vector object to be subtracted from;
Vector2 is the IntelliCAD Vector object to be subtracted.
Examples ...