Import an IGES file from a Blob.
A Blob or File containing IGES data (.iges / .igs).
A Result wrapping the imported shape, or an error if parsing fails.
Result
The temporary file on the WASM FS is cleaned up automatically.
const shape = unwrap(await importIGES(igesBlob)); Copy
const shape = unwrap(await importIGES(igesBlob));
Import an IGES file from a Blob.