- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
We have a great deal of issues with naive Revit users rotating the project north. However it still occurs and like with cad imports I want to pop upo a warning in revit project models to warn of the dire consequences.
I use the iupdater interface for cad imports and i wanted to detect elementids that have been changed, then show a custom form or message box warning to rotate true north as the correct method and that all existing model elements will be rotated and walls end up off-axis.
My questions are should i use iupdater for this and if so how can i find the type or category of object that is the project north? Is this the most efficient method.
Finally if not should i be using an alternate method like on doc changed event and compare the project north rotation before and after? I dont even know how to get the project north as a value or parameter, the true north has a built-in-parameter. Do I just check that the project north is not a vector pointning up?
Solved! Go to Solution.