Bentley Communities
Bentley Communities
  • Site
  • User
  • Site
  • Search
  • User
OpenRoads | OpenSite
  • Product Communities
OpenRoads | OpenSite
OpenRoads | OpenSite Wiki Geometry Reports - Changing Cardinal Point Abbreviations
    • Sign In
    • -Road and Site Design - Wikis
      • +OpenRoads Designer
      • +OpenRoads ConceptStation
      • +OpenRail Designer
      • +OpenSite Designer
      • +OpenRoads Navigator Mobile App
      • -SS10/SS4/SS3 OpenRoads
        • Platform compatibility
        • +SS4/SS3 Subsurface Utilities Video Clips, TechNotes & FAQs
        • +3D Geometry (SS4)
        • -Analysis & Reporting (SS4)
          • 3D Drive Through
          • Analyze volumes
          • Change Precision/Format in XML Reports
          • Civil Report Browser
          • Element Component Quantities
          • Elevation is Left Blank in Point Feature Offset Elevation Report
          • Export to Excel Option Missing from Civil Report Browser
          • Geometry Reports - Changing Cardinal Point Abbreviations
          • Inverse Points
          • Question marks as station delimeter in XML report
          • Settings for Inverse Points Tool
          • Station / Offset Geometry Reports
          • Tangential Direction not reported in Geometry XML Report
          • Units for Analyze Volumes Tool
          • VerticalAlignmentIntervalStationElevationGrade.XSL Report is Blank when Running a Profile Report
          • Video : 3D Drive Through
          • Video: Export Geometry to LandXML
          • Video: Generating Profile Report at a Specified Interval
        • +Basic Settings (SS4/SS10)
        • +Civil Cells (SS4)
        • +Corridor Modeling & Cross Sections (SS4)
        • geopakcom.exe - Entry Point Not Found - PowerGeopak Install Error in Windows 10
        • +General Geometry (SS4)
        • +Horizontal Geometry (SS4)
        • +Rail Track (SS4)
        • ReadMe - What's new and revised in SS4 MR3 - Version 08.11.09.903+
        • +Survey (SS4)
        • +Terrain Model (SS4)
        • +Training for OpenRoads commands in InRoads/GEOPAK/MX SS4
        • +Vertical Geometry (SS4)
        • Visual Basic Run-time error '-2147467259 (80004005)' when loading GEOPAK through FDOT workspace
        • Why warning display Create an Unlinked Terrain Model
        • How to launch InRoads/GEOPAK SS10 from ProjectWise CONNECT
        • Print and Print to File Button Not Working
        • Problems Running SS4 VBA in SS10
        • Wiki: How to create a turnout library for specific project as the options available to create new turnout library is disabled ?
      • +GEOPAK Native
      • +InRoads Native
      • +MX Native
      • +OpenRoads SignCAD

     
     Questions about this article, topic, or product? Click here. 

    Geometry Reports - Changing Cardinal Point Abbreviations

    Product(s): InRoads, MX, GEOPAK
    Version(s): 08.11.09+
    Area:  Amalysis & Reporting
    Original Author: Kevin McDonald, Bentley Technical Support Group

     

    Problem:

    Can I change the Cardinal Point abbreviations used in reports? If so, how?

    Solution:

    Yes, it can be done. Points like P.C & S.C. are hard coded in the reports for SELECT series 3 folders:

    C:\ProgramData\Bentley\Civil\ReportBrowser\8.11.9\en\CivilGeometry.

    To change, navigate to

    C:\ProgramData\Bentley\Civil\ReportBrowser\8.11.9\en\format.xsl

    and edit as needed by changing the return value.

    // Converts the point type to a user defined type, modify the value after the return, not the case value

    // As an example case "POB" : return "P.O.B."; will change the POB to P.O.B.

    // If in doubt, contact Development

    //

    function pointType( pointSubtype )

    {

    switch ( pointSubtype )

    {

    case "POB" : return "POB";

    case "POE" : return "POE";

    case "PC" : return "PC";

    case "PT" : return "PT";

    case "PI" : return "PI";

    case "CC" : return "CC";

    case "PRC" : return "PRC";

    case "PCC" : return "PCC";

    case "TS" : return "TS";

    case "SC" : return "SC";

    case "CS" : return "CS";

    case "ST" : return "ST";

    case "SPI" : return "SPI";

    case "SS" : return "SS";

    case "POT" : return "POT";

    case "POC" : return "POC";

    case "POS" : return "POS";

    case "PVC" : return "PVC";

    case "PVI" : return "PVI";

    case "PVT" : return "PVT";

    case "PVCC" : return "PVCC";

    case "PVRC" : return "PVRC";

    case "VHigh" : return "HP";

    case "VLow" : return "LP";

    case "POVT" : return "POVT";

    case "POVC" : return "POVC";

    default: return pointSubtype;

     

    • MX
    • InRoads
    • SELECTservices
    • TechNote
    • Geopak
    • Share
    • History
    • More
    • Cancel
    • Kevin McDonald Created by Bentley Colleague Kevin McDonald
    • When: Tue, Apr 16 2013 2:37 PM
    • Jacquelyn Pettus Last revision by Jacquelyn Pettus
    • When: Fri, Oct 17 2014 12:50 PM
    • Revisions: 10
    • Comments: 0
    Recommended
    Related
    Communities
    • Home
    • Getting Started
    • Community Central
    • Products
    • Support
    • Secure File Upload
    • Feedback
    Support and Services
    • Home
    • Product Support
    • Downloads
    • Subscription Services Portal
    Training and Learning
    • Home
    • About Bentley Institute
    • My Learning History
    • Reference Books
    Social Media
    •    LinkedIn
    •    Facebook
    •    Twitter
    •    YouTube
    •    RSS Feed
    •    Email

    © 2023 Bentley Systems, Incorporated  |  Contact Us  |  Privacy |  Terms of Use  |  Cookies