Stream: brlcad

Topic: libgcv


view this post on Zulip Nishanth (Mar 30 2023 at 12:41):

How useful is Open Asset Import Library in a mechanical CAD context?

view this post on Zulip Nishanth (Mar 30 2023 at 16:42):

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.

view this post on Zulip Daniel Rossberg (Mar 30 2023 at 16:49):

Look at the programs (source files) in src/conv.

view this post on Zulip Sean (Mar 31 2023 at 04:47):

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

view this post on Zulip Nishanth (Apr 16 2023 at 08:34):

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: Oct 09 2024 at 00:44 UTC