Description
|
Retrieves the properties of a model. See also sim.setModelProperty, sim.getObjectProperty and sim.getObjectSpecialProperty. |
C/C++ synopsis
|
simInt simGetModelProperty(simInt objectHandle)
|
C/C++ parameters |
objectHandle: handle of the object that serves as the model base
|
C/C++ return value
|
|
Lua synopsis
|
int property=sim.getModelProperty(int objectHandle)
|
Lua parameters |
Similar to the C-function counterpart
|
Lua return values
|
Similar to the C-function counterpart.
|
Python synopsis |
int property=sim.getModelProperty(int objectHandle) |