How to trigger partname of sub - assembly file from postprocessor
How to trigger partname of sub - assembly file from postprocessor
(OP)
I have Assembly file, in that there is sub assembly, i want to output subassembly part file details
I tried with variable mom_part_name, but it gives MAIN_ASSEMBLY as partname. how to take PART_NAME_XXXXXXXX output
Example :
MAIN_ASSEMBLY
|
SUB_ASSEMBLY
|
PART_NAME_XXXXXXXX ( This name should come in DNC file)
Thanks
I tried with variable mom_part_name, but it gives MAIN_ASSEMBLY as partname. how to take PART_NAME_XXXXXXXX output
Example :
MAIN_ASSEMBLY
|
SUB_ASSEMBLY
|
PART_NAME_XXXXXXXX ( This name should come in DNC file)
Thanks





RE: How to trigger partname of sub - assembly file from postprocessor
RE: How to trigger partname of sub - assembly file from postprocessor
How to fetch the information (In tcl)from word file and print in DNC file.