Me and my colleague are currently trying to convert a DGN file (with many points) into a realDWG file. The DGN file is roughly 90 MB, since there are shared cells in the DGN file. Shared cells are elements that are stored only once in the DGN file, regardless of how often the cell is placed within the DGN file. This makes it possible to have a relatively small size for the DGN file. However when I simply connect the DGN reader and the DWG writer together, the filesize of realdwg is roughly 600MB! Apparently shared cells are during the translation to realdwg treated as an autoblock in itself, while I would like to have the same capacity in the realdwg that there is only one autoblock and the the others are referencing to that one autoblock, however still visually shown which ideally should make the realdwg smaller. Does anyone know if that can be achieved in FME?
How to convert a DGN file (shared cells) into a DWG file (AutoCad blocks) in FME?
603 Views Asked by Joy At
1
There are 1 best solutions below
Related Questions in AUTOCAD
- How to use custom class created by ObjectARX
- How to copy and paste an autocad table using python
- Loading ARX module fails without information
- Circular profiles on the hallow sphere in Autodesk Inventor
- GDAL ogr2ogr alternative that uses multiprocessing
- How do CAD applications handle out-of-range characters in SHX fonts?
- To Set a System Variable Value With JavaScript API in AutoCAD
- I am trying to write a sanskrit mantra on autocad. When I preview the text, it is correct but as I plot the file to pdf, the 'maatra's' change
- LISP to Batchplot (Publish) Multiple .dwg Models into One PDF
- How to find a contour for a specified point using Autocad COM API?
- Issue connecting python to Autocad
- Autocad using pyautocad / comtypes to copy objects from one drawing to another
- Max input file size of Design Automation for AutoCAD?
- How do you get the coordinates of the boundaries of each closed area?
- How to find closed objects among an array of lines?
Related Questions in FME
- Aggregate and count the status in field using FME Workbench
- remove slivers, duplicate vertices in FME
- SQL Server execution plan in FME
- FME change data format from string to numeric
- How can I copy FME format attributes
- Row count in Oracle import log differs from row count retrieved in sql developer and FME
- Exposing the IfcPresentationLayerAssignment from an Ifc file using Python
- How to convert a DGN file (shared cells) into a DWG file (AutoCad blocks) in FME?
- Complete novice question: I want to delete a table via command prompt (postgis)
- How to convert from IFC file to indoorGML?
- Python line by line execution
- Transpose Rows to Column in FME
- GKE Autopilot Guardian is incompatible with cpu resource requests in chart
- SQLite loop routine to read excel and assign value from one table to another
- How to call a async function from a synchronized code Python
Related Questions in MICROSTATION
- Microstation VBA - Relative file path to run .bat script
- Cannot create MicroStation .net project in Visual Studio
- Microstation Connect VBA: How to select an element in screen
- How to convert a DGN file (shared cells) into a DWG file (AutoCad blocks) in FME?
- Is it possible to extract source code from an MDL file?
- 2D/3D CAD design in JavaScript
- VBA Problem - License Information for this component not found - How to identify which component?
- How to ask user to snap on a vertex of a line element (in the ILocateCommandEvents_Accept handler) of Microstation VBA
- type mismatch probably due to array being missinterpreted
- find and replace multiple values in vba
- copy element from one dgn to another dgn
- Setting LineStyleParameters in MicroStation VBA
- Disable itextsharp error message
- Unresolved external symbol for some function calls but not all
- Programming with MicroStation SDK in C#
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
In order to convert a DWG file to DGN format.
Steps: 1-Open the DWG file in MicroStation using File > Open
2-From Menu bar, Choose File > Save As.
3-Use [Save as type:] drop down and change to: Autodesk DWG Files (*.DWG)
4-Click [Options] and change desired settings.
https://i.stack.imgur.com/gNHcB.png
For Unsupported Dimension
-set "ON"
-Drop Unsupported Dimensions (from Advanced" Tab)
https://i.stack.imgur.com/ROKD6.jpg