CH5Position has member functions to access center and orientation.
I would need a member function to access the bounding_box.
Something like …
def get_bounding_box(self, index, object_='primary__primary'):
index = to_index_array(index)
bb_list = self.get_feature_table(object_, 'bounding_box')[index]
return bb_list
But I do not have the right to modify the code …
CH5Position has member functions to access center and orientation.
I would need a member function to access the bounding_box.
Something like …
But I do not have the right to modify the code …