Class: Sketchup::OverlaysManager
- Inherits:
-
Object
- Object
- Sketchup::OverlaysManager
- Includes:
- Enumerable
Overview
An overlay added to a model is invalidated once it's removed from the model. It cannot be re-added or added to another model. Create another unique instance for that.
Contains the registered overlays for a model along with methods to manage them.
A model can not have multiple overlays with the same id.
Instance Method Summary # collapse
- #[](index) ⇒ Sketchup::Overlay (also: #at)
-
#add(service) ⇒ Boolean
false
if an overlay with the same id already exists. - #each {|overlay| ... } ⇒ nil
- #remove(service) ⇒ Boolean
- #size ⇒ Integer (also: #length)