A CAD software package developed by Bentley.
2
votes
7answers
2k views
How to convert from dgn to shp or dwg files?
I am a frequent recipient of microstation dgn files and don't like it because I don't have software to convert it to autocad. I do have ARCVIEW, but I can't edit the files. I have tried other open ...
2
votes
1answer
22 views
About Spatial Adjusment ArcMap 10.0
I have a converted data (from Microstation) on ArcGIS. It has e gaps in the whole line. So ı want to snap this lines using Spatial Adjusment. I've added some control points but arcmap didn't fix them. ...
2
votes
1answer
229 views
Problem with convert georeferenced jpg to geotiff
I'm beginner with GIS tools. I have jpg file with GPS data and I need reference this file to Microstation as georeferrenced raster.
I tried use function Raster -> Conversion -> Translate with defined ...
1
vote
1answer
646 views
How to export Symbology from ArcGIS to Microstation or QGIS?
I am using ArcGIS 10.1 and trying to figure out how to export my symbols of elements in ArcGIS to CAD or QGis readable format.
Problem is, that I can only export symbology to Style, or export map to ...
0
votes
1answer
78 views
ArcGIS 10.0 Running Python function CADToGeodatabase() crashes ArcMap/ArcCatalog
My code:
import arcpy, csv
from arcpy import env
dgnfile = str(arcpy.GetParameterAsText(0))
outFeatureClass = str(arcpy.GetParameterAsText(1)) #the fc in my fgdb template to be ...
0
votes
0answers
6 views
Using rsc file when publishing dgn files with Bentley Geo Web Publisher
Is it possible, and if so how, to reference a .rsc file when publishing dgn files (as automated iDPR). The .rsc file have the custom symbols defined within them. As it is now the symbols are displayed ...
0
votes
0answers
17 views
Program to read Microstation CRS definition file (.dty)?
Are the other programs/tools (beside MicroStation) that can read MicroStation coordinate system definitions stored in .dty files? It seems to be a binary only storage format and I can't decipher it ...