Class: Sketchup::ComponentDefinition
Instance Method Summary
collapse
Methods included from Comparable
#between?
#bounds, #casts_shadows=, #casts_shadows?, #erase!, #hidden=, #layer, #layer=, #material, #material=, #receives_shadows=, #receives_shadows?, #visible=, #visible?
Methods inherited from Entity
#attribute_dictionaries, #attribute_dictionary, #delete_attribute, #deleted?, #entityID, #get_attribute, #model, #parent, #set_attribute, #to_s, #typename, #valid?
Instance Method Details
4
5
|
# File 'lib/componentdefinition.rb', line 4
def <=>
end
|
6
7
|
# File 'lib/componentdefinition.rb', line 6
def ==
end
|
#add_classification ⇒ Object
9
10
|
# File 'lib/componentdefinition.rb', line 9
def add_classification
end
|
#add_observer ⇒ Object
12
13
|
# File 'lib/componentdefinition.rb', line 12
def add_observer
end
|
14
15
|
# File 'lib/componentdefinition.rb', line 14
def behavior
end
|
#count_instances ⇒ Object
16
17
|
# File 'lib/componentdefinition.rb', line 16
def count_instances
end
|
#count_used_instances ⇒ Fixnum
The count_used_instances method is used to count the total number of
component instances in a model using this component definition. This
method takes into account the full hierarchy of the model.
25
26
27
28
|
# File 'lib/componentdefinition.rb', line 25
def count_used_instances
count = 0
return count
end
|
#description ⇒ Object
30
31
|
# File 'lib/componentdefinition.rb', line 30
def description
end
|
#description= ⇒ Object
32
33
|
# File 'lib/componentdefinition.rb', line 32
def description=
end
|
34
35
|
# File 'lib/componentdefinition.rb', line 34
def entities
end
|
#get_classification_value ⇒ Object
37
38
|
# File 'lib/componentdefinition.rb', line 37
def get_classification_value
end
|
#group? ⇒ Boolean
40
41
|
# File 'lib/componentdefinition.rb', line 40
def group?
end
|
42
43
|
# File 'lib/componentdefinition.rb', line 42
def guid
end
|
#hidden? ⇒ Boolean
44
45
|
# File 'lib/componentdefinition.rb', line 44
def hidden?
end
|
#image? ⇒ Boolean
46
47
|
# File 'lib/componentdefinition.rb', line 46
def image?
end
|
#insertion_point ⇒ Object
48
49
|
# File 'lib/componentdefinition.rb', line 48
def insertion_point
end
|
#insertion_point= ⇒ Object
50
51
|
# File 'lib/componentdefinition.rb', line 50
def insertion_point=
end
|
#instances ⇒ Object
52
53
|
# File 'lib/componentdefinition.rb', line 52
def instances
end
|
#internal? ⇒ Boolean
54
55
|
# File 'lib/componentdefinition.rb', line 54
def internal?
end
|
#invalidate_bounds ⇒ Object
56
57
|
# File 'lib/componentdefinition.rb', line 56
def invalidate_bounds
end
|
58
59
|
# File 'lib/componentdefinition.rb', line 58
def name
end
|
60
61
|
# File 'lib/componentdefinition.rb', line 60
def name=
end
|
62
63
|
# File 'lib/componentdefinition.rb', line 62
def path
end
|
#refresh_thumbnail ⇒ Object
64
65
|
# File 'lib/componentdefinition.rb', line 64
def refresh_thumbnail
end
|
#remove_classification ⇒ Object
67
68
|
# File 'lib/componentdefinition.rb', line 67
def remove_classification
end
|
#remove_observer ⇒ Object
70
71
|
# File 'lib/componentdefinition.rb', line 70
def remove_observer
end
|
72
73
|
# File 'lib/componentdefinition.rb', line 72
def save_as
end
|
#save_thumbnail ⇒ Object
74
75
|
# File 'lib/componentdefinition.rb', line 74
def save_thumbnail
end
|
#set_classification_value ⇒ Object
77
78
|
# File 'lib/componentdefinition.rb', line 77
def set_classification_value
end
|