https://github.com/autodesk/iga-saveload
https://github.com/autodesk/iga-saveload
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/autodesk/iga-saveload
- Owner: Autodesk
- License: apache-2.0
- Created: 2020-06-10T16:43:25.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-11-20T17:38:14.000Z (over 4 years ago)
- Last Synced: 2025-03-29T10:51:21.682Z (3 months ago)
- Language: C++
- Size: 1.88 MB
- Stars: 6
- Watchers: 7
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.txt
- License: LICENSE.txt
Awesome Lists containing this project
README
# IGA-saveload
This is a C++ library to help you import and export IGA (IsoGeometric Analysis) files.To use this library, add the 'include' directory to your include paths, and add all of the files in the 'src' directory to your project.
A simple test application is included; you can find it in test/main.cpp. The CMakeLists.txt included with this repository will build that test application. It demonstrates how to read and write IGA data, and can be used to verify whether a particular IGA file is valid.
For information about the license agreement, please read LICENSE.txt. For information about contributing changes to this project, please see CONTRIBUTING.txt.