Skip to content

get_bounding_box #5

Description

@ThomasWalter

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 …

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions