UNPKG

@mlightcad/libdxfrw-converter

Version:

The `libdxfrw-converter` package provides a DWG file converter for the RealDWG-Web ecosystem, enabling reading and conversion of DWG files into the AutoCAD-like drawing database structure. It is based on the [libdxfrw](https://github.com/LibreDWG/libdxfrw

23 lines 711 B
import { AcDbEntity } from '@mlightcad/data-model'; import { DRW_Entity } from '@mlightcad/libdxfrw-web'; export declare class AcDbEntityConverter { convert(entity: DRW_Entity): AcDbEntity | null; private createEntity; private convertArc; private convertCirle; private convertEllipse; private convertBlockReference; private convertHatch; private convertLine; private convertMText; private convertPoint; private convertPolyline; private convertRay; private convertSpline; private convertText; private convertXline; private processCommonAttrs; private toNumberArray; private toPointArray; } //# sourceMappingURL=AcDbEntitiyConverter.d.ts.map