How useful is Open Asset Import Library in a mechanical CAD context?
Where I can find all supported import and export formats of BRL-CAD, I found this file src\conv\Formats.csv but it look like its not up to date.
Look at the programs (source files) in src/conv.
Nishanth said:
Where I can find all supported import and export formats of BRL-CAD, I found this file src\conv\Formats.csv but it look like its not up to date.
It's not up to date (feel free to update it and submit a pull request!)... Note that we have Asset import library integrated into our latest code too -- see src/libgcv
I'm trying to make gcv command list available conversion formats with Name, extension, support for reading & writing. For that I'm gonna load the plugins and query data from it without creating the database. For that I'm thinking of delaying database creation in gcv_context till gcv_execute
Last updated: Jan 09 2025 at 00:46 UTC