Revit dimension alignment not appeariing consistent

Revit dimension alignment not appeariing consistent

dhananjay_dixit
Contributor Contributor
274 Views
1 Reply
Message 1 of 2

Revit dimension alignment not appeariing consistent

dhananjay_dixit
Contributor
Contributor

Please refer to the image below, we are trying to automate placement of level dimensions after placing the views.

 

image.png

When we add level dimension to the view at the bottom, they do not remain aligned similar to the view on the top and shown in orange box.

 

Please let me know if I am missing something here.

 

Thanks 

regards,

Dhananjay

0 Likes
275 Views
1 Reply
Reply (1)
Message 2 of 2

RPTHOMAS108
Mentor
Mentor

Probably some code example of what you are doing would help.

 

Grids have 2D view extent and overall 3D extent, you can extend datum elements such as grids and levels through all parallel views. If you set datum elements to a scope box and then remove that association by deleting the scope box the 2d extents are curtailed to that location. This is trick used in UI but scope box functionality is very limited in API.

0 Likes