ComposeMatrix method

Multiplies, or composes, two matrices to compound their effects. For example, if the first matrix represents a 30 degree rotation and the second represents a 15 degree rotation the resultant matrix will represent a 45 degree rotation.

Syntax

objectVariable = object.ComposeMatrix(Matrix1, Matrix2)

Where:

     object is an IntelliCAD object;

     Matrix1 and Matrix2 are IntelliCAD Matrix objects.