simSetModelProperty

Sets the properties of a model

C++ synopsis

int simSetModelProperty(int objectHandle, int prop)

Arguments

  • objectHandle: handle of the object that serves as the model base
  • prop: model property. See the model property values. Combine them with the "or"-operator

Return

  • -1 if operation was not successful


See also: