PC-DMIS 2021.1 Object Library
TransformDataBack Method
See Also  Send Topic Feedback | See Object Hierarchy Chart
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.
Workplane

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.

PCDLRN ActiveX DLL > DmisMatrix Object : TransformDataBack Method

Glossary Item Box

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

Copyright © 2020. Hexagon Manufacturing Intelligence – Metrology Software, Inc. All Rights Reserved.