You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think there's something missing in the OOTB node: by default the view created is not cropped, resulting in a crappy useless view. and the setting is grayed in revit UI, so user can't switch it on.
the code should include this (in python here):
view.CropBoxActive = True
The text was updated successfully, but these errors were encountered:
I think there's something missing in the OOTB node: by default the view created is not cropped, resulting in a crappy useless view. and the setting is grayed in revit UI, so user can't switch it on.
the code should include this (in python here):
view.CropBoxActive = True
The text was updated successfully, but these errors were encountered: