Class: Sketchup::OverlaysManager
Relationships | |
Super Chains via Extension / Inclusion / Inheritance | |
Instance Chain:
self,
Enumerable
|
|
Inherits: | Object |
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
- #[](index) ⇒ Sketchup::Overlay (also: #at)
- #add(service) ⇒ Boolean
-
#at(index)
Alias for #[].
- #each {|overlay| ... } ⇒ nil
-
#length
Alias for #size.
- #remove(service) ⇒ Boolean
- #size ⇒ Integer (also: #length)
Instance Method Details
#[](index) ⇒ Sketchup::Overlay Also known as: #at
#add(service) ⇒ Boolean
#at(index)
Alias for #[].
#each {|overlay| ... } ⇒ nil
#length
Alias for #size.