hi. I want to extract an alignment relation report from several alignments at once using civil 3d dynamo.
Existing alignment relation reports cannot be extracted simultaneously. So I decided to use DYANMO.
What method should I use to access the alignment relation report from dynamo?
I can’t seem to find an alignment relation report item in the CIVIL3D API documentation.
I’m asking for help.
Hi
What is “Alignment Relation report”?
Important note… if it can’t be done in Civil 3D it will be pretty hard to do it in Dynamo as well.
/Patrick
You can definitely use Dynamo to create your own report with the relationship data you want (such as offset) between alignments and write it to say an excel. You will just need to create the comparison logic within your script.
As a side note project explorer allows for this but I think is only between 2 alignments although I haven’t checked
really? What node can I use or what python script can I use?
I will suggest looking at the alignment nodes on the civil 3D toolkit. You will be however recreating the report through your script