Community Tip - Stay updated on what is happening on the PTC Community by subscribing to PTC Community Announcements. X
I'm trying to update our sheet format to have values in a note that are driven from the part parameter. The only way I've found to do this is having the parameter string in a table such as when setting up a title block.
For example, if I want the description from the part to show on the drawing in a spot other than the title block, I have to have the &description in a table and that would be driven by the Description in the part. Can I do this without using a table? When I use a note, it just reads the string name entered in the sheet format and doesn't change to any value that I assign in the part.
Solved! Go to Solution.
@BriGuy wrote:
I'm trying to update our sheet format to have values in a note that are driven from the part parameter. The only way I've found to do this is having the parameter string in a table such as when setting up a title block.
For example, if I want the description from the part to show on the drawing in a spot other than the title block, I have to have the &description in a table and that would be driven by the Description in the part. Can I do this without using a table? When I use a note, it just reads the string name entered in the sheet format and doesn't change to any value that I assign in the part.
Hi,
you can use following procedure ...
I didn't know this was the case. Kind of annoying.
I thought you might be able to put in a table then blank all the lines in it, but that doesn't work, either. You can't blank the outer border lines of a table, or alter its lines in any way, at least that's how it seems in Creo 4. Format definition, like many aspects of the drawing area of Creo, is really very archaic and has worked pretty much the same for many years.
It helps to remember that format notes live in the format while format tables are actually copied from the format to the drawing when the format is applied (or reapplied). The notes in the format can only "see" the format itself. They cannot see or access model information from the drawing. Tables on the other hand can access model parameters and other information from the drawing since they exist in the drawing. Hopefully that makes sense...
@BriGuy wrote:
I'm trying to update our sheet format to have values in a note that are driven from the part parameter. The only way I've found to do this is having the parameter string in a table such as when setting up a title block.
For example, if I want the description from the part to show on the drawing in a spot other than the title block, I have to have the &description in a table and that would be driven by the Description in the part. Can I do this without using a table? When I use a note, it just reads the string name entered in the sheet format and doesn't change to any value that I assign in the part.
Hi,
you can use following procedure ...
That is a nice trick. I would have thought that reducing the height of the table would have made the whole table invisible, just gone and impossible to click on. Cool.
Thanks for the tip Martin. I never would have thought of trying that.