I am switching from Civil 3D to OpenRoads for a project and I cannot figure out if there is a way to modify the output of what is given in the horizontal alignment curve table.
Currently the only information given for the curves is this:
I would like a similar table but with this information:
The above information is provided in the complete Horizontal Alignment Review but I'd have to shift through the entire review and then separate it into these columns. Can I just modify the curve data table to show the 2nd images' results?
Hi Jing Jing, I think it could be the chord bearing I am not a civil engineer just the CADD Lead here learning the new ORD platform and responsible for cross training the civil engineers going forward. Right now, I am working on building our own custom reports which looks like the example i put in the previous email. I will get some more clarification next week it is a holiday here right now and most or out of office,
thank you for your response.
Not sure if I am reading this incorrectly. Degree should be the Degree of Curve (chorded).
That is a value you can extract from OpenRail.
<xsl:value-of select="cif:angularFormat(number(@degreeOfCurve))"/>
I was thinking that as well after looking over some scripts, I will add that to the chart thanks a bunch