Skip to main content
12-Amethyst
January 21, 2020
Solved

Is there a way to link a parameter to text from sheet format that isn't part of a table?

  • January 21, 2020
  • 3 replies
  • 3224 views

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.

Best answer by MartinHanak

@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 ...

  1. in format file > create a table containing one cell
  2. put &parname into the cell
  3. change size of the cell ... with & height = 0.001
  4. now table is present & borders are "invisible"...

 

3 replies

21-Topaz II
January 21, 2020

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.

23-Emerald IV
January 21, 2020

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...

24-Ruby III
January 22, 2020

@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 ...

  1. in format file > create a table containing one cell
  2. put &parname into the cell
  3. change size of the cell ... with & height = 0.001
  4. now table is present & borders are "invisible"...

 

21-Topaz II
January 22, 2020

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.