Skip to content
Shapemetry

Io - DXF

API reference — the DXF doors of @huukhanhnguyen/io: readers, writers and their option / result types, all on this page.

import { entitiesFromDxf, entitiesToDxf } from '@huukhanhnguyen/io'

Source: ./dxf. See all formats or the Guide.

API reference

Signatures are generated from the live package .d.ts - not hand-written.

entitiesFromDxf

function

entitiesFromDxf(content: string): Entity[]

entitiesToDxf

function

entitiesToDxf(entities: Entity[], options?: DxfExportOptions): string

sheetsToDxf

function

sheetsToDxf(sheets: SheetSetEntry[], options?: DxfExportOptions): string
Last updated: 📖 1 min readEdit on GitHub