Solid Edge Assembly Type Library
Rotate Method
Description
Rotates the referenced object.
Syntax
Visual Basic
Public Sub Rotate( _
   ByVal AxisX1 As Double, _
   ByVal AxisY1 As Double, _
   ByVal AxisZ1 As Double, _
   ByVal AxisX2 As Double, _
   ByVal AxisY2 As Double, _
   ByVal AxisZ2 As Double, _
   ByVal Angle As Double _
) 
Parameters
AxisX1
AxisY1
AxisZ1
AxisX2
AxisY2
AxisZ2
Angle
See Also

Part Object  | Part Members

Send comments on this topic.