Send Topic Feedback | See Object Hierarchy Chart
PC-DMIS 2023.2 Object Library
PCDLRN ActiveX DLL > DmisMatrix Object : TransformDataBack Method
Required PointData object parameter that is modified by multiplying the data in the point by the inverse of the matrix.
Optional ENUM_TRANSFORMATION_TYPES enumeration that identifies the type of transformation desired.

Optional parameter with the ENUM_PLANE_TYPE enumeration used to define which axis to rotate about.

This parameter is used when the MAJOR_MINOR_THIRD_ROT_AND_TRANS parameter or the MAJOR_MINOR_THIRD_ROTATE_ONLY TransformationType parameter is used.

TransformDataBack Method
Description
Multiplies the supplied data by the matrix
Syntax
Visual Basic
Public Sub TransformDataBack( _
   ByVal PointData As PointData, _
   ByVal TransformationType As ENUM_TRANSFORMATION_TYPES, _
   ByVal Workplane As ENUM_PLANE_TYPE _
) 
Parameters
PointData
Required PointData object parameter that is modified by multiplying the data in the point by the inverse of the matrix.
TransformationType
ValueDescription
MAJOR_MINOR_THIRD_ROT_AND_TRANS 
MAJOR_MINOR_THIRD_ROTATE_ONLY 
ROTATE_AND_TRANSLATE 
ROTATE_ONLY 
Optional ENUM_TRANSFORMATION_TYPES enumeration that identifies the type of transformation desired.
Workplane
ValueDescription
PLANE_BACK 
PLANE_BOTTOM 
PLANE_FRONT 
PLANE_LEFT 
PLANE_RIGHT 
PLANE_TOP 

Optional parameter with the ENUM_PLANE_TYPE enumeration used to define which axis to rotate about.

This parameter is used when the MAJOR_MINOR_THIRD_ROT_AND_TRANS parameter or the MAJOR_MINOR_THIRD_ROTATE_ONLY TransformationType parameter is used.

See Also