# pyIGES **Repository Path**: mirrors_lepy/pyIGES ## Basic Information - **Project Name**: pyIGES - **Description**: IGES geometry system implemented in python - **Primary Language**: Unknown - **License**: AFL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-25 - **Last Updated**: 2025-07-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README pyIGES ======= IGES geometry system implemented in python. This is part of a larger project for my capstone project for `Mechanical Engineering` so heads up, it's no masterpiece of code. No great disposition on how to use this library (yet), however have a look at the examples and that should hopefully give an idea of how things are done. All the geometry items that have currently been implemented can be found in IGESGeomLib.py Further, as this library is being developed it hasn't been tested as to work with other cad programs beyond an IGES viewer program. Work needs to be done to ensure that it plays nicely with whatever program the IGES files are being imported to. Finally note, IGES in this case is being used for surface modeling - I'm unaware of programs that properly support the IGES constructive solid geometry items beyond b-rep geometry. Depends On =========== There are few dependencies in this library, these are - Python 3.3.x (latest, x64) - `Numpy (latest, preferably with MKL) `_ - `SciPy (latest, preferably with MKL) `_ The numpy and scipy packages are used in conjunction with the 'demo' geometry library.