AutoCad :: Convert Files To Microstation

Dec 7, 2005

I am not a CAduser, but someone who is managing a CAD project whereby we need to covert the files to Microstation. My AutoCAD person has limited experiece doing this so I thought I would turn to you for your expertise.

I've read that you can convert AutoCAD files to .dxf and import into Microstation but will that keep the integrity of the file? As you cannot covert directly from one to the other because fonts, line weights, etc. don't translate well.

View 5 Replies


ADVERTISEMENT

AutoCad :: How To Convert DGN To DWG Without Microstation

Mar 21, 2012

Is there a way to convert a .dgn to a .dwg without microstation?

-I have read that you can xref a dgn in a dwg but this did not work. civil3D simply does not recognize the dgn extension in any way shape or form ....that i have found.

THE LONG VERSION AS TO WHY:

I have both a dgn and a dwg of the same thing, only difference being the dgn has colored layer linework and lineweights etc. for entites on the same layer. The .dwg is just thousands of white lines on various layers.

to make it easier id like ot be able to have the colors to at least quick select stuff to move to their own layers seperately. rather then have multiple entites on the same layer that are in no way related to each other.

View 4 Replies View Related

AutoCAD .NET :: Automate Importing Microstation Files

Sep 22, 2010

I'm trying to automate importing Microstation files into AutoCad (and then doing interesting things with them).  I'm stuck on the import, as it keeps throwing an "Invalid Argument Exception".

I've thrown empty strings, "hello world" strings, ensured that the string points to a valid file, ensured that the string points to a valid Microstation file... for the scale factor, I've thrown constants, symbolic constants, variable doubles... and where I think the error lies, the insertion point, I've thrown Points, Point 2d's, Point 3d's, arrays of integers, arrays of doubles, and Acad Points, and all of the above even cast as objects.

Supposedly, the signature for import is:

object IAcadDocument.Import(string FileName, object Insertion Point, double ScaleFactor)

but the <object Insertion Point> is throwing me... what kind of object is wanted? The following is a complete working program; you'll just have to add the two autocad references.

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
[code]....

