Skip to main content
12-Amethyst
May 11, 2023
Solved

Parameter value in 3D Note

  • May 11, 2023
  • 2 replies
  • 3144 views

Using Creo 9 and Windchill 12.0.2.7. 

I use linenumbers from Windchill that feed my drawingtable. No issues.

Now I want to add a note, in my assembly, that reads the linenumber value. So sessionID gets involved.

So I am struggling with FID_N and SessionID but I cannot get it to work.

it works fine to read component parameter, but since a linenumber is an upstream assembly featire, I cannot get the correct the linenumber in my note. See .png attached.

Is this possible?

 

Best answer by Rubio74

That did the job, I was fully focussed on session_id.

Thanks!

2 replies

19-Tanzanite
May 11, 2023

If LINENUMBER is a component parameter, then having the blue text in your model note should render the result shown:

pausob_0-1683816940366.png

 

Rubio7412-AmethystAuthorAnswer
12-Amethyst
May 12, 2023

That did the job, I was fully focussed on session_id.

Thanks!

24-Ruby III
May 12, 2023

Hi,

according to  https://www.ptc.com/en/support/article/CS133915  article, you can use:

&PARAMNAME:att_mdl ... to display model parameter in note attached to model

&PARAMNAME:att_cmp ... to display component parameter in note attached to model

Rubio7412-AmethystAuthor
12-Amethyst
May 12, 2023

Thanks Martin, I will look further into these parameters. We are exploring MBD for assemblies. Of course a repeat region functionality in assy mode would be great, but that is not planned by PTC on the short term. 

24-Ruby III
May 12, 2023

@Rubio74 wrote:

Thanks Martin, I will look further into these parameters. We are exploring MBD for assemblies. Of course a repeat region functionality in assy mode would be great, but that is not planned by PTC on the short term. 


Hi,

FYI ... &LINENUMBER:att_mdl -OR- &LINENUMBER:att_cmp is universal notation and can be used for any component.