- Minimal C++ header-only library to write some types of geometry to IGES
- Standard Library
The entire library is contained in src/smpl_IGES.hpp
, so one only needs to #include
this header.
bspl_to_iges()
- write a B-spline surface to iges by specifying its knots and control polygon (Type 128 IGES)
Unfortunately, no organized documentation document exists yet. However each object is documented thoroughly at its definition.
Have a look at examples/example.cpp
for a simple demonstration of the so-far limited capabilities of this library.
The IGES format for some basic geometries is documented here