How can I use Dynamo to read text from a CSV file and then create or modify labels in a Civil 3D profile view to display the text read from the CSV?
I’m unable to use ProfileViewStationElevationLabel.ByStationElevation
to display the text in the Civil 3D profile view.
The ProfileViewStationElevationLabel.ByStationElevation
does not allow me to add the text read from the CSV file.
Hi @C3D-10086,
Once you’ve created the labels, you can override the text with the contents from the CSV file using the Label.SetTextComponentOverride
node.
Thank you. Can be replaced
Very good.
1 Like