3-Newcomer
July 9, 2024
Solved
Mass intance on a different sheet drawing
- July 9, 2024
- 2 replies
- 3075 views
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.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.