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): stringsheetsToDxf
function
sheetsToDxf(sheets: SheetSetEntry[], options?: DxfExportOptions): string