Skip to main content
Question

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

  • April 3, 2019
  • 1 reply
  • 34 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

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

1 reply

daveatsafe
Safer
Forum|alt.badge.img+20
  • Safer
  • April 4, 2019

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.