Is there a way to extract a list of all the civil 3d styles in a drawing? Such as:
- Surface Styles.
- Surface Elevation Styles
- Profile View Label Styles
Is there a way to extract a list of all the civil 3d styles in a drawing? Such as:
This is perfect so now how do I get a list of let’s say ‘surface styles’ to a note pad document or in such a way that I can copy all of those style names into Excel?
The output is a dictionary, so take a look at the nodes under the “Dictionary” shelf in the library.
Any other tips about how I can get to the surface names such that I can copy them out of the dynamo script and paste them into Excel?
Try Dictionary.ValueAtKey and Data.ExportExcel.
Is there an issue?