Send Topic Feedback | See Object Hierarchy Chart
PC-DMIS 2023.2 Object Library
PCDLRN ActiveX DLL > DmisMatrix Object : RotateToVector Method
Required Pointdata parameter specifying the vector that the primary axis should be rotated to.
Optional parameter with the ENUM_PLANE_TYPE enumeration used to define which axis to rotate about.
RotateToVector Method
Description

Rotates the primary axis (as determined by the workplane parameter) to the specified vector.

Syntax
Visual Basic
Public Sub RotateToVector( _
   ByVal Vector As PointData, _
   ByVal Workplane As ENUM_PLANE_TYPE _
) 
Parameters
Vector
Required Pointdata parameter specifying the vector that the primary axis should be rotated to.
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