Adding profiles to a profile view using dynamo

Hello friends,

I want to add a profile to a profile view and as of now it is done using civil 3D tools which is extremely time consuming as there are over 100 profiles. I would like to create a dynamo script which will automate this task and save my time. Can anyone please give me an idea on what all nodes to use for this particular task?

Hi @sbd.bim
Asumming you are working with v2026 you can use these:
Profile.BySurface

Documennt.Write.Message
with β€œREA” as a string @ message input in case you drawing does not update


Profile view is linked to an alignment, so once you select the alignment input, is going to be shown at the correct profile view

1 Like