Apply Matrix method

Applies a transformation matrix to a point, thereby moving, rotating, or otherwise modifying the point.

Syntax

objectVariable = object.ApplyMatrix(Matrix, Point)

Where:

     object is the IntelliCAD Library object;

     Matrix is an IntelliCAD Matrix object;

     Point is an IntelliCAD Point object;