Skip to main content
13-Aquamarine
May 2, 2022
Question

How to Redefine Hole

  • May 2, 2022
  • 1 reply
  • 1309 views

Hi ,

 

I want to redefine the hole feature , for this I extract the element Tree and try to add element of standard hole parameter like Hole Series and Hole Size in same , But it is nor working Can you help me to resolve the issue .

 

Thanks & Regards,

Kunal Bidkar

1 reply

May 6, 2022
  • manually redefine a hole feature and output its elemtree to XML,
  • modify elemtree of another hole feature and output the modified elemtree into XML,
  • compare two XML files...
13-Aquamarine
May 9, 2022

Does we need to create complete tree for redefining the hole feature ?

 

Thanks & Regards,

KB

May 9, 2022

take a look at UgMfgWcellCreate.c in protk_appls directory.

It shows a workflow for the feature redefinition process:

FV_2-1652114097350.png

 

HIH