How to "put" CONFIG "name" into Value / Text Expression
How to "put" CONFIG "name" into Value / Text Expression
(OP)
This is probably very easy for the pros of this forum, but not for me, so please explain like for a dummy:
Configuration Specific: This Configuration (150)
Property Name |Type |Value / Text Expression |Evaluated Val
------------------|------|----------------------------|-------------
Frank |Text | | is 150 cm
Configuration Specific: This Configuration (160)
Property Name |Type |Value / Text Expression |Evaluated Val
------------------|------|----------------------------|-------------
Frank |Text | | is 160 cm
Solid Model has two configurations: 150 and 160
Question 1: Is it possible, and if so how, to write "something" into Value / Text Epression that I would get the Evaluated Values on the dwgs as shown ?
Configuration Specific: This Configuration (150)
Property Name |Type |Value / Text Expression |Evaluated Val
------------------|------|----------------------------|-------------
Frank |Text | | is 150 cm
Configuration Specific: This Configuration (160)
Property Name |Type |Value / Text Expression |Evaluated Val
------------------|------|----------------------------|-------------
Frank |Text | | is 160 cm
Solid Model has two configurations: 150 and 160
Question 1: Is it possible, and if so how, to write "something" into Value / Text Epression that I would get the Evaluated Values on the dwgs as shown ?






RE: How to "put" CONFIG "name" into Value / Text Expression
Example: the length of extrude1 is 150 cm. That dimension is listed in the design table. You then have a custom property called length. The length cell will be set equal to the cell that contains the value of extrude1. You will also set the config name cell equal to the value of extrude1.
With this method you could quickly create hundreds of configs all with different lengths and all the properties would update accordingly.
Do a search here for design table and also in the SW help. You will find enough information to get yourself started.
-Shaggy
RE: How to "put" CONFIG "name" into Value / Text Expression
Once you have that, you will see how the DT is populated & will be able to add other configs very easily by copying from the original configs.
To make life even simpler, you should rename the driving dimensions to something recognizable (Overall Length, Recess Depth, etc) so that the fields in the DT make more sense. (rather than D1@Sketch1)
Helpful SW websites every user should be aware of FAQ559-520
How to get answers to your SW questions FAQ559-1091
RE: How to "put" CONFIG "name" into Value / Text Expression
CODE
That is for config names. If you want to link it to a property named length that updates when you change the length: for your value enter "is", double-click a dimension, then add "c.m." at the end (no quotation marks on that one. It would look something like is "D1@Sketch1@@1@1933-03P.SLDPRT" cm. Then make a column for Length in the BOM.
Flores
SW 2005 SP 4.0