class OpenStudio::Point3dVector
Public Class Methods
Repeat(point3d, int32)
click to toggle source
@return [Point3dVector]
# File lib/openstudio-api-stubs/Classes/Point3dVector.rb, line 49 def self.Repeat(point3d, int32) end
new(*args)
click to toggle source
# File lib/openstudio-api-stubs/Classes/Point3dVector.rb, line 4 def self.new(*args) end
Public Instance Methods
Add(point3d)
click to toggle source
# File lib/openstudio-api-stubs/Classes/Point3dVector.rb, line 33 def Add(point3d) end
AddRange(point3dVector)
click to toggle source
# File lib/openstudio-api-stubs/Classes/Point3dVector.rb, line 35 def AddRange(point3dVector) end
Clear()
click to toggle source
# File lib/openstudio-api-stubs/Classes/Point3dVector.rb, line 31 def Clear end
CopyTo(*args)
click to toggle source
# File lib/openstudio-api-stubs/Classes/Point3dVector.rb, line 53 def CopyTo(*args) end
GetEnumerator()
click to toggle source
@return [Point3dVectorEnumerator]
# File lib/openstudio-api-stubs/Classes/Point3dVector.rb, line 29 def GetEnumerator end
GetRange(int32, int32)
click to toggle source
@return [Point3dVector]
# File lib/openstudio-api-stubs/Classes/Point3dVector.rb, line 38 def GetRange(int32, int32) end
Insert(int32, point3d)
click to toggle source
# File lib/openstudio-api-stubs/Classes/Point3dVector.rb, line 40 def Insert(int32, point3d) end
InsertRange(int32, point3dVector)
click to toggle source
# File lib/openstudio-api-stubs/Classes/Point3dVector.rb, line 42 def InsertRange(int32, point3dVector) end
RemoveAt(int32)
click to toggle source
# File lib/openstudio-api-stubs/Classes/Point3dVector.rb, line 44 def RemoveAt(int32) end
RemoveRange(int32, int32)
click to toggle source
# File lib/openstudio-api-stubs/Classes/Point3dVector.rb, line 46 def RemoveRange(int32, int32) end
Reverse(*args)
click to toggle source
# File lib/openstudio-api-stubs/Classes/Point3dVector.rb, line 55 def Reverse(*args) end
SetRange(int32, point3dVector)
click to toggle source
# File lib/openstudio-api-stubs/Classes/Point3dVector.rb, line 51 def SetRange(int32, point3dVector) end
get_Capacity()
click to toggle source
@return [Int32]
# File lib/openstudio-api-stubs/Classes/Point3dVector.rb, line 18 def get_Capacity end
get_Count()
click to toggle source
@return [Int32]
# File lib/openstudio-api-stubs/Classes/Point3dVector.rb, line 23 def get_Count end
get_IsFixedSize()
click to toggle source
@return [Boolean]
# File lib/openstudio-api-stubs/Classes/Point3dVector.rb, line 7 def get_IsFixedSize end
get_IsReadOnly()
click to toggle source
@return [Boolean]
# File lib/openstudio-api-stubs/Classes/Point3dVector.rb, line 10 def get_IsReadOnly end
get_IsSynchronized()
click to toggle source
@return [Boolean]
# File lib/openstudio-api-stubs/Classes/Point3dVector.rb, line 26 def get_IsSynchronized end
get_Item(int32)
click to toggle source
@return [Point3d]
# File lib/openstudio-api-stubs/Classes/Point3dVector.rb, line 13 def get_Item(int32) end
set_Capacity(int32)
click to toggle source
# File lib/openstudio-api-stubs/Classes/Point3dVector.rb, line 20 def set_Capacity(int32) end
set_Item(int32, point3d)
click to toggle source
# File lib/openstudio-api-stubs/Classes/Point3dVector.rb, line 15 def set_Item(int32, point3d) end