Optional
progressOptional progress callback for tracking conversion progress
Protected
getProtected
onProtected
parseProtected
processProtected
processProtected
processProtected
processBreaks up the work into smaller chunks that are executed asynchronously. This is often referred to as "batch processing" or "cooperative multitasking," where the time-consuming task is broken into smaller pieces and executed in small intervals to allow the UI to remain responsive.
Optional
progress: AcDbConversionProgressCallbackProtected
processProtected
processProtected
processProtected
processProtected
processProtected
processReads and converts data into an AcDbDatabase.
This method orchestrates the entire conversion process, including parsing, processing various components (fonts, linetypes, styles, etc.), and building the final database.
The input data to convert (string or ArrayBuffer)
The database to populate with converted data
Minimum chunk size for batch processing
Optional
progress: AcDbConversionProgressCallbackOptional progress callback
Promise that resolves when conversion is complete
Database converter for DWG files based on libredwg-web.