Our 3D CAD supplier models have been moved to 3Dfindit.com, the new visual search engine for 3D CAD, CAE & BIM models.
You can log in there with your existing account of this site.
The content remains free of charge.
2.3.5.3.
Attribute mapping in Inventor
2.3.5.3.2. Block
[CadDocumentAttributes] - Transfer user defined attributes
|
|
---|---|
Prev | Next |
In order to export extra attributes in Inventor on the "user-defined" tabbed page, do the following
#:VISFGUI;1 [CadDocumentAttributes] Extra=?GetObject("iface.calcnameservice").start(0).Format("<ATTR(LINA)>").value()
In this example, the key "Extra" is applied and will export the attribute "LINA" (BOM-list).
Optionally you can also define the language of the attribute.
#:VISFGUI;1
[CadDocumentAttributes]
Extra=?GetObject("iface.calcnameservice").start(0).Format
("<ATTR(english,LINA)>").value()
Save the changes and open PARTadmin.
In addition, you now have the tabbed page (or block) "CadDocumentAttributes" with the "Extra" attribute available.
Results located in Inventor under iProperties on the "User defined" tabbed page.