EllipseAnnotation¶
-
class
scenebox.models.annotation.
EllipseAnnotation
(ellipses, **kwargs)¶ Create an Ellipse annotation.
Created from a union of one or more Ellipse objects.
- Parameters:
ellipses – All Ellipses to include in the EllipseAnnotation.
**kwargs – Additional annotation attributes. The keyword arguments are passed to
scenebox.models.annotation
.
Methods
return a dictionary object representative of Annotation :return: dictionary object
-
to_dic
()¶ return a dictionary object representative of Annotation :return: dictionary object