bounds property

bounds property

Minimal and maximal points of entity. Filled after GetBounds is called for CadImage.

Definition:

@property
def bounds(self):
    ...
@bounds.setter
def bounds(self, value):
    ...

See Also