<IBOMSendToCADFactory>
Section:
Options
Required:
No
Value type:
Fully qualified Java class name
Default:
com.osm.datamgmt.actionmenu.BOMSendToCADFactory
Product:
Creo Elements/Direct Model Manager, Creo Elements/Direct Drawing Manager
Description
The BOM Editor's Send to menu allows you to send or export a BOM in several formats, including
HTML
MS Excel
CSV
Annotation
Drafting
Modeling
You can create a custom class to add or remove items from this menu, and register it using <IBOMSendToCADFactory> in your custom xml file.
Example
If you create the com.acme.datamgmt.actionmenu.acmeBOMFactory class to customize the menu, register it using:
<IBOMSendToCADFactory>com.acme.datamgmt.actionmenu.acmeBOMFactory</IBOMSendToCADFactory>
Was this helpful?