pyvista / pyiges

Python IGES Reader
https://pyvista.github.io/pyiges/
MIT License
33 stars 8 forks source link

Status number parsing for entities #11

Closed robertoost closed 3 years ago

robertoost commented 3 years ago

From this article about the IGES specification http://www.learnicem.com/iges-format.html

D-section Line 1, Field 9: Status. 4x2-digit values to form 8-digit number, no spaces.

These changes prevent a casting error for status numbers that have spaces in them.

akaszynski commented 3 years ago

Really sorry that I've not taken a look at this. Been busy with 100s of other projects...