Message 1 of 3
Determine the Axis or Center of Rotation

Not applicable
04-26-2016
01:12 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi everyone,
Using revit I can modify->ROTATE the walls around default axis/center or I can also drag the axis somewhere else and can rotate the wall around it. This is all good.
Is there any way that my plugin can read this information using REVIT API C#? For example:
- I have the initial position of a wall (w1).
- Now user rotates the w1 using REVIT controls
- So is there any way to get the values that what was the rotational axis (rotation center) and what were the first and second ray values (basically angle)?