CAD file formats supported by Bentley Systems' MicroStation and Intergraph's Interactive Graphics Design System (IGDS) CAD programs

learn more… | top users | synonyms

2
votes
0answers
55 views

How to identify custom lines in .Dgn file using DgnLib?

I am getting a problem, I can't identify custom lines in .Dgn file. As you know, in Microstation 7, we can assign the style value of lines from 0 to 7. But if lines are customed lines, they always ...
0
votes
0answers
12 views

Arc 10.0 Running Python function CADToGeodatabase() crashes ArcMap/Catalog contd [duplicate]

Possible Duplicate: ArcGIS 10.0 Running Python function CADToGeodatabase() crashes ArcMap/ArcCatalog Sorry, no room to put all this in the coments window - tried putting this in Answer but ...
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 ...
-3
votes
1answer
101 views

Bentley DGN format to Oracle Spatial

Hello did anyone ingested the DGN (all versions) to Oracle Spatial? -Rao.
2
votes
0answers
79 views

Ogr: How to add layer description to dgn?

I have created a dgn-file using Ogr, but can't find a way to fill out the description for this layer programatically. (something like _dgnLayer.Description = "Highways") opts.Add("SEED=" + ...