Built a small automation in Civil 3D using Dynamo + Python to calculate station and offset for COGO points and apply label styles automatically. What used to be repetitive manual work is now: • Standardized • Repeatable • Less error-prone Added a simple UI (Data-Shapes) so it can actually be used by others, not just sit as a script. Still early, but I’m starting to see how these kinds of tools can turn everyday engineering tasks into more structured systems. Next step is tying this into project-level data and reporting. Thanks to Alex Severson for all the help as well as Eddie Cruz #dynamo #python #automation
Great job on getting this to work. Now instead of addressing each point we can hit it as a group. 👍
Really nice work, Andrew. Automating this kind of repetitive Civil 3D task makes a huge difference in day to day production. The fact that you wrapped it in a simple UI shows you were thinking about the whole team, not just the code. 💪