Multiplies the supplied data by the inverse of the matrix
Visual Basic |
---|
Public Sub TransformDataForward( _ 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 matrix.
- TransformationType
Optional Long parameter 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
Optional parameter with the ENUM_PLANE_TYPE enumeration used to define which axis to rotate about.Value Description PLANE_BACK PLANE_BOTTOM PLANE_FRONT PLANE_LEFT PLANE_RIGHT PLANE_TOP This parameter is used when the MAJOR_MINOR_THIRD_ROT_AND_TRANS parameter or the MAJOR_MINOR_THIRD_ROTATE_ONLY transformation type parameter is used.