Product : Converter, Version : 4.0.1.1019, ArticleID : 41019112

Bug : Saving XProperties in DWG/DXF

Article41019112
TypeBug
ProductConverter
Version4.0.1.1019
Date Added5/10/2003
FixedYes [5/10/2003]
Submitted by
Keywords

Subject

Saving XProperties in DWG/DXF

Summary

XProperties in DWG/DXF format have limited size 16Kbytes long.

When the XProperties size is bigger than 16kbytes then the drawing is not saved properly.

Solution

It is fixed in 4.0.2.1020. VectorDraw saves only the first 16Kbytes of XProperties.

For example one XProperties of type XD_REAL it allocates 16Bytes, one XD_INT 10 Bytes, and a XD_STRING 8Bytes plus the number of the characters in Bytes.