Part/EBOM creation using tcl script
Description:
User may require to create large assembly with connected object for testing purpose. This tcl script will help to achieve this
How to run:
Save the file into c:/temp
Read the comments in the script and modify as required. The example creates 3 parts. So test the script first and then run for larger structure.
open mql and run following commands:
set context user creator;
run c:/temp/EbomCreate.tcl;
What to modify in the script:
Modify the Root Object Type, Name, Revision. Root object must exists in database
Modify the number of Child Parts required.
Here you will get 2 new child parts getting created for {set i 7} {$i < 9} {incr i} {. You can modify the value to create larger assembly.
TECHNIA CONFIDENTIAL