Class: Sketchup::PickHelper

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

Overview

Since:

  • SketchUp 6

Instance Method Summary collapse

Instance Method Details

#all_pickedObject

Since:

  • SketchUp 6



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

def all_picked
end

#best_pickedObject

Since:

  • SketchUp 6



8
9
# File 'lib/pickhelper.rb', line 8

def best_picked
end

#boundingbox_pick(bounding_box, pick_type, transformtion = nil) ⇒ Integer

Returns the number of Entity objects picked.

Returns:

  • (Integer)

    the number of Entity objects picked

Since:

  • SketchUp 2016



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

def boundingbox_pick(bounding_box, pick_type, transformtion = nil)
end

#countObject

Since:

  • SketchUp 6



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

def count
end

#depth_atObject

Since:

  • SketchUp 6



18
19
# File 'lib/pickhelper.rb', line 18

def depth_at
end

#do_pickObject

Since:

  • SketchUp 6



20
21
# File 'lib/pickhelper.rb', line 20

def do_pick
end

#element_atObject

Since:

  • SketchUp 6



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

def element_at
end

#initObject

Since:

  • SketchUp 6



24
25
# File 'lib/pickhelper.rb', line 24

def init
end

#leaf_atObject

Since:

  • SketchUp 6



26
27
# File 'lib/pickhelper.rb', line 26

def leaf_at
end

#path_atObject

Since:

  • SketchUp 6



28
29
# File 'lib/pickhelper.rb', line 28

def path_at
end

#pick_segmentObject

Since:

  • SketchUp 6



30
31
# File 'lib/pickhelper.rb', line 30

def pick_segment
end

#picked_edgeObject

Since:

  • SketchUp 6



32
33
# File 'lib/pickhelper.rb', line 32

def picked_edge
end

#picked_elementObject

Since:

  • SketchUp 6



34
35
# File 'lib/pickhelper.rb', line 34

def picked_element
end

#picked_faceObject

Since:

  • SketchUp 6



36
37
# File 'lib/pickhelper.rb', line 36

def picked_face
end

#test_pointObject

Since:

  • SketchUp 6



38
39
# File 'lib/pickhelper.rb', line 38

def test_point
end

#transformation_atObject

Since:

  • SketchUp 6



40
41
# File 'lib/pickhelper.rb', line 40

def transformation_at
end

#viewObject

Since:

  • SketchUp 6



42
43
# File 'lib/pickhelper.rb', line 42

def view
end

#window_pick(start_point, end_point, pick_type) ⇒ Integer

Returns number of entities picked.

Returns:

  • (Integer)

    number of entities picked

Since:

  • SketchUp 2016



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

def window_pick(start_point, end_point, pick_type)
end