Hi everyone,
I have been using the Transaction.End node in Revit to make sure some parts of my script are completely finished before the script continuous.
I was wondering if a similar node/ functionality also exists in Dynamo for Civil3D.
Hi everyone,
I have been using the Transaction.End node in Revit to make sure some parts of my script are completely finished before the script continuous.
I was wondering if a similar node/ functionality also exists in Dynamo for Civil3D.
Normally I will use a code block to create a quick gate. Got this trick from @zachri.jensen. Don’t work much in Revit so I’m assuming this is what you need.
Hi @david_licona ,
Thanks for the suggestion, however this does not offer the same functionality as the Transaction.End node
what other functionality are you looking for ? Besides making sure parts of the script are run before continuing
I am looking for that exact functionality, however the Passthrough node which you are describing doesn’t always work for me
can you share a situation where it hasn’t worked ?
For example when writing data to a .csv-file.
Then afterwards copying that .csv-file to a new file-format, In example a .pts-file, without Transaction.End notes this will always go wrong and no or half of the data will be copied over to the .pts-file.
Lots of possible reasons to have such, but I haven’t seen one yet.