Send Topic Feedback | See Object Hierarchy Chart
PC-DMIS 2023.2 Object Library
PCDLRN ActiveX DLL > OldBasic Object : RotateCircle Method
ID string of circle.
ID string of second circle.
Axis to rotate.
Axis to rotate about.
RotateCircle Method
Description
Creates a Circular Rotation Alignment Command
Syntax
Visual Basic
Public Sub RotateCircle( _
   ByVal Feat1 As String, _
   ByVal Feat2 As String, _
   ByVal axis1 As WAXISTYPE, _
   ByVal axis2 As WAXISTYPE _
) 
Parameters
Feat1
ID string of circle.
Feat2
ID string of second circle.
axis1
ValueDescription
PCD_XMINUS 
PCD_XPLUS 
PCD_YMINUS 
PCD_YPLUS 
PCD_ZMINUS 
PCD_ZPLUS 
Axis to rotate.
axis2
ValueDescription
PCD_XMINUS 
PCD_XPLUS 
PCD_YMINUS 
PCD_YPLUS 
PCD_ZMINUS 
PCD_ZPLUS 
Axis to rotate about.
See Also