Regular API function

simGetObjectSizeValues / sim.getObjectSizeValues

Description Deprecated.
C/C++
synopsis
int simGetObjectSizeValues(int objectHandle,double* sizeValues)
C/C++
parameters
objectHandle: handle of the scene object
sizeValues (output): a pointer to 3 size values (x, y and z)
C/C++
return value
-1 in case of an error
Lua
synopsis
float[3] sizeValues=sim.getObjectSizeValues(int objectHandle)
Lua
parameters
Similar to the C-function counterpart
Lua
return values
Similar to the C-function counterpart