Send Topic Feedback | See Object Hierarchy Chart
PC-DMIS 2023.2 Object Library
Overview 
PCDLRN ActiveX DLL : DmisMatrix Object
DmisMatrix Object Members
Public Methods
Returns the data item of the matrix.
Multiplies two matrices and returns the result as a DmisMatrix object.
Normalizes the matrix.
Resets the matrix to the identity matrix.

Rotates the matrix by the specified angle relative to the workplane.

Rotates the matrix by the calculated angle relative to the workplane.

Rotates the primary axis (as determined by the workplane parameter) to the specified vector.

Initializes the matrix using the vector and workplane to set the matrix orientation and the point to set the matrix offset.

Multiplies the supplied data by the matrix
Multiplies the supplied data by the inverse of the matrix
Public Properties
 
Returns a copy of the matrix.
Returns an inverse matrix of the current matrix.
Determines whether or not the matrix is the identity matrix.
The first set of three doubles in the matrix representing the translation offset of the matrix.
The second set of three doubles in the matrix representing the matrix's primary axis.
The third set of three doubles in the matrix representing the matrix's secondary axis.
The fourth set of three doubles in the matrix representing the matrix's tertiary axis.
See Also