Skip to main content
1-Visitor
September 15, 2015
Question

Creo 2.0 Family table verify Using VB.NET

  • September 15, 2015
  • 1 reply
  • 12657 views

Hi,

I want to verify the family table in the existing part file using VB.NET. Because of some values are updated even if i use regenerate process table not verified.

Please help me if you anyone know the process / idea.

Balaji.S

1 reply

1-Visitor
September 16, 2015

I think it's not possible to verify it through toolkit or VB.Net...You just can get status of instances of family table.

24-Ruby III
September 16, 2015

Ketan,

is it possible to run mapkey, which verifies family table instances ?

Martin Hanak

1-Visitor
September 16, 2015

Not sure...Need to create test plan properly...Simply verification using map key is working fine with below:

mapkey $F2 ~ Command `ProCmdMmFamTab`

mapkey(continued) ~ Activate `ftb_edit_table` `TBVerify`;~ Activate `mdlbrowser` `OK`;\

mapkey(continued) ~ Activate `mdlbrowser` `Cancel`;~ Activate `ftb_edit_table` `OK`;

Note: Family instance in test part on which I checked was having two features one is extrude and one is hole...In first instance, both were visible where as in second one, only extrude was visible.