Hi All,
I am using pyRevitPlus tools to position the viewports on the sheet. It all went smoothly and I've used the same script to position legend views. Now, if I need to add extra elements to the legend, it is clipped and no visible boundary is present, nor there is UI way to remove it. The screenshot shows the lower-left corner, with two elements clipped. And yes, altering the code will solve the issue:
viewport.parameters.builtins['VIEWER_CROP_REGION_VISIBLE'] = 0
viewport.parameters.builtins['VIEWER_ANNOTATION_CROP_ACTIVE'] = 0
viewport.parameters.builtins['VIEWER_CROP_REGION'] = 1 0

