dgn2sdo imports circles as lines

Hi,

I have a serious problem which a hope is due my ignorance.

My circles and ellipses  import when I specify IN_GEOM_TYPE=LINE and skips any lines on the same layer.

I've set up a test file containing i circle, i line string and one shape, all on level 63. The import skript has two rows:

%dgn2sdo% IN_FILE="E:\dgn\circle_test.dgn" IN_TYPE=DGN IN_GEOM_TYPE=LINE  IN_LEVEL="Level 63" OUT_GEOM_TABLE=TMP_63_LINE

%dgn2sdo% IN_FILE="E:\dgn\circle_test.dgn" IN_TYPE=DGN IN_GEOM_TYPE=POLYGONS    IN_LEVEL="Level 63" OUT_GEOM_TABLE=TMP_63_POLY

The expected outpout would be: circle and polygon into TMP_63_POLY and line string into TMP_63_LINE

The result is, however, circle into TMP_63_LINE (as polygon), no lines imported, the shape into TMP_63_POLY (correct).

Have I missed something?

All files are attached.

Regards,

Krister

SDOload.zip
Parents
  • Hi Krister,

    the following table describes the corresponding MicroStation element type for geometry type used for DGN type required variable IN_GEOM_TYPE:

    GEOMETRY TYPE MICROSTATION ELEMENT TYPE
    Line

    Lines, LineString, Complex String, Curves, Ellipses (Circle),Arcs, BSpline Curves

    Polygon Complex Shape, Shape
    Point Cell, Shared Cell
    Text Text, Text Node

    Hope that's help!

    Sébastien Lefrançois

    GeoSpatial Product QA


    This is a test

Reply
  • Hi Krister,

    the following table describes the corresponding MicroStation element type for geometry type used for DGN type required variable IN_GEOM_TYPE:

    GEOMETRY TYPE MICROSTATION ELEMENT TYPE
    Line

    Lines, LineString, Complex String, Curves, Ellipses (Circle),Arcs, BSpline Curves

    Polygon Complex Shape, Shape
    Point Cell, Shared Cell
    Text Text, Text Node

    Hope that's help!

    Sébastien Lefrançois

    GeoSpatial Product QA


    This is a test

Children