Hi Pior, the way it works is if UseSimpleEntities=y (which is the default), then if a curve is a line, circle, arc, or polyline it will be written as a LINE, CIRCLE, ARC, or POLYLINE entity type in the generated DXF file.
If it does not get written as one of those specific entity types (either because UseSimpleEntities=n or if it is not a line, circle, arc, or polyline) then it will be processed as a general curve and will use the processing specified in the dialog for "Write curves as", either writing a SPLINE entity or converting it to lines and writing a POLYLINE entity.
> I am still a bit confused by the DXF export dialog though - shouldn't the DXF export be made
> of polylines if the user choses so in the export options, regardless of the state of
> UseSimpleEntities(y/n) in the .ini ?
No, because if it worked like that then UseSimpleEntities would not do anything and there wouldn't be any way to write LINE, CIRCLE, or ARC entities.
If you want everything to be written as polylines, then set UseSimpleEntities=n in moi.ini and you should not get any LINE, CIRCLE, or ARC entities being written anymore.
- Michael
|