Class: Sketchup::Style
Overview
The Style class contains methods for modifying information about a specific style. Styles are a collection of display settings that tell SketchUp how to draw the model.
Instance Method Summary # collapse
-
#description ⇒ String
The #description method gets the description for a Style.
-
#description=(description) ⇒ Object
The #description= method sets the description for a Style.
- #name ⇒ String
- #name=(name) ⇒ Object
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?
Instance Method Details
↑ #description ⇒ String
The #description method gets the description for a Sketchup::Style.
↑ #description=(description) ⇒ Object
The #description= method sets the description for a Sketchup::Style.
↑ #name ⇒ String
The #name method gets the name for a Sketchup::Style.
↑ #name=(name) ⇒ Object
The #name= method sets the name for a Sketchup::Style.