Skip to content
Shapemetry

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 = 5000000

parseIgesEntities

function

parseIgesEntities(content: string, maxEntities?: number): IgesEntity[]

readIges

function

readIges(content: string, maxEntities?: number): string

writeIges

function

writeIges(handle: string): string
Last updated: 📖 1 min readEdit on GitHub