Template Vs. Criteria Creation

Does anyone know of good resources that would help the transition between criteria files and templates for cross section creation? For example, how would you get a template to do the equivalent of an 'if then' statement? or how to do search for the low point within a cross section? Any thoughts would be appreciated. Instead of referring to a set a videos, it would be great if there was anyone from a DOT or similar organization that has already gone through this transition and created documentation.

  • A majority of the DOTs either have an ITL file ready to go or are in process. I need to know which one in particular you are looking for before I can assist you further.


    This is a test

  • MoDOT has their template library available for download online. The ITL can be found in the ZIP file under "Gpk_Std\Roadway_Designer".

    www.modot.org/.../MicroStationV8.htm

    KYTC has their template library available for download online with their CADD Standards package. Just click the "Download Latest CADD Standards Workspace". You have to run the EXE file to place the files on your machine, but after that, the files can be found under "C:\KYTC_CADD_Standards\KYTC_Resource\InRoads".

    transportation.ky.gov/.../default.aspx

    I'm sure there are others, but those are a couple that I know.

    Answer Verified By: Chris Chatfield 

  • Thanks for your comments, Katie. I know that Display rules use the if/then logic, but it is very beneficial to know that they do cause processing problems. The decision point for how we do design within our office hinges on how fast a particular process takes, and the Bentley training does not really address this from what I've seen. What practices do you use to manage the different end conditions, especially when they are laying on top of each other in the template?

    Also, could you elaborate on the following:

    " I have been known to examine the Bentley supplied templates point by point in order to move from criteria logic to template logic.

    We have also used the horizontal maximum and minimum constraints to help control how far out the subcut draws when certain elements get close together. It handles the "if point a is beyond point B then" type of condition."
  • Thanks for your response, Chuck. Essentially, I am helping to develop a specific template library for my agency. The Bentley Civil Examples are a good starting point, but need to be modified significantly to apply to our road design projects. Do you know if there are any examples out there for public view that DOTs have created?
  • Chris,
    I've done a lot of template development work after doing several years of custom criteria development. There isn't an exact equivalent to the if/then criteria logic, but you can use end conditions quite effectively to choose among options. The horizontal and vertical maximum and minimum constraints sort of add a layer of conditions into the 2 allowable point constraints. Display rules can have a processing time hit so I try to use them as a last resort, but they are really the place that most mimics the if/then logic. There is a temptation to make a single template handle all the options, though it may turn out to be better to switch templates.

    It's fairly straightforward, once you get into it, to create the series of end conditions that can select between fill and ditch, for example, and I recently added a choice to draw a retaining wall if a plan view retaining wall line is found. I did watch the Bentley Wiki videos on end conditions, and I have been known to examine the Bentley supplied templates point by point in order to move from criteria logic to template logic.

    We have also used the horizontal maximum and minimum constraints to help control how far out the subcut draws when certain elements get close together. It handles the "if point a is beyond point B then" type of condition.