Offline Export with direct insert or small interface with only export functionality. A full interface is not currently available.[201]
Added direct insert of 3D models to MicroStation (rev. 108428). Done via DWG due to both Teigha and MicroStation APIs lacking many key functions for 3D DGN.
Expanded interface functionality:
Added an option to select MicroStation direct insert behavior:
The relevant ifdwgdirect.cfg option is "UI_PlaceIntoActiveMicroStationSession".
When the option is enabled, the "attach reference" dialog will be called in the active MicroStation session, allowing the user to choose the necessary placement options.
Custom attributes can now be used to populate DWG file attributes.
Add them to the CadDocumentAttributes section of the ifdwgdirect.cfg file and they will be assigned during export.
For example, the following line will populate the "title" file attribute with the model's standard designation (NB).
TITLE=?GetObject("iface.calcnameservice").start(0).Format("<ATTR(NB)>").alnum("_").value()

![[Note]](https://webapi.partcommunity.com/service/help/latest/pages/it/installation_ecatalogsolutions/doc/images/note.png)