Microstation File Reader

Posted on by
Microstation File ReaderDoc File Reader

Jan 13, 2018 Bentley View is a free DGN viewer, DWG viewer, and i-model viewer..rdl MicroStation RDL File.cel Bentley MicroStation Design.3ds Autodesk Design. Download microstation viewer for free. Photo & Graphics tools downloads - Animated Screen by PY Software and many more programs are available for instant and free.

Article created with FME Desktop 2016.0 Downloads • Feel free to download and unzip the data (roads.zip file) attached to this article if you'd like to perform these steps yourself as we go along! Introduction This tutorial will show you how to convert an AutoCAD DWG (*.dwg) file to MicroStation DGN (*.dgn) format. The AutoCAD roads data is divided into different layers for each road type, and each of which has a different symbology. We'll use FME to convert this roads data to MicroStation, alter some of the symbology, write DWG attributes to Microstation tags, and merge a few of these layers together. Step-by-Step Instructions To complete the process described in the video, you will need to carry out the following steps.

1) Start FME Workbench In Windows this is found under Start >All Programs >FME Desktop >FME Workbench 2) Select Generate Workspace This is found on the Create Workspace section of the FME Workbench interface. Alternatively, use Ctrl+G as a shortcut. 3) Browse to and select the source (Reader) dataset Browse for and select the source AutoCAD data (Roads.dwg). The file extension for Roads.dwg tells FME what format of data we are working with (AutoCAD). 4) Set the output (Writer) format to Bentley Microstation Design (V8) DGN Select Bentley Microstation Design (V8) DGN for the format for the writer; do this by typing the name into the field until it appears within the dropdown list.

Referenced files and instances of cells are respected, and the Selection Tree reflects this file structure. Note: The file reader supports files from MicroStation /J. It does not support MicroStation Modeler, MicroStation 95 or previous versions. Download Free Download Microstation Viewer - best software for Windows. Bentley View: Bentley View is a free DGN viewer, DWG viewer, and i-model viewer.

5) Set the output dataset location In the video, it is set to C: FMEData2015 Output. However, you can set your output location to whatever best suits your directory structure. 6) Modify the input Parameters Click the Parameters button for the reader. The Autodesk AutoCAD DWG/DXF Parameters dialog box opens. • Select Group Entities By ‘Attribute Schema’. This means we can visualize the layers of data with attribute information.

Notice how there are also parameters on this dialog box to control other aspects of reading DWG data. 7) Modify the output Parameters Click the Parameters button for the writer. The Bentley MicroStation (V8) Parameters dialog box opens. • First, we will change the seed file from being 3D to 2D. Using the box next to Seed File (V8 only), navigate to the new seed file. In the video, it is set to ‘C: apps FME design seed2d_ft_v8.dgn’ • Next, we will tell FME to write tags for the features. Use the drop-down list from Write Tags and select ‘yes’.

Click OK to dismiss the Bentley MicroStation (V8) Parameters dialog box. Click OK to create the workspace. 123 Flash Chat 7.8.

8) Modify Feature Schema (“Schema Mapping”) If we're happy with an exact copy of the source data we could just run this translation now, but we want to make some changes first. • First, merge the ‘private’, ‘noncity’ and ‘other’ layers into a single layer called ‘other’; we can do that easily by dragging the connections onto the ‘other’ input port. We call this schema mapping. • We no longer need the ‘noncity’ and ‘private’ layers, so delete them. 9) Add the DGNStyler Transformer In addition, we can modify the output symbology by using a transformer in FME called the DGNStyler.

• Open the DGNStyler Parameters dialog, expand and click the checkbox to set a grey color for the output features. • Expand and click the checkbox to set a line weight. In the video, it is set to 3. • Expand and click the checkbox to set a line style. In the video, it is set to 2. 10) Click the Run button on the toolbar Run the workspace by clicking on the green play button.