Share

ElementTransformUtils.RotateElements Method

Rotates a set of elements about the given axis and angle.


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)

Syntax

C#

public static void RotateElements(
	Document document,
	ICollection<ElementId> elementsToRotate,
	Line axis,
	double angle
)

Parameters

document  Document
The document that owns the elements.
elementsToRotate  ICollection<ElementId>
The set of elements to rotate.
axis  Line
The axis of rotation.
angle  Double
The angle of rotation in radians.

Exceptions

ExceptionCondition
ArgumentException The given element id set is empty. -or- One or more elements in elementsToRotate do not exist in the document.
ArgumentNullException A non-optional argument was null

See Also

Reference

Was this information helpful?