ElementTransformUtils.RotateElements
Description:
Rotates a set of elements about the given axis and angle.
Rotates a set of elements about the given axis and angle.
-
documentThe document that owns the elements.
-
ICollection<ElementId>elementsToRotateThe set of elements to rotate.
-
axisThe axis of rotation.
-
DoubleangleThe angle of rotation in radians.
-
The given element id set is empty. -or- One or more elements in elementsToRotate do not exist in the document.
-
A non-optional argument was null