ObjectDBX server?
Is it possible to get access from BricsCAD to drawing files through an ObjectDbx server? Similiar as in AutoCAD with
(vla-GetInterfaceObject (vlax-get-acad-object) "ObjectDBX.AxDbDocument.nn")
Comments
-
I was wondering about that myself!
Would be nice, if some person who knows would comment on that topic. Thanks.
0 -
Hello, All,
the ObjectDBX COM interface is currently not available. But it should be possible to create a drawing database and load a dwg file into it, and then to access information from that database.
Many greetings, Torsten
0 -
Thank you, Torsten, for your help.
One more thing though:
I know how to use ObjectDBX in AutoCAD with the "getInterfaceObject"-command.
But how exactly do I "create a drawing database and load a dwg file into it, and then to access information from that database" in BricsCAD?Thanks.
0 -
Somthing new to say about 'opening drawing databases in background via Lisp-API'?
Are there best practises anyone you can recommend?
0