pyvista / pyiges

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

Support IGES files with D as exponent in numbers #13

Closed TormodLandet closed 3 years ago

TormodLandet commented 3 years ago

Some 3D software both reads and writes IGES files where numbers such as 0.0D0 are present (example Rhino, NAPA etc)

This pull request add supports for reading these files. It solves my problem, it may solve issue #8