deferred class EV_POSITIONED General cluster: vision2.interface.properties description: "Abstraction for objects that have geometric position." keywords: "position, width, height" Ancestors EV_ANY Queries data: ANY height: INTEGER is_destroyed: BOOLEAN minimum_height: INTEGER minimum_width: INTEGER width: INTEGER x_position: INTEGER y_position: INTEGER Commands copy (other: [like Current] EV_POSITIONED) destroy set_data (some_data: [like data] ANY) Constraints width not negative height not negative minimum width not negative minimum height not negative