Class: Sketchup::ComponentInstance

Inherits:
Drawingelement show all
Defined in:
lib/componentinstance.rb

Instance Method Summary collapse

Methods inherited from Drawingelement

#bounds, #casts_shadows=, #casts_shadows?, #erase!, #hidden=, #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

#add_observerObject



3
4
# File 'lib/componentinstance.rb', line 3

def add_observer
end

#definitionObject



5
6
# File 'lib/componentinstance.rb', line 5

def definition
end

#definition=Object



7
8
# File 'lib/componentinstance.rb', line 7

def definition=
end

#equals?Boolean

Returns:

  • (Boolean)

Since:

  • 8.0



12
13
# File 'lib/componentinstance.rb', line 12

def equals?
end

#explodeObject



9
10
# File 'lib/componentinstance.rb', line 9

def explode
end

#glued_toObject



14
15
# File 'lib/componentinstance.rb', line 14

def glued_to
end

#glued_to=Object



16
17
# File 'lib/componentinstance.rb', line 16

def glued_to=
end

#guidString

Returns a base 64 unique id for this object

Returns:

Since:

  • Sketchup 2014



22
23
# File 'lib/componentinstance.rb', line 22

def guid
end

#locked=Object



25
26
# File 'lib/componentinstance.rb', line 25

def locked=
end

#locked?Boolean

Returns:

  • (Boolean)


27
28
# File 'lib/componentinstance.rb', line 27

def locked?
end

#make_uniqueObject



29
30
# File 'lib/componentinstance.rb', line 29

def make_unique
end

#move!Object



31
32
# File 'lib/componentinstance.rb', line 31

def move!
end

#nameObject



33
34
# File 'lib/componentinstance.rb', line 33

def name
end

#name=Object



35
36
# File 'lib/componentinstance.rb', line 35

def name=
end

#remove_observerObject



37
38
# File 'lib/componentinstance.rb', line 37

def remove_observer
end

#transform!Object



39
40
# File 'lib/componentinstance.rb', line 39

def transform!
end

#transformationObject



41
42
# File 'lib/componentinstance.rb', line 41

def transformation
end

#transformation=Object



43
44
# File 'lib/componentinstance.rb', line 43

def transformation=
end