Analytical Model Not Aligned with Physical Model

Hi. I’m having an issue with my analytical model becoming out of alignment with the physical model and I am not sure what initially caused it. I have a project with more than 1600 columns and the only way I can see to fix it is manually going thru and hitting analytical reset of each one individually. Is there a way to do an analytical reset on all columns globally with Dynamo? The analytical reset is a one-shot command - only one element can be selected at a time, which means alot of keystrokes.

Hello @Dan_Johnson,

I’m not sure if it will work in your case, but maybe you can try with a python script and this API method? http://www.revitapidocs.com/2017/4e6e24e1-461d-fff1-f9fe-12db12e8b03f.htm

Hi @Dan_Johnson,
I just want to share my simple solution with this problem.
this solution of mine was not through dynamo.

To reset Multiple Analytical Model to its initial Position.

Open 3D view and show only the Analytical Columns under Analytical Model Categories.
You will notice that there are some Analytical model that are not in the right position.

SEE IMAGE 1.
1

To reset them at the same time, select all the analytical model, in the Properties Palette, follow the IMAGE 2.
2

And check the analytical model if it was reset.
OUTPUT IMAGE 3.
3

hope it helps.