PC-DMIS 2021.1 Object Library
RotateByAngle Method
See Also  Send Topic Feedback | See Object Hierarchy Chart
Angle
Required Double parameter representing the rotation angle (in degrees).
Workplane
Optional parameter that uses the ENUM_PLANE_TYPE enumeration to define which axis to rotate about.
PCDLRN ActiveX DLL > DmisMatrix Object : RotateByAngle Method

Glossary Item Box

Description

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

Syntax

Visual Basic
Public Sub RotateByAngle( _
   ByVal Angle As Double, _
   ByVal Workplane As ENUM_PLANE_TYPE _
) 

Parameters

Angle
Required Double parameter representing the rotation angle (in degrees).
Workplane
ValueDescription
PLANE_BACK 
PLANE_BOTTOM 
PLANE_FRONT 
PLANE_LEFT 
PLANE_RIGHT 
PLANE_TOP 
Optional parameter that uses the ENUM_PLANE_TYPE enumeration to define which axis to rotate about.

Return Type

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

Example

For an example of this property, in the ReportControl object, see the example for the Rotation method.

See Also

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