jmarkus
Mechanical
- Jul 11, 2001
- 377
I've seen this thread from 2013 which tries to answer ways to get the weight from components in an assembly.
Now I see that the weight can be reported out as a column in the assembly navigator, so I have assumed there is a simple component property that I can query in an NX Journal. However, I can't figure out what that would be.
Am I out to lunch, or is this possible? Note, I tried:
But I just get the error that "Expression does not produce a value".
Thanks in advance,
Jeff
Now I see that the weight can be reported out as a column in the assembly navigator, so I have assumed there is a simple component property that I can query in an NX Journal. However, I can't figure out what that would be.
Am I out to lunch, or is this possible? Note, I tried:
Code:
CPTMASS=ufs.weight.askprops(c.tag,units,weight)
But I just get the error that "Expression does not produce a value".
Thanks in advance,
Jeff