My apologies, I am new to the forums and missed the overall post. Thanks for the reply!
Is it possible for us to rename the nodes to make it work?
Hey team, how do we get access to the “OD data” tables these days? There used to be a stack of nodes in the C3D Toolkit but they dont seem to be there in 2025? I am assuming this has something to do with the version changes between 24-25.
Maybe there is a better way? Is there a way to hook into the spatial databases that can be set up?
Not entirely sure what OD Data tables you’re after, but if it is what I think it is then the API method likely used in the C3D toolkit was quite effective, so I don’t think anyone would find it better to to switch to another method.
Sadly this node is lost to the out of the updates made by 2025.1 by the looks of it. @zachri.jensen any idea of a work around?
This is Map 3D functionality and we do not have plans to add it to Dynamo for Civil 3D. Your next best bet is probably @Anton_Huizinga’s new package.
The Civil Nodes package contains nodes for Object Data.
Hello All!
I posted about this in the general channel before I knew of the Cvii3DToolkit thread, so here it goes again.
I have a script that I wrote that when it works it works great. The issue is I can use the same template, data , and script the next day and the script will have errors in it. Specifically, the Civil 3D Toolkit node CogoPointExtensions.GetUserDefinedPropertyValueByName. I can run the script this morning without issue and then run the script in the afternoon with all the same criteria/data and these nodes will be broke giving the below warning.
Oddly enough there is another node from the Civil3DToolkit called CogoPointExtensons.GetDescription that uses the same list from the same node as the CogoPointExtensions.GetUserDefinedPropertyValueByName nodes and works fine when the CogoPointExtensions.GetUserDefinedPropertyValueByName nodes fail.
Any ideas or known issues that would cause the CogoPointExtensions.GetUserDefinedPropertyValueByName nodes to randomly fail?
Any help or information would be greatly appreciated!
Thanks,
Tracy