Bentley Communities
Bentley Communities
  • Site
  • User
  • Site
  • Search
  • User
OpenRoads | OpenSite
  • Product Communities
OpenRoads | OpenSite
OpenRoads | OpenSite Wiki Point Coding Example
    • 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)
        • +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)
          • Add Suffix or Prefix to Multiple Point Names
          • Append Points and Closed to a Dynamic Link Linear Feature
          • Combined Scale Factor
          • Convert 2 Dynamic Link Linear Feature to Point List Feature & Create Graphic Linear Feature from MicroStation Element
          • Create Graphic Linear Feature from a Microstation Element
          • Create Horizontal Alignment and Profile from Linear Survey Feature
          • Curve (Spline) options in OpenRoads Survey
          • Custom Operations
          • Disable Create Terrain Model for All Field Books
          • Disable Yellow Survey Message Icons
          • Edit and Linking Survey Feature Definition
          • Edit Features of Survey Data
          • Error message when loading .fwd file
          • Feature Alpha Code Read as Part of Linking Code
          • File not found error while loading Leica DBX data
          • How can I zoom to a particular point within my survey data?
          • How do I Define which Survey Options Preference is used in OpenRoads?
          • How to change the backsight point for a setup
          • How to Create and Apply Terrain Model Filters
          • Import Field Book data
          • Import Survey - Text Import Wizard will not open: mnuLoadFileTextImportWizard_Click
          • Import Survey in OpenRoads with Custom LInestyles from the SMD
          • Importing and Editing Raw Survey Data
          • Importing Duplicate Point Names into Survey
          • Importing Spectra Precision .survey File
          • Importing Trimble JOB files using TrimbleLink
          • Intermediate Triangle Points Along Breaklines
          • Linking Survey Feature Definitions
          • Merge Into Master command no longer copies fieldbook into DGN
          • OpenRoads Survey Media Files
          • Point Coding Example
          • Replace Survey point codes upon import with project specific code - String Substitution
          • Select Linked Feature Definition Style File dialog still prompts for XIN/XML even though configuration file is set.
          • SS3 Field books and Datasets
          • Survey Field Book Symbology Control
          • Survey Processing > Join Linear Features/Remove Point From Linear Features: "Element not valid for this command"
          • Transitioning to Bentley Civil Survey Document
          • Using linear feature templates (TMPL code) in Survey
          • Video : Import .csv file in OpenRoads
          • Video: Adding additional survey data to fieldbook while maintaining terrain edits
          • Video: Adding Linear Template features to Terrain from Survey Fieldbook
          • Video: Break Linear Feature Command
          • Video: Compass Rule Adjustment
          • Video: Create a Point and add it to a Survey Chain
          • Video: Create GEOPAK Survey Feature and import to OpenRoads Feature Definition
          • Video: Create new linear feature by adding points
          • Video: Creating Horizontal Geometry and Profile From Survey Feature
          • Video: Example using VBA Macros to Draw Pipes as 3D when Importing Survey Data
          • Video: Export Field Data Book
          • Video: Importing Civil 3d Field Book (FBK)
          • Video: Multiple Survey Settings
          • Video: OpenRoads Survey Data File Parsing
          • Video: OpenRoads Survey Export Field Data Book
          • Video: OpenRoads Survey Import Ascii file
          • Video: OpenRoads Survey Linking Code
          • Video: Sample Survey Workflow
          • Video: Survey Control Points
          • Video: Survey Data to CSV file
          • Video: Survey Filters Example
          • Video: UpDown Link Code Demonstration
          • What is a Control Point?
          • Where to Set Precision for Survey Coordinates
        • +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. 

    Point Coding Example

    Product(s): InRoads, MX, GEOPAK
    Version(s): 08.11.09+
    Area:  Survey

     

    Question:

    Can you provide an example of the linking codes available in OpenRoads Survey?

    Answer:

    https://communities.bentley.com/products/road___site_design/m/road_and_site_design_gallery/270060/download.aspx

    The link above contains zip file that has an example DGN/XIN/CSV file that demonstrates each of the linking codes available in OpenRoads Survey.  Contents include:

    • Point-Coding-STATIC.dgn - DGN file exported from the Survey fieldbook.  (i.e. graphics are no longer ruled to the survey fieldbook)  This DGN file shows an example of each of the linking codes, but is not linked to an active fieldbook, so no changes can be made to the survey data.

    • Point-Coding-LIVE.dgn - DGN file containing a fieldbook imported from the CSV file. 

    • point-coding.csv - ASCII point file to demonstrate linking codes

    • 0point-coding.tiw - TIW file used to import CSV file

    • survey.xin - style file containing the feature codes used

    Below is a clip from the Civil Help file explaining the various linking/control codes:

    Linking Codes

    Start

    begins creating a Linear Feature

    StartPC

    starts a linear feature in Arc Mode

    ArcPC

    specifies the beginning of a tangential arc or curve within a Linear Feature

    NonTanPC

    specifies the beginning of a non-tangential arc or curve within a Linear Feature

    ArcSingle

    creates a three point arc with previous and next points (does not work at beginning or end of a Linear Feature)

    ArcToArc

    ends previous tangent arc and begins another tangent arc (must be preceded by ArcPC)

    NonTanPT

    specifies the end of a non-tangential arc or curve within a Linear Feature

    ArcPT

    specifies the end of a tangential arc or curve within a Linear Feature

    ArcToggle

    toggles between NonTanPC and NonTanPT (depends on pairing)

    End

    ends the linear feature (not necessary in most cases)

    CloseShape

    closes the ends of the linear feature by adding right angle at both ends and intersecting

    Close

    closes the Linear Feature back to the first point

    Control Codes:

    Control codes must be assigned after the Field code. Control codes can only be Alpha values.

    Control and Linking codes can both be used on the same point as long as the Control code is last.

    Control codes must be separated from the Field or Linking code with a space.

    CircleDiameter

    draws a circle of specified diameter around this point (must be within Linear Feature)

    CircleRadius

    draws a circle with specified radius around this point (must be within Linear Feature)

    RectangleWidth

    draws a rectangle from two points and specified width (must be within Linear Feature)

    TapeDistance

    applies field measured distances to the Linear Feature. All measurements are applied 90 degrees from previous segment. Positive values turn right, and negative values turn left. (must be within Linear Feature)

    JoinPoint

    joins this point to specified point name (does NOT have to be in linear feature)

    NewTemplate

    same as InRoads TMPL Consecutive Start codes will get this linear feature paralleled and translated based off of initial points

    Elevation

    sets the Elevation of this point

    UpDown

    changes final elevation coordinate of point by value entered

    LeftRight

    changes final coordinate of point by adjusting left (-) or right (+) of measured observation by value entered

    FrontBack

    Changes final coordinate of point by adding or subtracting a distance from the measured distance

    AttributeName

    one method of getting attributes for a point (pairs with Value)

    AttributeValue

    One method of getting attributes for a point (pairs with Name)

    AttributeArray

    one method of getting attributes for a point (Names and Value in array)

    TerrainSpot

    include in DTM as spot

    TerrainNoSpot

    do not Include in DTM

    TerrainBreak

    include in DTM as break

    TerrainNoBreak

    do not include in DTM

     

    • survey control codes feature codes
    • Share
    • History
    • More
    • Cancel
    • Kevin McDonald Created by Bentley Colleague Kevin McDonald
    • When: Thu, Jul 31 2014 10:18 AM
    • Kevin McDonald Last revision by Bentley Colleague Kevin McDonald
    • When: Mon, Jan 26 2015 8:42 AM
    • Revisions: 10
    • Comments: 1
    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