Solid Edge Assembly Type Library
RotateMultipleOccurrences Method
Specifies the number of occurrences in the array that are to be moved or copied.
Specifies the occurrences in the array.
Member of the MoveMultipleMoveTypeConstants constant set that specifies whether to move or copy the occurrences.
Member of the MoveMultipleRelationshipConstants constant set that specifies whether the relationship between the occurrences in the array should be maintained, dropped, or dropped and grounded.
Coordinates for the rotation axis direction.
Coordinates for the rotation axis direction.
Coordinates for the rotation axis direction.
Specifies the rotation angle.
Specifies an array of occurrences that were copied or moved.
Description
This method rotates the input occurrences. It takes input and returns an array of the occurrences that were moved or copied. If an occurrence was moved, the output occurrences are the same as the input occurrences. If an occurrence was copied, the output occurrences will be the new occurrence copies.
Syntax
Visual Basic
Public Sub RotateMultipleOccurrences( _
   ByVal lNumberOfOccurrences As Long, _
   ByRef Occurrences() As Unknown, _
   ByVal MoveType As MoveMultipleMoveTypeConstants, _
   ByVal RelationshipMaintenance As MoveMultipleRelationshipConstants, _
   ByVal AxisX As Double, _
   ByVal AxisY As Double, _
   ByVal AxisZ As Double, _
   ByVal Angle As Double, _
   ByRef MovedOrCopiedOccurrences As Variant _
) 
Parameters
lNumberOfOccurrences
Specifies the number of occurrences in the array that are to be moved or copied.
Occurrences
Specifies the occurrences in the array.
MoveType
ValueDescription
seMoveMultipleCopy
seMoveMultipleMove
Member of the MoveMultipleMoveTypeConstants constant set that specifies whether to move or copy the occurrences.
RelationshipMaintenance
ValueDescription
seMoveMultipleDropInternalRelationships
seMoveMultipleDropInternalRelationshipsAndGround
seMoveMultipleMaintainInternalRelationships
Member of the MoveMultipleRelationshipConstants constant set that specifies whether the relationship between the occurrences in the array should be maintained, dropped, or dropped and grounded.
AxisX
Coordinates for the rotation axis direction.
AxisY
Coordinates for the rotation axis direction.
AxisZ
Coordinates for the rotation axis direction.
Angle
Specifies the rotation angle.
MovedOrCopiedOccurrences
Specifies an array of occurrences that were copied or moved.
See Also

AssemblyDocument Object  | AssemblyDocument Members  | Solid Edge V20 - What's New