I would like to link a length property in the configuration properties/description field. For each configuration it will show the appropriate length.
Is it possible to do this?
Thanks
-Scott
I would like to link a length property in the configuration properties/description field. For each configuration it will show the appropriate length.
Is it possible to do this?
Thanks
-Scott
I don't see a way to get any linked information into that field.
What I've always done is create a design table and use
=CONCATENATE(B1, " Inches")
Where the B column contains the dimension I am trying to capture into the Configuration Name.
You can use more fields and string them together however you need.
Mostly we use some custom bolts and I'll capture the bolt length, thread length, bolt diameter, etc.
Let us know if you figure a means to capture that dimension in the Configuration Description field... It would be something to know and maybe I or someone else on the forum may have a use for that functionality.
Charles,
That may work to get it into a custom property, but it doesn't show in the Configuration Property box that Scott M. shows above (at least it didn't seem to work for me, SW 2014 SP5).
I didn't think to create a new configuration to test it... Just used the default...
Thanks for the clarification.
Hey Scott M. , does Charles' solution work?
Hello,
Use a design table to get the description data you're looking for and then create a property in the table (it's $PRP@DESC in the attached).
For this property column, reference the corresponding cell in the DESCRIPTION column.
In your drawing, create a custom property BOM column pointed at DESC.
Cheers,
Kevin
This post might help you out.
Link to Property suffixes, Configuration Description
It is listed as answered, but scroll down to the reply post from Kevin Chandler. This might solve your problem.
I would use a design table like this: