Send Topic Feedback | See Object Hierarchy Chart
PC-DMIS 2023.2 Object Library
PCDLRN ActiveX DLL > DmisMatrix Object : RotateToPoint Method
Required Double X component used in calculating rotation angle.
Required Double Y component used in calculation rotation angle.
Optional parameter with the ENUM_PLANE_TYPE enumeration used to define which axis to rotate about.
RotateToPoint Method
Description

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

Syntax
Visual Basic
Public Sub RotateToPoint( _
   ByVal X As Double, _
   ByVal Y As Double, _
   ByVal Workplane As ENUM_PLANE_TYPE _
) 
Parameters
X
Required Double X component used in calculating rotation angle.
Y
Required Double Y component used in calculation rotation angle.
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.
See Also