Create multiple profile views with multiple surfaces and styles

I would first like to create Profile Views for all the alignments in the file with all the surfaces, and choose style depending on name of surface; Surface “Berg” should have Style “Berg” for example

I would then like to create profile Views for all the Profiles created, often with the default values, but sometimes change a few things, for example Profile view height. I would then like to Select profile view insertion point in model space.

Can Dynamo do this for me?

Hi @AnnaCad,

Yes, you can do this with Dynamo.

  1. Create the profiles using the Profile.BySurface node
  2. Set the styles of the profiles using the CivilObject.SetStyle node
  3. Create the profile views using the ProfileView.ByAlignment node

Give it a try and let us know if you have questions :slight_smile: