Class: Sketchup::Entity
Direct Known Subclasses
AttributeDictionaries, AttributeDictionary, Axes, Behavior, Curve, DefinitionList, Drawingelement, EdgeUse, Layer, Layers, Loop, Material, Materials, Page, Pages, RenderingOptions, ShadowInfo, Style, Styles, Texture, Vertex
Instance Method Summary
collapse
Instance Method Details
#add_observer(entity_observer) ⇒ Boolean
6
7
|
# File 'lib/entity.rb', line 6
def add_observer(entity_observer)
end
|
#attribute_dictionaries ⇒ Object
8
9
|
# File 'lib/entity.rb', line 8
def attribute_dictionaries
end
|
#attribute_dictionary ⇒ Object
10
11
|
# File 'lib/entity.rb', line 10
def attribute_dictionary
end
|
#delete_attribute ⇒ Object
12
13
|
# File 'lib/entity.rb', line 12
def delete_attribute
end
|
#deleted? ⇒ Boolean
14
15
|
# File 'lib/entity.rb', line 14
def deleted?
end
|
#entityID ⇒ Fixnum
22
23
|
# File 'lib/entity.rb', line 22
def entityID
end
|
#get_attribute ⇒ Object
25
26
|
# File 'lib/entity.rb', line 25
def get_attribute
end
|
Returns the Model of the receiver
32
33
|
# File 'lib/entity.rb', line 32
def model
end
|
34
35
|
# File 'lib/entity.rb', line 34
def parent
end
|
#remove_observer(model_observer) ⇒ Object
37
38
|
# File 'lib/entity.rb', line 37
def remove_observer(model_observer)
end
|
#set_attribute(dict_name, key, value) ⇒ Object
Sets the value of an attibute in an AtrtributeDictonary
47
48
|
# File 'lib/entity.rb', line 47
def set_attribute(dict_name, key, value)
end
|
50
51
|
# File 'lib/entity.rb', line 50
def to_s
end
|
52
53
|
# File 'lib/entity.rb', line 52
def typename
end
|
#valid? ⇒ Boolean
54
55
|
# File 'lib/entity.rb', line 54
def valid?
end
|