Io - IGES
API reference — the IGES doors of @huukhanhnguyen/io: readers, writers and their option / result types, all on this page.
import { readIges, writeIges } from '@huukhanhnguyen/io'Source: ./iges. See all formats or the Guide.
API reference
Signatures are generated from the live package .d.ts - not hand-written.
MAX_IGES_ENTITIES
const
const MAX_IGES_ENTITIES = 5000000parseIgesEntities
function
parseIgesEntities(content: string, maxEntities?: number): IgesEntity[]readIges
function
readIges(content: string, maxEntities?: number): stringwriteIges
function
writeIges(handle: string): string