Message 1 of 8
export Aecc objects in objectDBX opened mode
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I need to extract AECC objects from a DWG opening in a ObjectDBX mode, and import them in the current DWG
I can't using vla-copyobjects
(setq retObject
(vla-copyobjects
odbx
objCollection
(vla-get-modelspace (vla-get-database Cur_acadDoc))
)
)
neither with vla-Wblock methods
(vla-Wblock odbx "G:/example.dwg" gr2export)
gr2export is the ssget of AECC from odbx dwg opened
Can anybody let me know how to do this.
Thanks in advance