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?
You can try to copy this xsl file to C:\Program Files\Bentley\OpenRoads Designer CE 10.10\OpenRoadsDesigner\Default\Reports\CivilGeometry\ and try to report it again.
HorizontalAlignmentCurveDataTable_Details.xsl
Good luck.
jing jing (o'.'o)
Answer Verified By: Hank Schauer
Jing Jing I like your xsl curve data table I was wondering do you have xsl format for one that shows degrees like this example.
if not how can I modify it so that is shows that portion
Hi Joseph, what is "DEGREE" standard for?
a sample geometry with the table may help to find out
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