Move Rotation point in Revit Mep API

Move Rotation point in Revit Mep API

nitinjambhale
Advocate Advocate
948 Views
2 Replies
Message 1 of 3

Move Rotation point in Revit Mep API

nitinjambhale
Advocate
Advocate

Hi friends,

Any Idea how to move Rotation point to another location for a family with Revit Mep API. (C#)

 

Thanks,

Nitin J.

0 Likes
Accepted solutions (1)
949 Views
2 Replies
Replies (2)
Message 2 of 3

Joe.Ye
Alumni
Alumni
Accepted solution
Hi Nitin,

I don't think Revit API can change the rotation point users can see when start the rotate command.
Instead, when you want to rotate a family instance you can just calling ElementTransformUtils.RotateElement() or RotateElements() method.
You can decide the rotation axis's position.


Joe Ye
Contractor
Developer Technical Services
Autodesk Developer Network
0 Likes
Message 3 of 3

nitinjambhale
Advocate
Advocate

Thank you for the reply.

i just carried away with the manual process and not had thought of this.

 

Thank you.

 

0 Likes