####################################################################################################################### # # TemplateWorkSet.cfg - Project Template WorkSet in ProjectWise # # Available Variables that were defined in the MicroStation application command line or CSBs # # PW Application Variable Value # # CSB Block / CFG File Level Variable Value # Load OhioDOT MicroStation Configuration Pre-defined _OhioDOT_CONFIGURATION_ROOT @:\Standards\CADD Standards\ # OhioDOT_MicroStation_Versions.cfg Pre-defined OHIODOT_MICROSTATION_CONFIGURATION_TYPE CONNECT Edition # OhioDOT_MicroStation_Versions.cfg Pre-defined _USTN_CONFIGURATION @:\Standards\CADD Standards\Ohio DOT OpenRoads Configuration Set 1.0\ # OhioDOT_MicroStation_Versions.cfg Pre-defined _USTN_WORKSPACENAME OhioDOTCEv01 # OhioDOTCEv01.cfg WorkSpace _USTN_WORKSETNAME {PID} # ####################################################################################################################### #-------------------------------------------------------------------------------------- # The following variables are shown in the out of the boc MSCE WorkSet template: # _USTN_WORKSETROOT, _USTN_WORKSETDGNWS, _USTN_WORKSETSTANDARDS, _USTN_OUT # # We have already defined _USTN_WORKSETNAME so we now need to define the key paths # # We know that we are in ProjectWise, so we need to have the files inside the Work Area # #-------------------------------------------------------------------------------------- OHDOT_PID = $(_USTN_WORKSETNAME) _USTN_WORKSETROOT = $(_USTN_WORKSETSROOT) %lock _USTN_WORKSETROOT # Set the following directory names based on the Ohio DOT Project 1.0 Template _USTN_WORKSETSTANDARDSDIRNAME = 990-WorkSetStandards _USTN_WORKSETDGNSDIRNAME = 400-Engineering # Set the following directory paths based on the Ohio DOT Project 1.0 Template _USTN_WORKSETDGNWS = $(_USTN_WORKSETROOT)$(_USTN_WORKSETNAME).dgnws # WorkSet DGNWS will live in PID Folder %lock _USTN_WORKSETDGNWS _USTN_WORKSETDGNS = $(_USTN_WORKSETROOT)$(_USTN_WORKSETDGNSDIRNAME)/ _USTN_WORKSETSTANDARDS = $(_USTN_WORKSETROOT)$(_USTN_WORKSETSTANDARDSDIRNAME)/ # The following paths are based on the Ohio DOT Project Standards directory structure # Search path for design files MS_DEF = $(_USTN_WORKSETROOT)400-Engineering/ #Project Location Start MS_SEEDFILES = $(_USTN_WORKSETSTANDARDS)/seed/ # Search Directory for Project Specific Seed files. MS_DESIGNSEED = $(OHDOT_PID)_DesignSeed2d.dgn # Default Seed File. MS_DESIGNMODELSEED = $(OHDOT_PID)_DesignSeed2d.dgn MS_DESIGNMODELSEEDNAME = Design OHDOT_DESIGN3DMODELSEED = $(OHDOT_PID)_DesignSeed3d.dgn OHDOT_DESIGN3DMODELSEEDNAME = Design MS_DRAWINGMODELSEED = OHDOT_DrawingSeed2d.dgn MS_DRAWINGMODELSEEDNAME = Drawing MS_SHEETMODELSEED = OHDOT_SheetSeed2d.dgn MS_SHEETMODELSEEDNAME = Sheet MS_GEOCOORDINATE_USERLIBRARIES = $(_USTN_WORKSETSTANDARDS)GCS/$(OHDOT_PID)_Custom.dty CIVIL_ROADWAY_TEMPLATE_LIBRARY = $(_USTN_WORKSETSTANDARDS)Template Library/$(OHDOT_PID)_Templates.itl MS_PRINTDEF_PATH = $(_USTN_WORKSETROOT)/000-Admin/PlanReviews/ # Search path for .pset and .ini files MS_DESIGNSCRIPT_PATH = $(_USTN_WORKSETROOT)990-WorkSetStandards/Plotdrv/ # Search path for .pset and .ini files #%lock MS_DESIGNSCRIPT_PATH MS_PLTFILES = $(_USTN_WORKSETROOT)000-Admin/PlanReviews/ # Output Directory for Print Files. MS_REF_DEFAULTATTACHDIRECTORY = $(_USTN_WORKSETDGNS) # Set the default directory when attaching references instead of the last directory