Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TugboatEng on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Value in Value in Custom Property

Status
Not open for further replies.

Molgan

Mechanical
Joined
Oct 15, 2002
Messages
25
Location
SE
In custom property I want to write: "RD1@Drawing View1@Part1.slddrw". But Part1 can also be expressed as $PRP:"SW-File Name". Is it possible in some way to replace <Part1> with <$PRP:"SW-File Name">?

This doesn't seems to work: "RD1@Drawing View1@$PRP:"SW-File Name".slddrw"

I use SW2009sp2.1
Thanks!
 
You're right. It doesn't work. I haven't found a way to get SW to "nest" these variables/values.

Why are you trying to put the filename in there? "RD1@DrawingView1" evaluates just fine without the "@Part1.slddrw" unless you're actually trying to link a property in one file to a dimension in another.

-handleman, CSWP (The new, easy test)
 
ok, thanks for the answer. I want to make a bom of several RD-values, all with same name in different parts.
 
BTW,

Do you know a way to get a edge length into custom property, without set a dimension. I have very many parts, and just want change it from the Task Scheduler (update custom property)
 
No, nothing has changed in the last two weeks to make it possible to link a line's length to a custom property without a dimension.

Custom property links are also only one-way. Custom property values can be driven by dimension values, but dimensions cannot be driven by custom properties. The only way to change model dimensions based on custom properties is to use an equation. The left-hand side of the "=" sign should be the dimension you want to change. The right-hand side should be the custom property name in quotes.

-handleman, CSWP (The new, easy test)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top