Function SimOneAPI::GetWheelContactPoint_Array

Function Documentation

bool SimOneAPI::GetWheelContactPoint_Array(double *pWheelContactPoint, unsigned int size)

获取车轮接触点数据数组

Get vehicle wheel contact point array.

此函数用于获取车辆轮胎与地面接触点的数据数组

This function is used to get an array of data about the contact points between vehicle wheels and the ground.

参数:
  • pWheelContactPoint -- [out]

    用于存储车轮接触点数据的数组

    Array to store vehicle wheel contact point data.

  • size -- [in]

    车轮接触点数据数组的大小

    Size of wheel contact point array.

返回:

获取成功返回true,否则返回false

Returns true if successful, false otherwise.