Oct 6, 2018 #1 JavadM Mechanical Joined Apr 29, 2008 Messages 119 Location US hi friends I created a customized part list. it includes a mass column. the unit of mass is "gram" how can i set it to show mass in "kilogram" or something else? best wishes Javad NX 12
hi friends I created a customized part list. it includes a mass column. the unit of mass is "gram" how can i set it to show mass in "kilogram" or something else? best wishes Javad NX 12
Oct 7, 2018 2 #2 Tuw Mechanical Joined Apr 6, 2014 Messages 156 Location MY Hi JavadM, For NX12, the default output from $mass attribute in Part Lists is in "gram". To change to Kilogram, we can scale the values using steps below: 1. Go to the Settings tab of the column. Go to Cell tab, check Evaluate Cell as Formula, and set Decimal Places as you preferred. 2. Go to Column tab. Input extra text into the Default Text, the final text is <W$=@$MASS>*0.001 3. Update your part list to see the differences.. Hope this helps. Tuw Upvote 0 Downvote
Hi JavadM, For NX12, the default output from $mass attribute in Part Lists is in "gram". To change to Kilogram, we can scale the values using steps below: 1. Go to the Settings tab of the column. Go to Cell tab, check Evaluate Cell as Formula, and set Decimal Places as you preferred. 2. Go to Column tab. Input extra text into the Default Text, the final text is <W$=@$MASS>*0.001 3. Update your part list to see the differences.. Hope this helps. Tuw
Oct 8, 2018 Thread starter #3 JavadM Mechanical Joined Apr 29, 2008 Messages 119 Location US Hi Tuw thanks for response. i was looking for an option about units. but your method just works fine. best regards javad Upvote 0 Downvote
Hi Tuw thanks for response. i was looking for an option about units. but your method just works fine. best regards javad