<BomBuilder>
Section:
<BillOfMaterials>
Required:
No
Value type:
Fully qualified Java class name
Default:
See description
Product:
Creo Elements/Direct Model Manager, Creo Elements/Direct Drawing Manager
Description
The <BomBuilder> tag contains a fully-qualified Java class and must be enclosed within the <BillOfMaterial> section. When this tag is added in the custom.xml file, the Java class mentioned within the <BomBuilder> is executed.
Example
This example shows a valid configuration for the tag:
<BillOfMaterials>
<BomBuilder>com.acme.biz.KMBomBuilder</BomBuilder>
</BillOfMaterials>
Was this helpful?