Skip to main content
3-Newcomer
July 9, 2024
Solved

Mass intance on a different sheet drawing

  • July 9, 2024
  • 2 replies
  • 3075 views

Hello, 

 

I've a part with an intance (BRUT), and in the same drawing, I want two sheets. One with the final part, this other with intace.

The weight of my part and this intance are different. But in my drawing I can't manage the different.

 

Do you have a solution to manage it?

 

Best regard,

Luc

 

Best answer by KenFarley

In the note calling out the mass value, you need to have the correct session ID. Every part or assembly, when in memory in Creo, has a unique session ID. It's an even number (0, 2, 4, ...) for parts, odd number (1, 3, 5, ...) for assemblies.

If both parts are being used in the same drawing, you make the part you're interested in the active one, then the note text you type is:

 

&MASSE[.1]g

 

Creo will append the correct Session ID to the end of the parameter name, like &MASSE:0[.1]g, &MASSE:2[.1]g, etc.

 

Once you do this it should work correctly for you.

2 replies

KenFarley
KenFarley21-Topaz IIAnswer
21-Topaz II
July 9, 2024

In the note calling out the mass value, you need to have the correct session ID. Every part or assembly, when in memory in Creo, has a unique session ID. It's an even number (0, 2, 4, ...) for parts, odd number (1, 3, 5, ...) for assemblies.

If both parts are being used in the same drawing, you make the part you're interested in the active one, then the note text you type is:

 

&MASSE[.1]g

 

Creo will append the correct Session ID to the end of the parameter name, like &MASSE:0[.1]g, &MASSE:2[.1]g, etc.

 

Once you do this it should work correctly for you.

3-Newcomer
July 9, 2024

Thanks a lot, that works perfectly

 

24-Ruby III
July 9, 2024

Hi,

please see uploaded video. Also I uploaded test data created in Creo 7.0.