I would like to drap points (FMEPoint), from a ShapeFile, onto a mesh (FMEMesh) from OBJ file format, or retrieve the Z coordinate on the mesh from the XY position of the point.
I used in my script the transformer SurfaceDraper, but it rebuild a new mesh that doesn't match the original mesh of OBJ file. So some points are not draped properly.
I would like to use PythonCaller to do it instead, but my knowledge in Python is limited. 😥