Class: Sketchup::LineStyles
Overview
Provides access to the different line style objects in the model.
Instance Method Summary # collapse
-
#[](arg) ⇒ Sketchup::LineStyle?
The #[] method lets you retrieve a line style by name or index.
-
#at(arg) ⇒ Sketchup::LineStyle?
The #[] method lets you retrieve a line style by name or index.
-
#each {|linestyle| ... } ⇒ nil
The #each method is used to iterate through all the line styles.
-
#names ⇒ Array<String>
The #names method return the support line styles as strings.
-
#size ⇒ Integer
(also: #length)
The #size method returns the number of line styles that SketchUp supports.
-
#to_a ⇒ Array
The #to_a method returns an array of all the line styles.
Methods inherited from Entity
#add_observer, #attribute_dictionaries, #attribute_dictionary, #delete_attribute, #deleted?, #entityID, #get_attribute, #inspect, #model, #parent, #persistent_id, #remove_observer, #set_attribute, #to_s, #typename, #valid?