Class: OpenStudio::Plane

Inherits:
Object
  • Object
show all
Defined in:
lib/openstudio-api-stubs/Classes/Plane.rb

Class Method Summary collapse

Instance Method Summary collapse

Class Method Details

.new(*args) ⇒ Object



4
5
# File 'lib/openstudio-api-stubs/Classes/Plane.rb', line 4

def self.new(*args)
end

Instance Method Details

#aDouble

Returns:



13
14
# File 'lib/openstudio-api-stubs/Classes/Plane.rb', line 13

def a
end

#bDouble

Returns:



16
17
# File 'lib/openstudio-api-stubs/Classes/Plane.rb', line 16

def b
end

#cDouble

Returns:



19
20
# File 'lib/openstudio-api-stubs/Classes/Plane.rb', line 19

def c
end

#dDouble

Returns:



22
23
# File 'lib/openstudio-api-stubs/Classes/Plane.rb', line 22

def d
end

#equal(*args) ⇒ Boolean

Returns:



28
29
# File 'lib/openstudio-api-stubs/Classes/Plane.rb', line 28

def equal(*args)
end

#outwardNormalVector3d

Returns:



7
8
# File 'lib/openstudio-api-stubs/Classes/Plane.rb', line 7

def outwardNormal
end

#parallel(*args) ⇒ Boolean

Returns:



25
26
# File 'lib/openstudio-api-stubs/Classes/Plane.rb', line 25

def parallel(*args)
end

#pointOnPlane(*args) ⇒ Boolean

Returns:



37
38
# File 'lib/openstudio-api-stubs/Classes/Plane.rb', line 37

def pointOnPlane(*args)
end

#project(*args) ⇒ Point3d

Returns:



34
35
# File 'lib/openstudio-api-stubs/Classes/Plane.rb', line 34

def project(*args)
end

#reverseEqual(*args) ⇒ Boolean

Returns:



31
32
# File 'lib/openstudio-api-stubs/Classes/Plane.rb', line 31

def reverseEqual(*args)
end

#reversePlanePlane

Returns:



10
11
# File 'lib/openstudio-api-stubs/Classes/Plane.rb', line 10

def reversePlane
end