Hello,
To animate elements in Revit, I'm using the function : .SetRelativeDisplacement(XYZ) of the DisplacementElement object.
For more information :
https://thebuildingcoder.typepad.com/blog/2013/08/animation-and-the-displacementelement-class.html
Is it possible to have a similar functionality to animate the rotation of an element in Revit ?
Currently, there is no way to make a rotate animation.
Like the .SetRelativeDisplacement(XYZ) API function, it would be very useful to have a function like :
.SetRelativeRotation(Double angle, Line axis)
Thank's in advance.
Driss NABIH