get_bounding_box method

get_bounding_box(self)

Calculate the bounding box of the node

Returns

The bounding box of current node


def get_bounding_box(self):
    ...

See Also