Model.hm_zpointlocal#
- Model.hm_zpointlocal(system, x, y, z)#
Transforms a coordinate into a local system and returns the z value of the transformed point.
- 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.
- Returns:
hwReturnStatus- Status objectHmQueryResult- Result object containing the output values:localZ (double)