Export to DWG

Ideate Automation can be used to export the sheets and/or views from your Revit model to DWG. There are two methods that you can use to create DWGs.
  1. The first method, uses Ideate BIMLink and has the added benefit of dynamically defining a sheet or view list.
  2. The second method uses a predefined Revit Sheet/View Set name. See below for details on each of these methods.

Publish Dynamic Sheet/View Lists to DWG

Revit sheet sets can be difficult to manage because they are not rule based. It’s easy to identify which sheets or views should be included in a DWG export process when there are only 10 sheets/views to pick from, but in the real world this is hard to manage.

With Ideate Automation + BIMLink you can create a dynamic list of sheets or views based on built-in or custom Revit and Ideate BIMLink properties, and then use that list to define the list of sheets/views to be exported to DWG. Examples of the types of dynamic sheet/view sets you can create within BIMLink for use with Ideate Automation include:

To publish all the sheets that are defined in a project as DWG files, follow the steps below.

  1. Close all open sessions of Revit.
  2. Launch Ideate Automation and select Create
  3. From the Ideate Software Scripts folder, select the folder called 01 Publishing — Dynamic, then pick the script at the right called IBL-Export_DWG_Dynamic.
  4. Review the description of this task below, then pick Next.

  1. Set each of the required Task Script Variables for this task as follows:
    • Revit Files  — pick one or more Revit files. 
    • Export Folder — Pick a location to place the DWG files.
    • BIMLink Sheet List value, the default value of “Sheets” will import the sample link definition from BIMLink. To adjust the folder from which the link is imported, use the Additional Options as shown.

  1. On the Confirm Tasks Selection page, review all variables and note that the Task name is editable.
  2. Ensure that Revit is not open, then select Save and Run.

Your export results will include one DWG file for each of the views that are dynamically defined within the BIMLink Link definition called “Sheets”. As the project evolves the sheet list will dynamically grow or shrink per the BIMLink definition, which can be customized as needed. 

Contact support if you need help customizing your scripts.

Publish Revit Sheet/View Sets to DWG

If you prefer to publish to DWG by using a pre-defined Revit sheet/view set, you can use the scripts found under Automation Scripts\03 Publishing\DWG. In these scripts, instead of using the BIMLink Sheet/View List, you can use your pre-defined sheet/view set name from your Revit project (or leave the value blank to use the saved default sheet/view set value).

Desired File Name Revit Option Automation Script Variable Settings
A102 default short name AUT-Export_DWG no change needed
IBL-Export_DWG_Dynamic
rac_basic_sample_project-Sheet - A102 - Plans default long name AUT-Export_DWG-Long no change needed
rac_basic_sample_project-Sheet-A102 N/A IBL-Export_DWG_Dynamic ${revit_file:revit.filename.noextension}-${filename_parameter_value}
20221212-A102 N/A AUT-Export_DWG ${today.yyyyMMdd}-${filename_parameter_value}
IBL-Export_DWG_Dynamic
2022.123456-A102 N/A AUT-Export_DWG ${Revit.CurrentFile.ProjectInfo.PROJECT_NUMBER}-${filename_parameter_value}
IBL-Export_DWG_Dynamic
18-003-ABC-XX-D-A-00001 N/A AUT-Export_DWG See below for other file naming tips
IBL-Export_DWG_Dynamic

File Naming Tips

The default file naming for many of the scripts that export to DWG is controlled by the variable ${filename_parameter_value}. This value is in turn controlled by either a sheet or view name parameter. The default value for the sheet elements is to use the parameter called “Sheet Number” while the default value for view elements is to use the parameter called “View Name”. You can substitute your own parameter value if so desired though you must ensure that the parameter value is unique within the project to avoid the problem of one view name overwriting another. Refer to Renumber Sheets to ISO 19650 for tips on creating the required sheet naming values for either the Sheet Name or any custom parameter.

For example, to comply with ISO 19650 standards, many people are managing the required sheet number value within a custom parameter name. In the example shown below, the sheet number is combined on the title block to include two custom parameters called Project Code and Originator, both of which are stored under Project Information.

Both the AUT-Export_DWG and IBL-Export_DWG_Dynamic can be used to deliver unique dwg file names by adjusting the File Name variable to:

${Revit.CurrentFile.ProjectInfo.Project Code}-${Revit.CurrentFile.ProjectInfo.Originator}-${view_parameterValue}

Any parameter found under Project Information can follow this syntax to become part of the file naming.

Top of Page

Submit feature or issue request for Ideate Software

Thank you for taking time to inform us about a bug or feature request.

By entering your data above and clicking ‘SUBMIT’ you are consenting to the collection and use of that data to respond to your comments and inquires, as described in our Privacy Policy. We may also transfer the data you submit in the ‘Email Us’ form to our VAR partners for the limited purpose of a sales follow-up. Please review our Privacy Policy for more details on how and when we collect data and what we use it for.