My partner in crime @safi.hage made all of you some presents
Happy christmas! Thks @safi.hage
Hi Everyone! I am working with the new nodes for corridors: Creating a corridor works like a charm (see attached). But now i want to assign offset targets. Has someone figured out the concept behind the targets? Corridor Create.dyn (35.6 KB)
Hooray! Canāt wait to try out the property set nodes
@davila.vanegas thatās what the API returns for stock subassemblies
Install Civil 3D 2021.1
I have Civil3DToolkit 1.1.16 installed and use the node āPipe.SetInvertsā for trying to change the end invert for some objects. Sometime it works and the next time itās not working. I tried to run the script several times without luck. One time I removed the input from the node and than reconnected them, then it was working. Is that a bug?
fyi, if you think there is a bug youāll need to attach the log file and likely more information like a screen shot or the script itself.
I have included the script in this post. As I wrote previous, the node āPipe.SetInvertā does nothing with the objects in Civil 3D but if I remove the endInvert connection and reconnect it imediately everything works as supposed. Very strange.
Pipe serviser.dyn (85.3 KB)
@ulrik.wittenkamp without testing myself, I think youāve created a race condition by using the Pipe.SetEndPoint and Pipe.SetInverts nodes in parallel branches. If you want to keep it this way, then youād need to setup a gate so that the operation of setting the inverts happens after setting the end point. Another option would be to only use the Pipe.SetEndPoint node, which also sets the elevation if you provide a 3D point.
Thank you mzjensen!!! My script now works perfect!
Lesson learned: when someone says ābugā we need to include the person seating between the keyboard and the chair that is writing the post in the problem.
By default, Iām included in past, present and future issues with the Toolkit but please, DONāT CALL BUGS things you donāt understand. Say something like āI donāt understand what Iām doing wrongā (which is still true even if there is a bug!) and ATTACH THE LOG FILES.
I Dont understand what i am doing wrong with the corridor selection node.
was trying to calculate slope between corridor featureline but when changed subassembly cross slope and rerun the code the values are not updated. Noticed that values are not updated if i use selection node from toolkit but updates when the corridor is selected from dynamo civil 3d nodes.
cant see anything in logfile too. Autodesk_Civil3DToolkit.log.txt (211 Bytes)
did you try to delete and recreate the drop down? The issue is that the AutoCAD Drop Down base node Iāve used does not implement all the necessary logic to observe changes in the document like in the Revit counterpart. The easy āfixā is to extract the name of the Corridor from the DropDown and Select the Corridor By Name.
Didnt tried with delete but changed the dropdown and checked it didnt worked. So at the moment using select corridor by name node.
Howdy all⦠I am curious if there is a node that will allow for the creation of a new āSiteā within Civil3D. With the 1.1.14 tools⦠Civil3DToolkit, LandDevelopment, Site⦠I can GetSites but I am not sure how to create a new Site. Help is appreciated.