Send Topic Feedback | See Object Hierarchy Chart
PC-DMIS 2023.2 Object Library
Axis to rotate.
ID string of the feature to rotate to.
Axis to rotate about.
Rotate Method
Description
Creates a Rotate Alignment Command
Syntax
Visual Basic
Public Sub Rotate( _
   ByVal axis1 As WAXISTYPE, _
   ByVal feat As String, _
   ByVal axis2 As WAXISTYPE _
) 
Parameters
axis1
ValueDescription
PCD_XMINUS 
PCD_XPLUS 
PCD_YMINUS 
PCD_YPLUS 
PCD_ZMINUS 
PCD_ZPLUS 
Axis to rotate.
feat
ID string of the feature to rotate to.
axis2
ValueDescription
PCD_XMINUS 
PCD_XPLUS 
PCD_YMINUS 
PCD_YPLUS 
PCD_ZMINUS 
PCD_ZPLUS 
Axis to rotate about.
See Also