SIemens NX Post: WORKPIECE dimensions
SIemens NX Post: WORKPIECE dimensions
(OP)
Is it possible to get dimensions of the blank part with common MOM functions/vars?
INTELLIGENT WORK FORUMS
FOR ENGINEERING PROFESSIONALS Come Join Us!Are you an
Engineering professional? Join Eng-Tips Forums!
*Eng-Tips's functionality depends on members receiving e-mail. By joining you are opting in to receive e-mail. Posting GuidelinesJobs |
SIemens NX Post: WORKPIECE dimensions
|
RE: SIemens NX Post: WORKPIECE dimensions
set blank_xlen "[MOM_ask_ess_exp_value blank_x]"
John Joyce
N.C. Programming Supervisor
Barnes Aerospace, Windsor CT
NX6.0.5.3
RE: SIemens NX Post: WORKPIECE dimensions
RE: SIemens NX Post: WORKPIECE dimensions
RE: SIemens NX Post: WORKPIECE dimensions
Yes there is a list of expressions - Tools - Expressions or Information - Expressions.
The post needs to know what the names of the expressions are before you can get the values. A more elaborate method would be to create a UDE where you can input the expression names and then output the values in the post. Either way you will still need to know the expression name. yes it's a bit tricky.
John Joyce
N.C. Programming Supervisor
Barnes Aerospace, Windsor CT
NX6.0.5.3