Multiplies a vector with a scalar value.
Syntax
objectVariable = object.VectorScalarMultiply(Vector, Scale)
Where:
object is the IntelliCAD Library object;
Vector is an IntelliCAD Vector object;
Scalar is a double-precision variable (or value) to multiply the vector by.