Class: Sketchup::SectionPlane

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

#add_observer, #attribute_dictionaries, #attribute_dictionary, #delete_attribute, #deleted?, #entityID, #get_attribute, #model, #parent, #remove_observer, #set_attribute, #to_s, #typename, #valid?

Instance Method Details

#activateObject

Since:

  • SketchUp 2014



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

def activate
end

#active?Boolean

Returns:

  • (Boolean)

Since:

  • SketchUp 2014



10
11
# File 'lib/sectionplane.rb', line 10

def active?
end

#get_planeObject



13
14
# File 'lib/sectionplane.rb', line 13

def get_plane
end

#set_planeObject



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

def set_plane
end