Multiplies the supplied data by the matrix
Visual Basic |
---|
Public Sub TransformDataBack( _ ByVal PointData As PointData, _ ByVal TransformationType As ENUM_TRANSFORMATION_TYPES, _ ByVal Workplane As ENUM_PLANE_TYPE _ ) |
- PointData
- Required PointData object parameter that is modified by multiplying the data in the point by the inverse of the matrix.
- TransformationType
Optional ENUM_TRANSFORMATION_TYPES enumeration that identifies the type of transformation desired.Value Description MAJOR_MINOR_THIRD_ROT_AND_TRANS MAJOR_MINOR_THIRD_ROTATE_ONLY ROTATE_AND_TRANSLATE ROTATE_ONLY - Workplane
Value Description 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.