Skip to content

Future issue with IxMilia, resolved nasty by MagicNumber #22

@westwinnd

Description

@westwinnd

After resolving problem with handling LWPolys, after I succesuffly exported result of nesting to DXF, AutoCAD won't opened it, cause of wrong entity tables.

I solved it by saving one polyline on Layer 0 to DXF2010 dxf in ACAD, and manualy comparing tables, which get me to conclusion mentioned in IxMilia, that AutoCAD won't always accept its output.

MagicSolution:

390
0
  0
LAYER
  5
0
330
0
100
AcDbSymbolTableRecord
100
AcDbLayerTableRecord
  2
Plate H1510 W3010

In output DXF file, in line 1332, which follows "300" entry
, "0" must be replaced by "261".
It works for now, cause I didn't checked if IxMilia creates Layers for each type of sheet.
Maybe problem is in sheet export procedure? I will check it when I reinstall my IDE again.

2024-07-18_westwinnd_output.zip

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions