kienerj / pycdxml

Tools to automatically convert and proccess cdx and cdxml files in python
GNU General Public License v3.0
35 stars 5 forks source link

Add support for missing property 'CurvePoints' #3

Closed kienerj closed 2 years ago

kienerj commented 2 years ago

Property 'CurvePoints' used in Bézier curves need an implementation

The documentation can be found here:

This data type consists of a series of CDXCoordinates values.

In CDX files, this data type is prefixed by an additional UINT16 value indicating the total number of CDXCoordinates to follow.

Examples: CDX: | 02 00 01 00 00 00 02 00 00 00 03 00 00 00 04 00 00 00 -- | -- CDXML: | "1 2 3 4"

kienerj commented 2 years ago

fixed by b4af7e8152ff509e7d00640d88ccb0cd560eff78