(Obviously the intent is not to use hard coded file names, these are for debug purposes. I'm also running as a Windows project rather than a Console project, but the exception is the same.)

View 9 Replies View Related

AutoCAD LT :: Blue Screen When Opening Files Converted From Microstation

May 30, 2012

Everytime I try to open files created from Microstaion but saved as CAD it blue screens my computer! I have a newer laptop with Windows 7. However, an older computer in our office with Windows XP can open these files with no problem? Both computers have AutoCAD LT 2012.

View 1 Replies View Related

AutoCad :: Converting 1000's Of Files From Microstation J Drawings With Mail Merge Portion

Nov 9, 2011

We are a water utility and have thousands of detail drawings of service taps and hydrant connections (maybe 11,000 total). These are in the old Microstation J format. Each drawing is divided into a top half and bottom half. The bottom half of the drawing is the actual drawing portion.

The top half of the drawing is text that comes out of an Old Oracle database, into Microsoft Word 2000 through mail merge then is copied and pasted into the top portion of the card. Newer drawings done like this and opened in AutoCAD have the top portion identified as an OLE object (embedded object), while the older drawings just look like a drawing in the top.

I'm looking to update the system to ArcGIS and AutoCAD. The data will be moved to a Microsoft Access database (probably later SQL Server), and I want to convert all the old Microstation drawings into an AutoCAD format. ArcGIS will provide the basemap and be linked to the database, with clickable hyperlinks to open the AutoCAD drawings. I would like to be able to keep the bottom drawing half while changing the top half of each drawing to reflect updated data in the database. If this can be automatically updated, that would be awesome.

One is the best program to automatically bulk convert the drawings from Microstation J to AutoCAD (I have 2011). Also, I'm looking for a method to display the text from the database in the top portion of the card using either mail merge with AutoCAD or some automatic method of pulling the info out of the database. Can I just copy-paste this info into AutoCAD as we did with Microstation or is there a better way?

View 6 Replies View Related

AutoCad :: Microstation Arc Tool

Aug 23, 2012

I am a landscape architect, and have used autocad for the past three years, and I am also familiar with microstation, which I used at a previous job. My question is primarily for the users that are familiar with both products.

Unlike much of the drafting I have done in architecture (which is often straight lines and 90 angles), landscape architecture and land planning often requires long sweeping curves that lead into tangent arcs, and or lines. Microstation has a brilliant arc tool that allows one to create beautiful curves that are always tangent. The arc tool also allows placement of the next curve anywhere, as opposed to snapping to an end point. Is there a way to do the described actions in Autocad?

View 2 Replies View Related

AutoCAD Civil 3D :: Xml Conversion To Microstation

May 8, 2012

I have a client that required us to give them a surface that they could load into microstation.  I have version c3d2010.  I gave them a land xml file.  When they uploaded it into their program, which I believe is inroads they said the contours it generation for the surface looks great in the middle, but the edges it seems to have dropped the elevations to zero. 

I did make a boundary to go around the surface to clean up any errant triangulation lines.  The polyline I used is at elevation zero.  I don't know if this is causing that?  The client thinks the inroads is forcing the edges to be elev zero.  She has limited knowledge of land xml files and has never used them till now.

Something to change on her end or is it my polyline causing this?

View 3 Replies View Related

AutoCAD 2013 :: Microstation Conversion To And Or From

Feb 6, 2013

So we have now been told by the state that all of our right of way maps must be done (finished) in microstation. We have solely been autocad users for the last 15 years. We purchase microstation, and I immediately hate it! So, the owner wants to know if we can convert back and forth. I did some quick converting but seems the textstyles are the major problems.

View 1 Replies View Related

AutoCAD Civil 3D :: CTB From Microstation Pen Table?

Nov 5, 2012

Creating a CTB file to mimic a Microstation pen table? I have a client supplied *.tbl (an intergraph pen table file I believe) and how to generate a CTB that will behave similarly (ie. plot nearly the same)..

I can open the *.tbl file in a text editor and it just looks like a bunch of "if, then" statements related to line weights and pattern files....

I have already created a template with the same layers/levels, colors, linewights, etc... (and can convert everything to dgns), but now I need to figure out how to get similar plotted results from both sets of drawings (the dwg and the dgn..)

View 2 Replies View Related

AutoCAD Visual LISP / AutoLISP :: Convert DGN Files To DWG Files?

Feb 8, 2013

I want to convert my DGN files to DWG files.

So I write this code in LISP:
 
(defun C:Batch_DGN2DWG (/path dgnfile SDI_Mode) (setq path "C:\DGN\" ;;Default path for DGN files location. DGNIMPORTMODE 0 ;;Imports the DGN file in a new drawing file. SDI_Mode SDI ;;Save Current SDI MODE SDI 1 ;;SET Single Drawing Mode for AutoCAD. );;setq (foreach dgnfile (vl-directory-files path "*.DGN" 1) (progn (command "-dgnimport" (strcat path dgnfile) "" "" "" "y" (strcat path dgnfile ".DWG")) (delay 100) );;progn );;foreach (setq SDI SDI_Mode) ;;restrore SDI Mode to previous value.)

but I can't finish it!

I attached some DGN files for test purpose.

View 9 Replies View Related

AutoCAD Civil 3D :: Tool In Microstation That Converts DGN To DWG?

May 2, 2011

Is there a tool in Microstation that converts .dgn to .dwg without any loss of styles, lineweights, etc?

View 9 Replies View Related

AutoCAD 2013 :: Converting Microstation Linetypes

Jun 17, 2013

I am working on my company template. We are trying to keep it as close to INDOT standards as we can. Indot uses microstation and provides many files for microstation users. I converted one of the files to a .DWG and impoted all the linetypes to my template. This had a lot of bad side effects.

How to extract the actual code for the Linetypes, so that i can simply re-write a code as autocad wants it and then import?

View 3 Replies View Related

AutoCAD 2013 :: How To Edit Microstation File (DGN) In DWG

Dec 17, 2012

I attached DGN file in dwg, the same way of attaching any exrefrence. I would like to make changing the this attached file. It does not respond as block or xref.

 How can I edit this DGN in the AutoCAD?

View 2 Replies View Related

AutoCAD Civil 3D :: MicroStation Cells Replaced By PAT File

Jun 18, 2012

I'm in the process of assisting a client implement Civil 3D into their work environment.  Up to this point they have been MicroStation users.  They have now seen the power of Civil 3D and are making the move.  However, they're not yet Civil 3D experts and they still have some projects in MicroStation that need to be completed.   

So in a project in MicroStation they are trying to place a pattern (similar to a hatch pattern in ACAD) into an area but the software has stopped looking for the MicroStation cell file (I believe that's what it's called) and has now started looking for the AutoCAD acad.pat file.  This has only started happening on any computer that has Civil 3D installed. 

Where that search path is located within MicroStation so I can reset it?   Until this is resolved they've halted further installs of Civil 3D. 

View 6 Replies View Related

AutoCAD Civil 3D :: Microstation To Add Surface Request For Information

Oct 22, 2013

I'm mainly work in 3D software (C4D, 3Ds Max). I have a client that wants to do high end traffic renderings. They have supplied me with the Infrastructure Design Suite 2014. 

I received an old Microstation file from them, which I have then brought in to Civil 3D. I would like to add surfaces to this file so then I can export to 3Ds Max, and use Civil View to incorporate the design, and then traffic simulation data from VISSIM.

 I have researched the entire work flow, the only thing holding me up is adding the surfaces to this Microstation file. It seems this is maybe not very common as I am having a hard time finding any tutorials or documentation on the internet.

View 8 Replies View Related

AutoCAD 2010 :: How To OPEN Legacy MicroStation Drawings

Apr 4, 2012

I'm trying to OPEN some legacy MicroStation drawings through AutoCAD. I have done this with nearly 400 files thus far but there are a dozen or so that are coming back with an error message reading 'YOU HAVE A SELECTED AN INVALID OR UNSUPPORTED DGN FILE'. I can look at these through Bentley Viewer, but do not have a full version of MicroStation to try and fix things.

How to fix things via AutoCAD?

View 1 Replies View Related

AutoCAD 2010 :: Copy Or Move Object In File Converted From Microstation

May 22, 2012

When I copy or move an object in a file converted from Microstation to Autocad 2012 the system freezes or slows down to a crawl. If I redraw the drawing in Autocad it works fine. I have a lot of drawings converted from Microstation and I don't need to be redrawing them all.

View 1 Replies View Related

AutoCad :: Lisp Routine Exist That Select Similar Microstation Blocks

Apr 17, 2012

I have a previously converted Microstation drawing in Autocad 2011. In the conversion all blocks were given unique names. I would like to edit similar blocks globally. Many of the Microstation blocks look like the standard blocks I use. Does a Lisp routine exist that can select similar Microstation blocks and give them a single name?

View 3 Replies View Related

Photoshop :: Convert Full Resolution Files To Web Based Files

Jun 6, 2012

I am working on a museum project. I have been asked to convert full resolution files to web based files using "Save for Web and Devices". The problem is in the file naming. Museums typically use accession #s for each work. Example   1999.63.102  So the digital file would be named 1999.63.102.jpg (or tif).

When I attempt to save the file using "Save for Web and Devices" the resulting name is converted to 1999.jpg  I believe the . (periods) to be the culprit. There are hundreds to do so renaming is not an option. This does not occur when I use "Save as".

View 19 Replies View Related

AutoCAD LT :: Convert PDF To DWG Files?

Feb 1, 2010

Can AutoCAD LT convert pdf files into dwg files?

View 9 Replies View Related

AutoCad :: Convert DWG To PDF Files

Jan 30, 2013

I am looking for a software to convert DWG to PDF files without having to open autocad. To respect the plot Style and plotting dwg file. It´s Possible?

View 5 Replies View Related

AutoCAD Inventor :: How To Convert All Files To STP And IGS

Sep 14, 2012

A quick search of the forum didn't reveal answers to my elementary question so here it is. I'm working to get some design components manufactured overseas. The manufacturer uses Pro/E but in one of their very cryptic emails they told me to convert all files to .stp and .igs files. What I need to know is which of these file formats applies to assemblies and which applies to part file. In other words, when I open a part file, should I export it as a .stp file, or a .igs file?

View 4 Replies View Related

AutoCAD 2010 :: Convert DGN Files To DWG

Oct 3, 2012

I am trying to convert old DGN files to DWG's. When I import the dgn it wants the new exref path. for these I do not have the path so I have to hit cancel. Can I turn that off so I don't get the dialog box? I turned off the demand load xrefs thing but it didn't change anything.

View 4 Replies View Related

AutoCAD Inventor :: Convert DWG Files To PDF

May 22, 2012

Is there any possibility to convert several dwg files to pdf?

Project with approx 4000 inventor dwg files.

Using Inventor 2012 .

View 5 Replies View Related

AutoCAD Inventor :: How To Convert IPT Files To (AI) Or (CDR)

Aug 22, 2013

I had made several "stickers" with some draws and colors with Autodesk Inventor, now i have a problem... my supplier can't open dwg files (2D)...how can I convert a ipt file to AI or CDR files?

(these are the extensions for the programs that they work...)

Autodesk Inventor PRO 2014 - Win8 x64 - 16Gb - GTX 560

View 7 Replies View Related

AutoCad :: Convert OTF To SHX Font Files

Nov 6, 2011

I have some .otf fonts that I would like to be able use with my AutoCAD 2008. I would assume that these .otf font styles need to be converted to .shx font styles in order for AutoCAD to recognize them. Is this true? If so, how to go about making this conversion?

View 2 Replies View Related

AutoCad :: Convert Drawings To PDF Files?

Jan 31, 2012

how to convert drawings to pdf files? I am not getting a best free tool.

View 4 Replies View Related

AutoCad :: Convert SCR (script) Files Into DXF

May 3, 2012

I need to convert .scr files (Autocad script) into .dxf files. In particular i would like to switch from .scr to .dxf using an external code. Do you know a Fortran/c++/java/python library able to do so?

View 4 Replies View Related

AutoCad :: Convert DWG Files To IGES

Aug 2, 2011

Converting the attached dwg file to iges.

View 9 Replies View Related

AutoCad :: How To Use Trueview To Convert Files

Jun 18, 2012

If I want to use Trueview to convert files down to my AutoCAD LT 2008; I just open the file in Trueview and convert, right?

Well...Yes, but Trueview then becomes my default DWG, DXF program when double clicking on the files.

My question is: how to make Trueview become less jerky?

View 9 Replies View Related

AutoCAD 2010 :: Convert Multiple DWG Files To PDF

Jun 28, 2012

I have 100 .dwg files that I need to convert to .pdf file type.For obvious reasons, I do not want to do this one by one.Is there a way to do this, using only AutoCAD 2010?

Simply saying to 'batch plot', use 'publish' or 'change a setting' does not work. I would like to know, step by step, exactly how to do it. If there is not a way to do this, or the way to do it is extremely complex, any Autodesk program that does it or a free program.

View 8 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved