Regular API function

sim.setShapeBB

Description Sets the size of a shape's bounding box, effectively scaling the shape. Non-isometric scaling is not always possible. See also the other size and scaling functions.
C/C++
synopsis
C/C++
parameters
C/C++
return value
Lua
synopsis
sim.setShapeBB(int shapeHandle,float[3] size)
Lua
parameters
shapeHandle: handle of the shape
size: size of the bounding box
Lua
return values
Python
synopsis
sim.setShapeBB(int shapeHandle,list size)