Class: Sketchup::Axes

Inherits:
Entity show all
Defined in:
lib/axes.rb

Overview

Since:

  • SketchUp 2016

Instance Method Summary collapse

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

#axesObject

Since:

  • SketchUp 2016



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

def axes
end

#originPoint3d

Returns:

  • (Point3d)

Since:

  • SketchUp 2016



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

def origin
end

#set(point, xaxis, yaxis, zaxis) ⇒ Axes

Returns:

Since:

  • SketchUp 2016



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

def set(point, xaxis, yaxis, zaxis)
end

#sketch_planeArray

Returns:

Since:

  • SketchUp 2016



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

def sketch_plane
end

#to_aArray

Returns a point and 3 vectors.

Returns:

  • (Array)

    a point and 3 vectors

Since:

  • SketchUp 2016



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

def to_a
end

#transformationTransformation

Returns:

  • (Transformation)

Since:

  • SketchUp 2016



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

def transformation
end

#xaxisVector3d

Returns:

  • (Vector3d)

Since:

  • SketchUp 2016



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

def xaxis
end

#yaxisVector3d

Returns:

  • (Vector3d)

Since:

  • SketchUp 2016



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

def yaxis
end

#zaxisVector3d

Returns:

  • (Vector3d)

Since:

  • SketchUp 2016



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

def zaxis
end