Hi,
Software Used : OpenRoad Designer CE 2022 Release 1
Version: 10.11.00.115
I am assigned to prepare a list. showing Coordinates and levels of an alignment with respect to a given list of Chainages. The chainages list is more than 1500 locations given in excel sheet.
I did not find any method to extract the coordinates and level from an alignment for given chainage list in ORD.
I have attached the excel sheet Input and output for the reference.
If anyone knows, how to do it in ORD , request to share it.
Data_OutPut_CL.csvData_Input.csv
I have done it with the help of my colleague, using Dynamo in Civil3D , he is able to extract the X, Y , Z data in a minute with Dynamo in C3D.
Regards
Babulal Sahu
1) Modify Data_Input.csv to include a second column with "0" to represent the offset from the alignment.
2) Use Geometry Import Horizontal Points from Ascii File identifying column 1 as the Station and Column 2 as the offset.
3) Select all of the imported points
4) Use the Point Feature Station Offset Elevation report with the StationOffsetNorthingEasting.xsl to list the station, offset and coordinates
Answer Verified By: Babulal Sahu
Hi Paul
Thank for your kind help. I am able to do it with your help.