Class: Sketchup::Group

Inherits:
Drawingelement show all
Defined in:
lib/group.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



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

def add_observer
end

#copyObject



11
12
# File 'lib/group.rb', line 11

def copy
end

#definitionComponentDefinition

Returns:

Since:

  • SketchUp 2015



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

def definition
end

#descriptionObject



19
20
# File 'lib/group.rb', line 19

def description
end

#description=Object



21
22
# File 'lib/group.rb', line 21

def description=
end

#entitiesObject



23
24
# File 'lib/group.rb', line 23

def entities
end

#explodeObject



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

def explode
end

#guidString

Returns unique_id.

Returns:

Since:

  • SketchUp 2014



6
7
# File 'lib/group.rb', line 6

def guid
end

#local_boundsObject



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

def local_bounds
end

#locked=Object



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

def locked=
end

#locked?Boolean

Returns:

  • (Boolean)


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

def locked?
end

#make_uniqueObject



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

def make_unique
end

#move!Object



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

def move!
end

#nameObject



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

def name
end

#name=Object



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

def name=
end

#remove_observerObject



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

def remove_observer
end

#to_componentObject



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

def to_component
end

#transform!Object



45
46
# File 'lib/group.rb', line 45

def transform!
end

#transformationObject



47
48
# File 'lib/group.rb', line 47

def transformation
end

#transformation=Object



49
50
# File 'lib/group.rb', line 49

def transformation=
end