Function SimOneAPI::SetWheelContactPoint_Array
Defined in File SimOneVehicleTransAPI.h
Function Documentation
-
bool SimOneAPI::SetWheelContactPoint_Array(double *pWheelContactPointData, unsigned int size)
设置车轮接触点数据数组
Set vehicle wheel contact point array.
此函数用于设置车辆轮胎与地面接触点的数据数组
This function is used to set an array of data about the contact points between vehicle wheels and the ground.
- 参数:
pWheelContactPointData -- [in]
车轮接触点数据数组
Vehicle wheel contact point data array.
size -- [in]
车轮接触点数据数组的大小
Size of wheel contact point data array.
- 返回:
设置成功返回true,否则返回false
Returns true if successful, false otherwise.