Page 1 of 1

Is it possible to "Link to Property" to configuration-specific properties?

Posted: Tue Jan 21, 2025 2:58 pm
by Mike Gera
In an .SLDDRW, I'll often use "Link to Property" to dynamically show the weight of the part or assembly in the title block.

Say I have a part with multiple configurations, each with its own weight defined in Configuration Properties (please see below). How would I call those Configuration Properties individually from the .SLDDRW?

Thanks for any replies.

Re: Is it possible to "Link to Property" to configuration-specific properties?

Posted: Tue Jan 21, 2025 3:10 pm
by SPerman
This is what I could find in the help:
Configuration-Specific Properties in Title Block Tables

It isn't clear to me if this is references configurations of the drawing, or of the original part.

Re: Is it possible to "Link to Property" to configuration-specific properties?

Posted: Tue Jan 21, 2025 3:13 pm
by Mike Gera
SPerman wrote: Tue Jan 21, 2025 3:10 pm This is what I could find in the help:
Configuration-Specific Properties in Title Block Tables

It isn't clear to me if this is references configurations of the drawing, or of the original part.
The original part.

Thanks.

Re: Is it possible to "Link to Property" to configuration-specific properties?

Posted: Tue Jan 21, 2025 3:26 pm
by DanPihlaja
At the part level, make sure that you have your weights set up in the "Configurations Properties tab":
image.png
Then, at your drawing level, create at least one view with each configuration in it:
image.png
Then you can insert a note into each view:
image.png
Then, inside the Link to property, make sure your settings are like this:
image.png
Then you can copy and paste that same note into each view (make sure that you "activate" the view before you paste so that the note is "inside" the view).
image.png
Edit: The actual syntax for inserting the property (which you don't really need if you use the above steps, but in case you wanted to see it):
image.png

Re: Is it possible to "Link to Property" to configuration-specific properties?

Posted: Tue Jan 21, 2025 3:50 pm
by Mike Gera
DanPihlaja wrote: Tue Jan 21, 2025 3:26 pm At the part level, make sure that you have your weights set up in the "Configurations Properties tab":
image.png

Then, at your drawing level, create at least one view with each configuration in it:
image.png

Then you can insert a note into each view:
image.png

Then, inside the Link to property, make sure your settings are like this:
image.png

Then you can copy and paste that same note into each view (make sure that you "activate" the view before you paste so that the note is "inside" the view).

image.png

Edit: The actual syntax for inserting the property (which you don't really need if you use the above steps, but in case you wanted to see it):
image.png
Thanks. I was hoping to avoid having each configuration in my drawing, though.

The particular part in question is a weldment that has a 6" OD tube that can be cut to various lengths. I have an "L" dimension and a table that defines it for different part numbers. For the dimensioned drawing, I chose the shortest length to work with.

Hope that makes sense.

Re: Is it possible to "Link to Property" to configuration-specific properties?

Posted: Tue Jan 21, 2025 7:22 pm
by jcapriotti
Mike Gera wrote: Tue Jan 21, 2025 3:50 pm Thanks. I was hoping to avoid having each configuration in my drawing, though.

The particular part in question is a weldment that has a 6" OD tube that can be cut to various lengths. I have an "L" dimension and a table that defines it for different part numbers. For the dimensioned drawing, I chose the shortest length to work with.

Hope that makes sense.
Wish there was a way to insert a "Configuration" table that are similar to BOM/Weldment tables. Only option is to create an Excel Design table and insert it. Usually too much work formatting and hiding the syntax rows and columns you don't want to see IMO.

Re: Is it possible to "Link to Property" to configuration-specific properties?

Posted: Wed Jan 22, 2025 8:24 am
by DanPihlaja
jcapriotti wrote: Tue Jan 21, 2025 7:22 pm Wish there was a way to insert a "Configuration" table that are similar to BOM/Weldment tables. Only option is to create an Excel Design table and insert it. Usually too much work formatting and hiding the syntax rows and columns you don't want to see IMO.
Agreed. Design table can do it. But it looks horrible and and is a giant pain to get it to look right.

Basically it is just a screen shot of whatever your design table looks like the last time you edited it at the part level. Complete with all the stupid little symbols that excel shows in the top left corner of each cell.

In my opinion is it WAY more work trying to get your excel design table to look right on the drawing than it is to simply add views of each of your configs, add a note to each view, then move the views off the sheet but drag your notes back onto the sheet in a defined order.

Maybe there is a better way.

Re: Is it possible to "Link to Property" to configuration-specific properties?

Posted: Wed Jan 22, 2025 8:39 am
by Mike Gera
Thanks for the replies. I guess I feel better knowing that there indeed isn't a way to do it.

I am a bit surprised that there's no "$ operator" string that would work.

Re: Is it possible to "Link to Property" to configuration-specific properties?

Posted: Wed Jan 22, 2025 11:07 am
by DanPihlaja
Mike Gera wrote: Wed Jan 22, 2025 8:39 am Thanks for the replies. I guess I feel better knowing that there indeed isn't a way to do it.

I am a bit surprised that there's no "$ operator" string that would work.
Well. There is actually. But it requires some work from you.


In your properties summary, you have these:
image.png
If you create separate custom properties for each of the configurations, then copy and paste the text from each of the "properties summary" tab line items, then you can make it work:
image.png
Then, at your drawing level, you can link to each of the custom properties.:
image.png
image.png
So, it isn't great, but its doable.

Re: Is it possible to "Link to Property" to configuration-specific properties?

Posted: Wed Jan 22, 2025 2:20 pm
by Glenn Schroeder
I'm not at all sure I followed what you're trying to do, so this may or may not help, but you can have Part custom properties and configuration properties with the same name. When referencing the property in the Drawing it will use the Part property, but it there's a configuration property with the same name it will reference that instead.

Re: Is it possible to "Link to Property" to configuration-specific properties?

Posted: Wed Jan 22, 2025 8:35 pm
by Mike Gera
DanPihlaja wrote: Wed Jan 22, 2025 11:07 am Well. There is actually. But it required some work from you.


In your properties summary, you have these:
image.png

If you create separate custom properties for each of the configurations, then copy and paste the text from each of the "properties summary" tab line items, then you can make it work:
image.png

Then, at your drawing level, you can link to each of the custom properties.:
image.png

image.png

So, it isn't great, but its doable.
Dan, that's a great workaround. And it's not too bad at all.

Thanks!

(Hopefully, if someone from Dassault is watching, this can be done a little better in the future.)

Re: Is it possible to "Link to Property" to configuration-specific properties?

Posted: Thu Jan 23, 2025 2:43 pm
by DanPihlaja
Mike Gera wrote: Wed Jan 22, 2025 8:35 pm Dan, that's a great workaround. And it's not too bad at all.

Thanks!

(Hopefully, if someone from Dassault is watching, this can be done a little better in the future.)
No Problem. Glad I could help. UU

Re: Is it possible to "Link to Property" to configuration-specific properties?

Posted: Thu Jan 23, 2025 3:56 pm
by josh
It's actually not so bad to format a design table to be "pretty" for a drawing... See my post at:

https://r1132100503382-eu1-3dswym.3dexp ... C1kL-Hl2yg