Hi,
I've got a dwg file with 3D points (layer name : points_3D) and with polyline (layer name : 92040). I want to transform the polyline to polyline 3D by using the points files. How could I realize this operation with FME?
Hi,
I've got a dwg file with 3D points (layer name : points_3D) and with polyline (layer name : 92040). I want to transform the polyline to polyline 3D by using the points files. How could I realize this operation with FME?
You could use the SurfaceDraper transformer.
Use the 3D Points as Points/Lines input and the 2D polylines as DrapeFeatures.
The output will be the 3D polylines.
Thanks ! It works prefectly !