kienerj / pycdxml

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

Add Type for CurveType #10

Closed kienerj closed 2 years ago

kienerj commented 2 years ago

Add a type for CurveType. it is a bit-encoded property.

kienerj commented 2 years ago

no action needed as it indeed is a bit-encoded property but in this case cdxml simply contains the integer value of the options and not a space separated list of options. hence using int type works.