Skip to main content

I can get the inverts of the pipes in the pipe features, but i need the data to populate with my structure feature and when looking at the format attribute table for structures I don't see those attributes available

Hi @jjohnson1119,

The pipes have the start and end structure ids on them (aec_pipe_start_struct_id, aec_pipe_end_struct_id). You can use these ids to merge the pipe inverts on the structure attached to the pipes (merge to aec_object_id on the structure), using a FeatureMerger transformer.


Reply