Help Dynamo

hello everyone,

I have installed civil 3d 2025, when I try to download the dynamo package I receive the message shown in the following image.

thank you for helping me

If you get the latest update for C3D 2025 (2025.1), you should have many of the nodes from that package as OOTB. (at least that is my understanding)

CC @zachri.jensen

2 Likes

Hello,
Thank you for your Replay,i have C3D 2025.1.when i try to use script maked with dynamo C3D 2024 , i have a lot of mistaks .
I think the probleme IS in the package , see the picture above.
Mistaks in civil3DToolkit
Thanks

It should work in 2024 if you have the right package installed and no conflicts with add-ins.

But I do not believe that C3D toolkit has been updated to 2025, nor am I aware of any immediate plans for such. You may have to find an alternative node (perhaps in the extended nodes made available in 2025?) or write some code to reproduce the prior nodes.

Hello,
I have mistaks on 6 nodes.
Take a look for the picture below. i don’t know how can i resolve this probleme.

thank’s


Hi @bgalleze,

These nodes in Civil 3D 2025.1 should get you what you need. Can you give them a try?

As the Civil3D Toolkit package isn’t installed or won’t load, the first and 3rd warning in the first image are being generated. My gut says every subsequent warning is a result of that, but I can’ say.

So you have some options.

  1. Replace the failing nodes in question with the ones noted above by @zachri.jensen
  2. Find and load in a version of the Civil 3D ToolKit that works for Civil 3D 2025. I am not sure that such a thing exists at this time.
  3. Find an alternative package for taking an alignment and getting sample line stations and then getting cant info at those stations. I am not sure that this exists in any package at this time.
  4. Write code in Python or C# to replace the nodes noted above.