Model.hm_ypointvectorlocal#
- Model.hm_ypointvectorlocal(system, x, y, z, vx, vy, vz)#
Transforms a vector into a local system and returns the y value of the transformed vector.
- Parameters:
system (Entity) – The object describing the system entity into which the vector should be transformed.
x (double) – The x coordinate of the point where the vector is located in the global system.
y (double) – The y coordinate of the point where the vector is located in the global system.
z (double) – The z coordinate of the point where the vector is located in the global system.
vx (double) – The x component of the vector to be transformed.
vy (double) – The y component of the vector to be transformed.
vz (double) – The z component of the vector to be transformed.
- Returns:
hwReturnStatus- Status objectHmQueryResult- Result object containing the output values:vectorLocalY (double)