Question

Does anyone know how to get the connected pipe data from Civil 3D structures to to populate as an attribute to the structure

  • 3 April 2019
  • 1 reply
  • 5 views

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


1 reply

Userlevel 2
Badge +17

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