#==================================================================================== # Ohio Department of Transportation CONNECT Workspace Configuration #==================================================================================== #==================================================================================== # OHDOT Specific Variables #==================================================================================== #OHDOT Temp folder for temp resources OHDOT_TEMP = $(_USTN_LocalUserTempPath) #------------------------------------------------------------------------------------ #set Name of this Workspace, used within custom apps OHDOTWORKSPACENAME = OHDOTCEv01 #==================================================================================== # Third-Party Applications #==================================================================================== #---------------------------------------------------------------------- # AutoTURN - AutoTURN (Enables buttons in ODOT Menus) %if exists ($(_USTN_APPL)AutoTURN*.cfg) #AutoTURN.CFG - Configuration for AutoTURN Application OHDOT_AutoTURN = 1 #ODOT verification for custom tool dialogs %endif #---------------------------------------------------------------------- # Torrus -Torrus (Enables buttons in ODOT Menus) %if exists ($(_USTN_APPL)TORUS*.cfg) #AutoTURN.CFG - Configuration for AutoTURN Application OHDOT_Torus = 1 #ODOT verification for custom tool dialogs %endif #---------------------------------------------------------------------- # TopoDOT - TopoDOT (Enables buttons in ODOT Menus) %if exists ($(_USTN_APPL)TopoDOT.cfg) #TopoDOT.CFG - Configuration for TopoDOT Application OHDOT_TopoDOT = 1 #ODOT verification for custom tool dialogs #MS_GUIDGNLIBLIST > $(ODOT_STD)gui/TopoDOT.dgnlib #TopoDOT Custom Menu for ODOT %endif #---------------------------------------------------------------------- # AutoTable (Enables AutoTable WorkFlow) %if exists ($(_ROOTDIR)Mdlsys\Required\AutoTable.ma) OHDOT_AutoTABLE = 1 #ODOT verification for custom tool dialogs %endif #---------------------------------------------------------------------- #==================================================================================== # Folder Location for OHDOT CADD Standards #==================================================================================== #_USTN_WORKSPACESTANDARDS = $(_USTN_WORKSPACEROOT)Standards/ #------------------------------------------------------------------------------------ #==================================================================================== # Unit Definition - DO NOT CHANGE #==================================================================================== UNITS = Imperial #------------------------------------------------------------------------------------ #==================================================================================== # Configuration Options # MS_CONFIGURATIONOPTS = DisallowCreatingWorkSpace, DisallowCreatingWorkSet #==================================================================================== #MS_CONFIGURATIONOPTS > DisallowCreatingWorkSet #------------------------------------------------------------------------------------ #==================================================================================== # Geographic Coordinate System Variables #==================================================================================== MS_GEOCOORDINATE_EDITUSERLIBS = 1 MS_GEOCOORDINATE_FAVORITESFILES = $(_USTN_WORKSPACESTANDARDS)data/OHDOT_GCS_Favorites.xml #------------------------------------------------------------------------------------ #==================================================================================== # Preference files #==================================================================================== %if defined(_MICROSTATION) MS_DOCKINGPREFSEED = $(_USTN_WORKSPACESTANDARDS)xml/OHDOT_Seed_MSCE.docking.xml MS_USERPREFSEED = $(_USTN_WORKSPACESTANDARDS)seed/OHDOT_Seed_MSCE.upf %elif defined(_OPENROADSDESIGNER) MS_DOCKINGPREFSEED = $(_USTN_WORKSPACESTANDARDS)xml/OHDOT_Seed_ORD.docking.xml MS_KEYBOARDSHORTCUTSSEED = $(_USTN_WORKSPACESTANDARDS)xml/OHDOT_Seed_ORD.KeyboardShortcuts.xml MS_USERPREFSEED = $(_USTN_WORKSPACESTANDARDS)seed/OHDOT_Seed_ORD.upf %else #use ORD preference seeds if product is not microsation or ord MS_DOCKINGPREFSEED = $(_USTN_WORKSPACESTANDARDS)xml/OHDOT_Seed_ORD.docking.xml MS_KEYBOARDSHORTCUTSSEED = $(_USTN_WORKSPACESTANDARDS)xml/OHDOT_Seed_ORD.KeyboardShortcuts.xml MS_USERPREFSEED = $(_USTN_WORKSPACESTANDARDS)seed/OHDOT_Seed_ORD.upf %endif _USTN_PREFNAMEBASE = $(_USTN_HOMEPREFS)OHDOT_$(_USTN_PRODUCT_SHORTNAME) #MS_DOCKINGPREF = $(_USTN_PREFNAMEBASE).docking.xml #MS_GROUPPANELPREF = $(_USTN_PREFNAMEBASE).GroupPanels.xml #MS_SAVEMENU = $(_USTN_PREFNAMEBASE).Attached.men #MS_RIBBONPREFS = $(_USTN_PREFNAMEBASE).RibbonState.xml #MS_FKEYMNU = $(_USTN_PREFNAMEBASE).funckey.mnu #MS_USERPREF = $(_USTN_PREFNAMEBASE).upf #MS_KEYBOARDSHORTCUTS = $(_USTN_PREFNAMEBASE).KeyboardShortcuts.xml #------------------------------------------------------------------------------------ #==================================================================================== #set up workset variables _USTN_WORKSETDGNWSTEMPLATE = $(_USTN_WORKSPACESTANDARDS)WorkSetTemplates/000000_OHDOT_Template.dgnws #_USTN_TEMPLATEWORKSETNAME = 000000_OHDOT_Template #==================================================================================== #MS_DWG_SHX_OUTPUT_PATH = $(MS_FONTPATH) #------------------------------------------------------------------------------------ #==================================================================================== #The following variable controls the location of the output directory #for shx fonts when a dgn is saved as a dwg/dxf file. #==================================================================================== #MS_DWG_SHX_OUTPUT_PATH = $(MS_FONTPATH) #------------------------------------------------------------------------------------ #==================================================================================== # MicroStation Printing search path. #==================================================================================== MS_PLTCFG_PATH = $(_USTN_WORKSPACESTANDARDS)Pltcfg/ MS_PENTABLE = $(_USTN_WORKSPACESTANDARDS)Pltcfg/ MS_PRINTDEF_PATH = $(_USTN_WORKSPACESTANDARDS)Pltcfg/ MS_PLT_AUTOAREA_RESULT_LIMIT = 1000 MS_PLOTDLG_DEF_PENTABLE = OHDOT_Pen.tbl #------------------------------------------------------------------------------------ MS_PLT_MAX_WORKER_TASKS = 2000 CIVIL_ENABLE_QUICK_PRINTSERVER = 1 #==================================================================================== # Configuration variables that define output directories where # MicroStation stores files. #==================================================================================== #MS_SCR = $(OHDOT_TEMP)scr/ #MS_TMP = $(OHDOT_TEMP)tmp/ MS_SKETCHUP_IMAGE = $(_USTN_WORKSETSTANDARDS) #------------------------------------------------------------------------------------ #==================================================================================== # Seed files # Project Specific seed files are dedined in the WorkSet CFG file # Additional Seed files variables are defined in the Subsurface Utilities section #==================================================================================== MS_CELL_SEEDFILE = $(_USTN_WORKSPACESTANDARDS)Seed/OHDOT_Seed2d.dgn #------------------------------------------------------------------------------------ #==================================================================================== # CAPABILITY MASKS #==================================================================================== #Remove the ability to use true type fonts #_USTN_CAPABILITY > -CAPABILITY_TEXT_FONTS_TRUETYPE #Remove the ability to use SHX fonts _USTN_CAPABILITY > -CAPABILITY_TEXT_FONTS_SHX #Remove the ability to create levels _USTN_CAPABILITY > -CAPABILITY_LEVELS_CREATE #------------------------------------------------------------------------------------ #==================================================================================== # v7 Files #==================================================================================== # Always open V7 Files in Read Only mode with no translation option. # 0 - Dialog prompt to convert to V8 or open read only # 1 - Open in V8 automatically with no prompt # 2 - Open read only with no prompt # 3 - Open for editing in V7 workmode MS_OPENV7 = 0 MS_V7SAVEWITHOUTENHANCEDPRECISION = YES #------------------------------------------------------------------------------------ #==================================================================================== # Save DWG/DXF options #==================================================================================== #Changes units of a saved DWG/DXF file to Engineering MS_DWG_FEETUNIT_AS_ARCHENG = 1 #------------------------------------------------------------------------------------ #==================================================================================== # General CAD Environment (MicroStation) Settings # Levels, Text Styles, Element Templates, Display Styles, GUI, etc. #==================================================================================== # Level Library Directory MS_LEVEL_LIB_DIR < $(_USTN_WORKSPACESTANDARDS)Dgnlib/Levels/ MS_LEVEL_DO_NOT_OVERRIDE_DESIGN_LEVELS_IN_SHEET = 1 # Restricts Levels to only populate from the listed file(s) plus the current active file. # Levels defined in other dgnlib files pointed to by MS_DGNLIBLIST variable are ignored. MS_DGNLIBLIST_LEVELS = $(_USTN_WORKSPACESTANDARDS)Dgnlib/Feature Definitions/OHDOT_Feature_Definitions.dgnlib # Element Templates MS_DGNLIBLIST_ELEMENTTEMPLATES > $(_USTN_WORKSPACESTANDARDS)Dgnlib/Feature Definitions/OHDOT_Feature_Definitions.dgnlib MS_DGNLIBLIST_ELEMENTTEMPLATES > $(_USTN_WORKSPACESTANDARDS)Dgnlib/Feature Definitions/OHDOT_Features_DrainageAndUtilities.dgnlib MS_DGNLIBLIST_ELEMENTTEMPLATES > $(_USTN_WORKSPACESTANDARDS)Dgnlib/Feature Definitions/OHDOT_Civil_Labeler_TextFavorites_ElemTemp.dgnlib MS_DGNLIBLIST > $(_USTN_WORKSPACESTANDARDS)Dgnlib/Feature Definitions/OHDOT_Feature_Definitions.dgnlib #need for ORD10.9 MS_DGNLIBLIST > $(_USTN_WORKSPACESTANDARDS)Dgnlib/Feature Definitions/OHDOT_Features_DrainageAndUtilities.dgnlib #need for ORD10.9 MS_DGNLIBLIST > $(_USTN_WORKSPACESTANDARDS)Dgnlib/tables/OHDOT_Table_seeds.dgnlib # Print Styles MS_DGNLIBLIST_PRINTING > $(_USTN_WORKSPACESTANDARDS)Dgnlib/Print Styles/OHDOT_Styles_Printing.dgnlib # Restricts Text Styles to only populate from the listed file(s) plus the current active file. # Text Styles defined in other dgnlib files pointed to by MS_DGNLIBLIST variable are ignored. MS_DGNLIBLIST_TEXTSTYLES < $(_USTN_WORKSPACESTANDARDS)dgnlib/Feature Definitions/OHDOT_Text_Dimension_Styles.dgnlib # Restricts Dimension Styles to only populate from the listed file(s) plus the current active file. # Dimension Styles defined in other dgnlib files pointed to by MS_DGNLIBLIST variable are ignored. MS_DGNLIBLIST_DIMENSIONSTYLES < $(_USTN_WORKSPACESTANDARDS)dgnlib/Feature Definitions/OHDOT_Text_Dimension_Styles.dgnlib MS_DGNLIBLIST_DIMENSIONSTYLES < $(_USTN_WORKSPACESTANDARDS)dgnlib/Feature Definitions/OHDOT_Civil_Labeler_TextFavorites_ElemTemp.dgnlib # Restricts Text Favorites to only populate from the listed file(s) plus the current active file. # Text Favorites defined in other dgnlib files pointed to by MS_DGNLIBLIST variable are ignored. MS_DGNLIBLIST_TEXTFAVORITES < $(_USTN_WORKSPACESTANDARDS)dgnlib/Feature Definitions/OHDOT_Text_Dimension_Styles.dgnlib MS_DGNLIBLIST_TEXTFAVORITES > $(_USTN_WORKSPACESTANDARDS)Dgnlib/Feature Definitions/OHDOT_Civil_Labeler_TextFavorites_ElemTemp.dgnlib #MS_DGNLIBLIST < $(_USTN_WORKSPACESTANDARDS)dgnlib/Feature Definitions/OHDOT_Text_Dimension_Styles.dgnlib # Cross section and plan sheet seeds MS_DGNLIBLIST_DRAWINGSEEDS > $(_USTN_WORKSPACESTANDARDS)Dgnlib/Sheet Seeds/*.dgnlib # Detailing Symbols MS_DGNLIBLIST_DETAILINGSYMBOLSTYLES > $(_USTN_WORKSPACESTANDARDS)Dgnlib/DrawComp/*.dgnlib MS_DGNLIBLIST > $(_USTN_WORKSPACESTANDARDS)Dgnlib/DrawComp/*.dgnlib MS_DGNLIBLIST_CELLLIST > $(_USTN_WORKSPACESTANDARDS)Dgnlib/DrawComp/*.dgnlib # Line Styles MS_DGNLIBLIST_LINESTYLES > $(_USTN_WORKSPACESTANDARDS)Dgnlib/Feature Definitions/OHDOT_Feature_Definitions.dgnlib # Display Styles MS_DGNLIBLIST > $(_USTN_WORKSPACESTANDARDS)Dgnlib/Display Styles/*.dgnlib # GUI Customization MS_GUIDGNLIBLIST > $(_USTN_WORKSPACESTANDARDS)Dgnlib/GUI/*.dgnlib MS_ICONPATH > $(_USTN_WORKSPACESTANDARDS)Dgnlib/GUI/ # Project Explorer Linksets MS_DGNLIBLIST_LINKS > $(_USTN_WORKSPACESTANDARDS)Dgnlib/Linksets/OHDOT_Explorer_LinkSets.dgnlib #MS_SEED_LINKSET_PATH > $(_USTN_WORKSPACESTANDARDS)Dgnlib/Linksets/ #MS_SEED_LINKSET_FILE_NAME = Linksets_$(Units).dgnlib # Color Books MS_COLORBOOK_LIBRARIES < $(_USTN_WORKSPACESTANDARDS)Dgnlib/Color Books/*.dgnlib MS_DEFCTBL = $(_USTN_WORKSPACESTANDARDS)Data/OHDOT_Color.tbl # OHDOT color table #Item Types MS_DGNLIBLIST > $(_USTN_WORKSPACESTANDARDS)dgnlib/ItemTypes/OHDOT_ItemTypes.dgnlib #need for ORD10.9 MS_DGNLIBLIST_ITEMTYPES < $(_USTN_WORKSPACESTANDARDS)dgnlib/ItemTypes/OHDOT_ItemTypes.dgnlib # Cell Libraries MS_CELL < $(_USTN_WORKSPACESTANDARDS)Cell/ MS_CELLLIST < $(_USTN_WORKSPACESTANDARDS)Cell/*.cel OHDOT_CELLDIR = $(_USTN_WORKSPACESTANDARDS)Cell/ MS_CELL < $(_USTN_WORKSPACESTANDARDS)Cell/3D/ MS_CELLLIST < $(_USTN_WORKSPACESTANDARDS)Cell/3D/OHDOT_3d_Headwalls.cel # Material pallets, pattern maps and bump maps for rendering MS_MATERIAL < $(_USTN_WORKSPACESTANDARDS)Materials/ MS_PATTERN < $(_USTN_WORKSPACESTANDARDS)Materials/Pattern/ MS_BUMP < $(_USTN_WORKSPACESTANDARDS)Materials/Bump/ MS_DGNLIBLIST_RENDER < $(_USTN_WORKSPACESTANDARDS)Materials/OHDOT_Materials.dgnlib # MicroStation fonts MS_FONTPATH > $(_USTN_WORKSPACESTANDARDS)Fonts/ #MS_FONTCONFIGFILE = $(_USTN_WORKSPACESTANDARDS)Fonts/MstnFontConfig.xml # Scale Definitions used for Annotation Scales MS_CUSTOMSCALEDEF = $(_USTN_WORKSPACESTANDARDS)Scales/OHDOT_Scales.def # Units Definitions used for Custom Units MS_CUSTOMUNITDEF = $(_USTN_WORKSPACESTANDARDS)Data/OHDOT_Units.def # Sheet Size Definitions used for Sheet Sizes MS_CUSTOMSHEETSIZEDEF = $(_USTN_WORKSPACESTANDARDS)Scales/OHDOT_SheetSizes.def # Directory for backup files,ProjectWise cant use _DGNDIR as it triggers a workspace reload when change files in different folders %if defined (_PWEXPLORER) MS_BACKUP = $(_USTN_OUT) # Redefine to _USTN_OUT %else MS_BACKUP = $(_DGNDIR) %endif # Default output directory where MicroStation report (not OpenRoads/OpenRail) results will be exported, ProjectWise cant use _DGNDIR as it triggers a workspace reload when change files in different folders %if defined (_PWEXPLORER) %undef MS_REPORT_OUTPUT %else MS_REPORT_OUTPUT = $(_DGNDIR) %endif MS_LEVEL_EDIT_ATTRIBUTE_LIST = OverrideStyle, OverrideWeight, OverrideColor, ByLevelStyle,ByLevelWeight, GlobalDisplay, GlobalFreeze, DisplayPriority, Transparency, lock, plot MS_LEVEL_EDIT_NESTED_ATTACHMENT_LEVELS = 1 # Defines location of Text Editor Favorite Symbols XML files. MS_DGNTEXTEDITORFAVORITESYMBOLS = $(_USTN_WORKSPACESTANDARDS)Xml/OHDOT_TextEditorFavoriteSymbols.xml # If set, the active color, weight, and style are set to ByLevel when the active level is changed or a new model or view group is opened. MS_LEVEL_SYNCH_BYLEVEL = 1 #------------------------------------------------------------------------------------ #==================================================================================== # OPERATION #==================================================================================== # If set to 1, the view windows are resized proportionally when the main window is resized or when the dialogs are docked or undocked. MS_VIEWAUTORESIZE = 1 # Uncomment the following line to display all hidden variables. This can be useful when trouble shooting. _USTN_DISPLAYALLCFGVARS = 1 # Uncomment the following line to show the full file name path in the title bar. MS_FULLPATHINTITLEBAR = 0 # Set the Sheet Model background color to black in lieu of the default white. # MS_DEFAULTSHEETRGB = 0,0,0 # Specifies the amount of time to wait before closing a popup dialog.The value, specified in 1/60 second increments, # should be a number between 0 (very little delay) and 120 (2 seconds).The default is 30 (1/2 second). MS_POPUPDIALOGCLOSEDELAY = 0 MS_MAINMENUDOCKINGBESIDE = 1 MS_SPELLINGLANGUAGE = AmericanEnglish # Controls the rules for updating fields in the active model. # If set to ALWAYS, the fields will always be kept up to date. # If set to NEVER, the fields will never be updated. # If not set or if set to FOLLOWMODELFLAG, the model's "Update Fields" flag will be followed. MS_AUTO_UPDATE_FIELDS = ALWAYS #------------------------------------------------------------------------------------ #==================================================================================== # Reference File Paths and Settings # Additional reference variable definitions are contained in the WorkSet CFG file #==================================================================================== MS_REF_DEFAULTSETTINGS = TrueScale=1, AttachMethod=CoincidentWorld, NestMode=Live, NestDepth=0, saveRelativePath=1, displayBoundary=0 %if defined (_PWEXPLORER) %undef MS_RFDIR %else MS_RFDIR < $(_DGNDIR) #MS_RFDIR < $(_USTN_WORKSPACESTANDARDS)cntymaps/ %endif MS_REF_MASTERFILELAST_DESIGN = 1 MS_REF_NEWLEVELDISPLAY = 0 MS_REF_VISEDGE_ATTACH_STATE = Dynamic #MS_DISALLOWFULLREFPATH = 1 #removed due to issues with references in profile views. #------------------------------------------------------------------------------------ #==================================================================================== # OpenRoads/OpenRail Designer Settings # Features, Graphical Filters, Civil Cells, Design Standards, etc. #==================================================================================== # Feature Definitions CIVIL_CONTENTMANAGEMENTDGNLIBLIST > $(_USTN_WORKSPACESTANDARDS)Dgnlib/Feature Definitions/OHDOT_Feature_Definitions.dgnlib CIVIL_CONTENTMANAGEMENTDGNLIBLIST > $(_USTN_WORKSPACESTANDARDS)Dgnlib/Feature Definitions/OHDOT_Features_DrainageAndUtilities.dgnlib #CIVIL_CONTENTMANAGEMENTDGNLIBLIST > $(_USTN_WORKSPACESTANDARDS)Dgnlib/Feature Definitions/OHDOT_Text_Dimension_Styles.dgnlib # Graphical Filters CIVIL_CIVILTMDGNLIBLIST > $(_USTN_WORKSPACESTANDARDS)Dgnlib/Graphical Filters/*.dgnlib CIVIL_CIVILTMDGNLIBLIST > $(_USTN_WORKSPACESTANDARDS)Dgnlib/Feature Definitions/OHDOT_Features_DrainageAndUtilities.dgnlib # Civil Cells CIVIL_CIVILCELLDGNLIBLIST > $(_USTN_WORKSPACESTANDARDS)Dgnlib/Civil Cells/*.dgnlib # Design Standards CIVIL_DESIGNSTANDARDSDGNLIBLIST = $(_USTN_WORKSPACESTANDARDS)Dgnlib/Design Standards/OHDOT_DesignStandards.dgnlib # Template Library - The Template Library variable is overridden in the WorkSet CFG file CIVIL_ROADWAY_TEMPLATE_LIBRARY = $(_USTN_WORKSPACESTANDARDS)Template Library/OHDOT_Templates.itl # Superelevation Rules CIVIL_SUPERELEVATION_RULES_DIRECTORY = $(_USTN_WORKSPACESTANDARDS)Superelevation/ # Civil Project Settings CIVIL_PROJECTSETTINGSDGNLIBLIST > $(_USTN_WORKSPACESTANDARDS)Dgnlib/Feature Definitions/OHDOT_Feature_Definitions.dgnlib # Reports CIVIL_REPORTS_SUBDIRECTORIES < $(_USTN_WORKSPACESTANDARDS)OHDOT Reports/ # Station Lock # If set to 1 then stations for various commands are adjusted to stay at even values. # For example, template drops will adjust to be at even stations in the event of an # equation that could cause it to do otherwise. If not set or set to FALSE, then the # station values will be maintained at the specified increments. CIVIL_DEFAULT_STATION_LOCK = TRUE # Civil AccuDraw # Defines location of Civil AccuDraw (not AccuDraw) settings and favorites XML files. MS_ACCUDRAWKEYS = $(_USTN_HOMEPREFS) #------------------------------------------------------------------------------------ #==================================================================================== # Site Visibility #==================================================================================== # Defines the folder where the XML files used by the Site Visibility tool are located. CIVIL_SIGHTVISIBILITY_SETTINGS_DIRECTORY = $(_USTN_WORKSPACESTANDARDS)Sight Visibility/ #------------------------------------------------------------------------------------ #==================================================================================== # Subsurface Utilities #==================================================================================== # SUDA_SEED_FILE defines a dgnlib file that contains the default settings for a Utility project. # SUDA_SEED_MODEL defines the model to read from the dgnlib file. The information in this model # is copied to the active dgn when you first use a Subsurface Utilities. The information in this # model normally includes hydraulics and hydrology settings, as well as feature definitions. SUDA_SEED_FILE = $(_USTN_WORKSPACESTANDARDS)Dgnlib/Feature Definitions/OHDOT_Features_DrainageAndUtilities.dgnlib SUDA_SEED_MODEL = Design # SUDA_USE_HAESTAD_CONDUIT tells hydraulic conduits to forget about the sizes that are stored # in the feature definition, and use the sizes that are stored in the Haestad conduit library. SUDA_USE_HAESTAD_CONDUIT = 1 # CIVIL_SUBSURFACE_FILTERS_DGNLIBLIST defines search path(s) for Subsurface Filter dgnlib # files. The filters can be used in the Extract Utilities from Graphics option. CIVIL_SUBSURFACE_FILTERS_DGNLIBLIST > $(_USTN_WORKSPACESTANDARDS)Dgnlib/Feature Definitions/OHDOT_Features_DrainageAndUtilities.dgnlib #------------------------------------------------------------------------------------ #==================================================================================== # Survey Files and Chains #==================================================================================== # CIVIL_SURVEY_FILES_FOLDER overrides the location where survey import and export tools # read definition files. By default this variable is NOT used and # the definition files are read from the \Program Files\ folder. #------------------------------------------------------------------------------------ #==================================================================================== # Survey Settings copied from SS4 #==================================================================================== CIVIL_SURVEY_GEOID_BINFILE = $(_USTN_WORKSPACESTANDARDS)Survey Files/GeoData/g2012au0.bin CIVIL_SURVEY_USERTIW_FOLDER = $(_USTN_WORKSPACESTANDARDS)Survey Files/TIW/ #CIVIL_SURVEY_APPEND_ATTRIBUTES_TO_DESCRIPTIONS = 1 #------------------------------------------------------------------------------------ #==================================================================================== # Profile and Superelevation View Exaggeration Values #==================================================================================== # *_EXAGGERATION_VALUES defines a list of exaggeration values that are available in the View Attributes menu. # *_SET_DEFAULT_EXAGGERATION defines the default exaggeration value from the list # of available values used when a view is opened. # *_SKIP_DEFAULT_EXAGGERATION - If set to 1, the view is opened with a 1:1 # exaggeration and the default exaggeration is ignored. CIVIL_EXAGGERATION_VALUES = 1,2,5,10,20,50,100 CIVIL_SET_DEFAULT_EXAGGERATION = 5 _CIVIL_SKIP_DEFAULT_EXAGGERATION = 0 CIVIL_SUPER_EXAGGERATION_VALUES = 100,200,500,1000,2000,5000,10000 CIVIL_SET_SUPER_DEFAULT_EXAGGERATION = 5000 _CIVIL_SKIP_SUPER_DEFAULT_EXAGGERATION = 0 #------------------------------------------------------------------------------------ #==================================================================================== # Stroking Tolerance Settings for Survey and Corridor Modeling #==================================================================================== # These variables define how often to compute a point or template drop interval # along a tangent, profile, or curve. The Linear Stroking tolerance is the maximum # distance along a tangent. Extra points are added along profiles and curves based # on a chord offset from the profile or curve. # Refer to the Product Help for additional details. # # The variables that begin with CIVIL_SURVEY are optional. # If these variables are set, these values will be used for Survey Terrain Model only # creation overriding the default Civil variables set for Survey and Corridor Modeling. # Units are in master units (feet or meters) CIVIL_DEFAULT_LINEAR_STROKING = 10.0 CIVIL_DEFAULT_PROFILE_STROKING = 0.07 CIVIL_DEFAULT_CURVE_STROKING = 0.07 CIVIL_DEFAULT_STATION_LOCK = 1 CIVIL_SURVEY_STROKE_TOLERANCE_LINEAR = 10000.0 CIVIL_SURVEY_STROKE_TOLERANCE_CURVE = 10000.0 #------------------------------------------------------------------------------------ #==================================================================================== # Default Best Fit Settings #==================================================================================== CIVIL_DEFAULT_BEST_FIT_UPPER_ENVELOPE = 5 CIVIL_DEFAULT_BEST_FIT_LOWER_ENVELOPE = -1 CIVIL_DEFAULT_BEST_FIT_CREST_LENGTH = 1000 CIVIL_DEFAULT_BEST_FIT_SAG_LENGTH = 1000 CIVIL_DEFAULT_BEST_FIT_MINIMUM_LENGTH = 150 #------------------------------------------------------------------------------------ #==================================================================================== # Civil Terrain Settings #==================================================================================== # These variables define filtering when importing high density terrain data that # contains many points such as DWG Contour mapping. The filtering looks at 3 points. # If the distance between points 1 & 3 is less than the Filter Maxgap value, then # point 2 is evaluated to see if it is offset from a line connecting points 1 & 3 # by less than the Filter Tolerance value. If it is then it is removed. # # These variables are not enabled by default. They should only be enable when required, # on a project by project basis that has terrain data in DWG format. CIVIL_DTM_LINESTRING_FILTER_TOLERANCE = 0.05 CIVIL_DTM_LINESTRING_FILTER_MAXGAP = 0.5 #------------------------------------------------------------------------------------ #==================================================================================== # Cross Section Sheet Spacings and Margins Settings #==================================================================================== # Units are in Sheet master units(feet or meters) # NOTE: ALL 4 variables must be set for them to be used. # # CIVIL_CROSSSECTION_RT_TO_LT_SPACING - If multiple cross sections can fit in the same # row moving from left to right, this variable defines the horizontal spacing between # the adjacent cross section boundaries. # CIVIL_CROSSSECTION_TOP_TO_BOT_SPACING - If multiple sections can fit in the same # column moving from bottom to top, this variable defines the vertical spacing between # the adjacent cross section boundaries. # CIVIL_CROSSSECTION_SIDE_MARGIN - Each cross section is tested in the horizontal direction # to determine if it will fit on the sheet and still allow this variable to be met. This # distance is measured from the right edge of the cross section clipping boundary to the # right edge of the sheet model edge. If the computed distance is less than this variable, # a new cross section sheet model will be generated for the next cross section. # CIVIL_CROSSSECTION_TOP_MARGIN - Each cross section is tested in the vertical direction # to determine if it will fit on the sheet and still allow this variable to be met. # This distance is measured from the top edge of the cross section clipping boundary to # the top edge of the sheet model edge. If the computed distance is less than this variable, # a new column of cross sections will be started if adequate space is available. # Otherwise, a new cross section sheet model will be generated for the next cross section. CIVIL_CROSSSECTION_RT_TO_LT_SPACING = 1.00000 CIVIL_CROSSSECTION_TOP_TO_BOT_SPACING = 1.00000 CIVIL_CROSSSECTION_SIDE_MARGIN = 1.50000 CIVIL_CROSSSECTION_TOP_MARGIN = 0.50000 #------------------------------------------------------------------------------------ #==================================================================================== # Make Standards, Preferences, and Feature Definitions Read-only #==================================================================================== # Defines how standards, preferences and features that come from a DGN Library are # persisted in the active file. If variable is not Defined, items are persisted as # Read-Write. If set to 1, items are persisted as Read-only. #CIVIL_CIVILSETTINGS_READONLY = 1 #------------------------------------------------------------------------------------ #==================================================================================== # Civil Model Upgrade Options #==================================================================================== # Two configuration variables control upgrading options. # # When the CIVIL_UPGRADE_PROMPT_OFF variable is set equal to 1, it will hide # the upgrade prompt and automatically upgrade files with no prompting. # # CIVIL_OPEN_OLD_READONLY on its own will do nothing. It requires the # CIVIL_UPGRADE_PROMPT_OFF configuration variable also be set. However, when # both variables are set, the upgrade prompt will be hidden and the file # will be opened as read-only. #CIVIL_UPGRADE_PROMPT_OFF = 1 #CIVIL_OPEN_OLD_READONLY = 1 #------------------------------------------------------------------------------------ #==================================================================================== # i-model Publishing Settings #==================================================================================== # If set to 1, converts the 2D seed and non-seed models to 3D # during DgnDb i-model publishing process. Default setting is 0 or undefined. BENTLEY_DGNDBIMPORTER_PUBLISH2DMODELS = 1 # If set to 1, enables the search for fonts to be embedded during # DgnDb i-model publishing process. Default setting is 0 or undefined. BENTLEY_DGNDBIMPORTER_SEARCH_FONTS = 1 # Specifies the directories search paths for TTF custom fonts. # Multiple paths could be provided separated by semi-colon. #BENTLEY_DGNDBIMPORTER_TTF_FONT_PATHS = $(_USTN_WORKSPACESTANDARDS)fonts/ #------------------------------------------------------------------------------------ #==================================================================================== # Civil Annotation Sight Distance Computation #==================================================================================== CIVIL_ANNOTATION_SIGHTDISTANCE_EYEHEIGHT = 3.50 CIVIL_ANNOTATION_SIGHTDISTANCE_OBJECTHEIGHT = 2.00 #------------------------------------------------------------------------------------ #==================================================================================== # Civil Annotation Computed Prefix Override Names #==================================================================================== CIVIL_USE_CUSTOM_POINT_LABELS = 1 #CIVIL_LABEL_SCS = SCS #CIVIL_LABEL_SRS = SRS #CIVIL_LABEL_ST = ST #CIVIL_LABEL_SC = SC #CIVIL_LABEL_TS = TS #CIVIL_LABEL_CS = CE #CIVIL_LABEL_PRC = PRC #CIVIL_LABEL_PCC = PCC #CIVIL_LABEL_PC = PC #CIVIL_LABEL_PT = PT CIVIL_LABEL_POT = PI CIVIL_LABEL_START = POT CIVIL_LABEL_END = POT #CIVIL_LABEL_POLY = POLY #CIVIL_LABEL_VHP = VHP #CIVIL_LABEL_VLP = VLP CIVIL_LABEL_VPC = VPC CIVIL_LABEL_VPT = VPT CIVIL_LABEL_VPI = VPI #CIVIL_LABEL_VPI_ARC = VPI_ARC #CIVIL_LABEL_VPI_PARABOLA = VPI_PARABOLA #CIVIL_LABEL_HPI = HPI #CIVIL_LABEL_HPI_ARC = HPI_ARC #CIVIL_LABEL_HPI_SPIRAL = HPI_SPIRAL #CIVIL_LABEL_EQN = EQN #CIVIL_LABEL_EQNAH = EQNAH #CIVIL_LABEL_EQNBK = EQNBK #------------------------------------------------------------------------------------ #==================================================================================== # Civil Labeler #==================================================================================== CIVIL_LABELER_XMLFILE = $(_USTN_WORKSPACESTANDARDS)Dgnlib/Feature Definitions/OHDOT_Civil_Labeler.xml CIVIL_CONTENTMANAGEMENTDGNLIBLIST > $(_USTN_WORKSPACESTANDARDS)Dgnlib/Feature Definitions/OHDOT_Civil_Labeler.dgnlib #------------------------------------------------------------------------------------ #==================================================================================== # Civil Cross Section Navigator #==================================================================================== CIVIL_CROSSSECTION_NAVIGATOR_ENABLE_DRAFTING_TOOLS = 1 #------------------------------------------------------------------------------------ #==================================================================================== # Variables for MDL Applications #==================================================================================== MS_MDL > $(_USTN_WORKSPACESTANDARDS)Applications/Mdl/ MS_MDL > $(_USTN_WORKSPACESTANDARDS)Applications/Mdl/Steel/ MS_MDLAPPS > $(_USTN_WORKSPACESTANDARDS)Applications/Mdl/ MS_MDLAPPS > $(_USTN_WORKSPACESTANDARDS)Applications/Mdl/Steel/ #==================================================================================== # Variables for Visual Basic Applications #==================================================================================== MS_VBA_OPEN_IN_MEMORY = readonly MS_VBASEARCHDIRECTORIES < $(_USTN_WORKSPACESTANDARDS)Vba/ #MS_VBASEARCHDIRECTORIES > $(OHDOT_USER)vba/ #MS_VBANEWPROJECTDIRECTORY = $(OHDOT_USER)vba/ MS_VBASAVEONRUN = 0 # Autoload Bentley provided apps for OpenRoads: MS_VBAAUTOLOADPROJECTS = $(_USTN_WORKSPACESTANDARDS)Vba/ViewSet MS_VBAAUTOLOADPROJECTS > $(_USTN_WORKSPACESTANDARDS)Vba/SnappableToggle VIEWSET_SETTINGS_FILE = $(_USTN_WORKSPACESTANDARDS)Vba/ViewControlConfigurations.xml # Autoload ODOT apps for OpenRoads: MS_VBAAUTOLOADPROJECTS > $(_USTN_WORKSPACESTANDARDS)Vba/OHDOT_Startup MS_VBAAUTOLOADPROJECTS > $(_USTN_WORKSPACESTANDARDS)Vba/OHDOT_Survey #MS_VBAAUTOLOADPROJECTS > $(OHDOT_STD)vba/OHDOTcadd_CheckTempFolders #%if exists ($(MY_CIVIL_ORGANIZATION_ROOT)config/GeoReferenceTool.cfg) #Configuration file setting 4 varibles to the GeoReferenceTool vba # OHDOT_GeoReferenceTool = 1 #OHDOT verification for custom tool dialogs #%endif OHDOT_NOTES = $(_USTN_WORKSPACESTANDARDS)OHDOT Utilities\Notes\ OHDOT_LineStyleRSC = $(_USTN_WORKSPACESTANDARDS)rsc/OHDOT_Linestyles.rsc OHDOT_SIGNS = $(_USTN_WORKSPACESTANDARDS)cell/signs/ %lock OHDOT_SIGNS OHDOT_CNTYMAPS = $(_USTN_WORKSPACESTANDARDS)cntymaps/ #------------------------------------------------------------------------------------ ODOT_ADDINLOC = $(_USTN_WORKSPACESTANDARDS)Applications/Addins/ MS_ADDINPATH > $(ODOT_ADDINLOC) OHDOT_APPS = $(_USTN_WORKSPACESTANDARDS)Applications/ OHDOT_SheetItemTypesInfo = OHDOT_ITEMTYPES~OHDOT_ItemTypes~OHDOT_SHEETS_MASTER #dgnlib file name~item type library name~item type name OHDOT_SheetManagerKeyWord = OHDOT_SHEET #text that appears in every sheet item type..used to find sheets with this item type in a model #==================================================================================== # Run any local configs #==================================================================================== OHDOT_LOCAL = $(_USTN_WORKSPACEROOT)Local\ %if exists ($(_USTN_WORKSPACEROOT)Local\config\*.cfg) %include $(_USTN_WORKSPACEROOT)Local\config\*.cfg %endif #------------------------------------------------------------------------------------ #==================================================================================== # OBM Config #==================================================================================== %if exists ($(_USTN_INSTALLED_CONFIGURATION)Organization-Civil\_Civil Default Standards - Imperial\Prostructures\application.cfg) _PS_WORKSPACESTANDARDS = $(_USTN_INSTALLED_CONFIGURATION)Organization-Civil\_Civil Default Standards - Imperial\Prostructures\ PS_DRAWINGFRAMES = $(_USTN_INSTALLED_CONFIGURATION)Organization\ProStructures\Details\Frames\ % include $(_USTN_INSTALLED_CONFIGURATION)Organization-Civil\_Civil Default Standards - Imperial\Prostructures\application.cfg %endif %if exists ($(_USTN_INSTALLED_CONFIGURATION)Organization-Civil\_Bridge Default Standards - Imperial\Prostructures\application.cfg) _PS_WORKSPACESTANDARDS = $(_USTN_INSTALLED_CONFIGURATION)Organization-Civil\_Bridge Default Standards - Imperial\Prostructures\ PS_DRAWINGFRAMES = $(_USTN_INSTALLED_CONFIGURATION)Organization\ProStructures\Details\Frames\ % include $(_USTN_INSTALLED_CONFIGURATION)Organization-Civil\_Bridge Default Standards - Imperial\Prostructures\application.cfg %endif