DXF Export

 From:  Michael Gibson
9418.8 In reply to 9418.7 
Hi Miquik,

re:
> I would like to avoid this, why dxf exporter could not simply use "object name" as layer in export procedure?

Layers in DXF match more closely to Styles in MoI than they do to object names. Layers in DXF have a name and a color associated with them. Styles in MoI also have a name and color associated with them while object names have only a name and no color.

So that's why MoI's DXF exporter is focused on transferring styles as a layers in the DXF output.

- Michael