I want to extract Horizontal Tangent Point Chainages and its codes from an Alignment into Excel by use of Dynamo.
I am not able to find out which node to use for this graph. Example what I want to extract
HI,
I got the following Python Code , from ChatGPT. I tried many time but not able to modify it to get the result.
I request , if anyone can revise the code to get the result.
Hi ,
My language bad…
If you are using ChatGPT You must have Somewhat knowledge of programming So take what you want from it It will not give you anything special
In any case Share a better example drawing
Below is one way to create the codes you’re looking for in dynamo based on the subentities of the alignment. It uses nodes from the Civil3DToolkit (AlignmentExtensions.GetSubEntities and AlignmentSubEntity.SubEntityType) to get all the subentity types and then uses some string manipulation/logic to create the codes.
Thanks a lots for your kind help. It works for me. Very Good Creative Thinking in the Graph
Sorry for the late response, because I took some time to understand your graph and replicate in my system.