PF_ADD_POINT_3D and Z-coordinate
Hi all,
I've just found the followint code into the PF_ADD_POINT_3D function (file Param_Utils.h from the latest SDK):
def.u.point3d_d.x_value = def.u.point3d_d.x_dephault = X_DFLT; \
def.u.point3d_d.y_value = def.u.point3d_d.y_dephault = Y_DFLT; \
def.u.point3d_d.z_value = def.u.point3d_d.z_dephault = Y_DFLT; \
Is this bug or feature? Are we really not able to set up Z-coordinate for the POINT_3D parameter?
Thanks!