get_bounds method

get_bounds

Fills Bounds property (contain minimum and maximum point of entity) for all entities.

def get_bounds(self):
    ...

get_bounds

Fills Bounds property (contains minimum and maximum point) for entity.

def get_bounds(self, entity):
    ...
ParameterTypeDescription
entityaspose.cad.fileformats.cad.cadobjects.CadBaseEntity

See Also