Skip to Main Content

MicroStation Tip: Print Organizer in OpenRoads Designer

A common issue encountered with Print Organizer in ORD occurs when line weights, fonts, and references do not always print correctly. To correct this, you can add the Print Organizer variable that defines the Configuration folder and WorkSpace name to all of the WorkSpaces you set up.

It should look like this:

MS_PLT_ENGINE_CMDLINE_ARGS=-wr”C:/Bentley/ORD/ORD10.12/Configuration/”-WKYourWorkSpaceName

Place this line in the WorkSpace cfg file. The path after the -wr is the full path to the Configuration folder where you have the WorkSpaces, Organization, and Organization-Civil folders for your configuration.

This is necessary for ORD10.12, ORD2023, ORD2024, and ORD2025.

2 comments on “MicroStation Tip: Print Organizer in OpenRoads Designer

  1. Matt Ashby Reply

    Hi Steve,

    FYI…I have also had success with using this variation.

    MS_PLT_ENGINE_CMDLINE_ARGS = -wc$(MS_CONFIG) -WK$(_USTN_WORKSPACENAME)

    Kind regards,
    Matt

  2. Matt Ashby Reply

    Update…

    Here is the better configuration variable definition.

    MS_PLT_ENGINE_CMDLINE_ARGS = -wc”$(MS_CONFIG)” -WK”$(_USTN_WORKSPACENAME)” -WW”$(_USTN_WORKSETNAME)”

    Cheers,
    Matt

Leave a Reply

Your email address will not be published. Required fields are marked *