Continue to Site

Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

  • Congratulations GregLocock on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

KF expression list for mw_smart_screw.dfa

Status
Not open for further replies.

marcin0110a

Computer
Mar 24, 2010
40
Hello,
I have problem with KF.
Original NX DFA mw_smart screw: …Siemens\NX2007\TOOLING_BASE\dfa give KF_LENGHT to expression. I need one additional KF_LENGHT_LIST. I tried many of formula but always have error. I’m not expert in KF. If for someone is not problem for create code I will be grateful.
Original code is:
# Update KF expression which update screw model
(Child) KF_LENGTH:
{
Class; ug_expression;
value; @{ write_part_attribute:(find_len:);
find_len:;
};
};
My additional code:
# Update KF expression which update screw model
(Child) KF_LENGTH_LIST:
{
Class; ug_expression;
value; @{ write_part_attribute:( length_list:);
length_list:;
};
};
Marcin
 
Replies continue below

Recommended for you

Hello,
I found a solution.
I was in a bad class

Class, ug_expression_list;
Name, "kf_list";
Value, (length_list:);
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor