#====================================================================== # Ohio DOT OpenRoads Designer Connect Workset Configuration File #====================================================================== #============================================================================ # Workset Configutation (Replaces variables formerly in the PCF File) #============================================================================ %if defined (_PWEXPLORER) OHDOT_PID = $(_USTN_WORKSETNAME) _USTN_WORKSETROOT = $(_USTN_WORKSETSROOT) # 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)/ %else _USTN_WORKSETROOT = $(_USTN_WORKSETSROOT)$(_USTN_WORKSETNAME)/ _USTN_WORKSETSTANDARDS = $(_USTN_WORKSETROOT)990-WorkSetStandards/ # Search path for design files _USTN_WORKSETDGNS = $(_USTN_WORKSETROOT) MS_BACKUP = $(_DGNDIR) #Backup to same location as dgn #%lock MS_BACKUP %endif # Search path for design files MS_DEF = $(_USTN_WORKSETROOT)400-Engineering/ #Project Location Start #%lock MS_DEF #==================================================================================== # Seed Files #==================================================================================== MS_SEEDFILES = $(_USTN_WORKSETSTANDARDS)/Seed/ # Search Directory for Project Specific Seed files. #%lock MS_SEEDFILES 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 #%lock MS_GEOCOORDINATE_USERLIBRARIES CIVIL_ROADWAY_TEMPLATE_LIBRARY = $(_USTN_WORKSETSTANDARDS)Template Library/$(OHDOT_PID)_Templates.itl #%lock CIVIL_ROADWAY_TEMPLATE_LIBRARY MS_PRINTDEF_PATH = $(_USTN_WORKSETROOT)/000-Admin/PlanReviews/ # Search path for .pset and .ini files #%lock MS_PRINTDEF_PATH 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. #%lock MS_PLTFILES #==================================================================================== # Reference File Paths and Settings #==================================================================================== MS_REF_DEFAULTATTACHDIRECTORY = $(_USTN_WORKSETDGNS) # Set the default directory when attaching references instead of the last directory #%lock MS_REF_DEFAULTATTACHDIRECTORY %if defined (_PWEXPLORER) %else MS_RFDIR < $(_USTN_WORKSETROOT)300-Survey/Basemaps/ MS_RFDIR > $(_USTN_WORKSETROOT)400-Engineering/Drainage/Basemaps/ MS_RFDIR > $(_USTN_WORKSETROOT)400-Engineering/Geotechnical/Basemaps/ MS_RFDIR > $(_USTN_WORKSETROOT)400-Engineering/Landscaping/Basemaps/ MS_RFDIR > $(_USTN_WORKSETROOT)400-Engineering/Lighting/Basemaps/ MS_RFDIR > $(_USTN_WORKSETROOT)400-Engineering/MOT/Basemaps/ MS_RFDIR > $(_USTN_WORKSETROOT)400-Engineering/Roadway/Basemaps/ MS_RFDIR > $(_USTN_WORKSETROOT)400-Engineering/RW/Basemaps/ MS_RFDIR > $(_USTN_WORKSETROOT)400-Engineering/Signals/Basemaps/ #MS_RFDIR > $(_USTN_WORKSETROOT)400-Engineering/Structures/??????/Basemaps/ MS_RFDIR > $(_USTN_WORKSETROOT)400-Engineering/Traffic/Basemaps/ MS_RFDIR > $(_USTN_WORKSETROOT)400-Engineering/Utilities/Basemaps/ %endif #------------------------------------------------------------------------------------