potrero
Mechanical
- Aug 30, 2007
- 516
I know that this has been discussed before in several threads (such as thread561-199292), but I still am having difficulty getting the mass of a component to display correctly in the Parts List of a drawing.
I'd like to be able to use the $MASS attribute available when using the weight in Part->File->Properties->Weight (Update on Save). Following the conventional approach of assigning the attribute <W$=@$MASS> to a column in the Parts List, the result shows up in units of grams, not kg.
I've tried recommendations I've seen in other postings such as:
<W$=@$MASS/1000> which results in a blank (nothing displayed, even after I update the list)
and
<W$=@$MASS>/1000 which results in a strange string composed of the part mass in grams concatenated with what looks to be some form of a part ID and the text "/100".
I've also tried:
<W$=(@$MASS/1000)>
and
<W$=@($MASS/1000)>
and
<W$=@$(MASS/1000)>
all of which result in blank output.
So, any suggestions? Thank you.
I'd like to be able to use the $MASS attribute available when using the weight in Part->File->Properties->Weight (Update on Save). Following the conventional approach of assigning the attribute <W$=@$MASS> to a column in the Parts List, the result shows up in units of grams, not kg.
I've tried recommendations I've seen in other postings such as:
<W$=@$MASS/1000> which results in a blank (nothing displayed, even after I update the list)
and
<W$=@$MASS>/1000 which results in a strange string composed of the part mass in grams concatenated with what looks to be some form of a part ID and the text "/100".
I've also tried:
<W$=(@$MASS/1000)>
and
<W$=@($MASS/1000)>
and
<W$=@$(MASS/1000)>
all of which result in blank output.
So, any suggestions? Thank you.