Class: Sketchup::Console

Inherits:
Object show all
Defined in:
lib/console.rb

Overview

Since:

  • SketchUp 2014

Instance Method Summary collapse

Instance Method Details

#clearObject

Since:

  • SketchUp 2014



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

def clear
end

#hideObject

Since:

  • SketchUp 2014



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

def hide
end

#showObject

Since:

  • SketchUp 2014



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

def show
end

#visibe?Boolean

Returns:

  • (Boolean)

Since:

  • SketchUp 2014



15
16
# File 'lib/console.rb', line 15

def visibe?
end