Hello,
I use the below to get a bounding box of a titleblock schedule on a sheet. This particular bit drastically slows down my script. If I hard code XYZ coordinates, then the script runs no more than 10 seconds. If I use the below, it takes around 5-6 minutes. Please advise if this is what it is or there is an efficient way of getting bounding box or coordinates of a titleblock schedule.
bounding_box = schedule_instance_element.get_BoundingBox(picked_sheet)
Solved! Go to Solution.
Link copied