This will be fixed in the next v5 beta. It had to do with handle values in the DIMSTYLE table getting modified.
Part of the dimensions support that was new in v4 was reading and writing dimension entities and also
DIMSTYLEs to DXF files. The fix is to make sure not to modify the DIMSTYLEs that are already in place
in the DXF template file before MoI adds any new ones.
When the handle values were updated, it caused some other piece to have an invalid reference to a dimstyle
which then triggers the copy to clipboard problem later on.
Only AutoCAD was affected and not any other programs because only AutoCAD reads in every single little
complex detail ("reactors", viewport setup blocks, dimension arrowhead blocks, etc...) out of a DXF file.
- Michael
|