Skip to main content

Hi,

I would like to add 100m to all the elevation values in a DWG file. However, how do I do this if the file contains polylines? I want to add 100m to all the vertices along the polyline.

I am using FME2016 Desktop.

Thanks,

You can use a 3DForcer before the writer.


Hi, the Offsetter (Cartesian Coordinate Mode) might help you, if you want to add a certain amount to existing z-coordinate for every vertex.


Thanks Takashi, the Offsetter works exactly as I would like it.


Also, is there anyway to extract the vertex X Y and Z values along a line in some sort of list?


Also, is there anyway to extract the vertex X Y and Z values along a line in some sort of list?

CoordinateExtractor in mode All Coordinates

 

 


Reply