Community Tip - Stay updated on what is happening on the PTC Community by subscribing to PTC Community Announcements. X
Hello,
Does anybody know how to change new value of varied items with CREO 7 VB API.
Regards
Ludovic Besse
Solved! Go to Solution.
In VB API this is not possible.
You can use a workaround:
1) In assemble create a relation PARTVARPARAM:CID_XX = ASMPARAM
where
PARTVARPARAM - variable parameter in the part
CID_XX - XX is a ID of the part component in the assembly
ASMPARAM - assembly parameter
2) Using VB API change the value of the asm parameter "ASMPARAM"
I've already tried this solution, the problem is that the native assembly is also modified.
Thanks
You are right.
But I think, that by changing a variable parameter of the component will change the assembly too.
Is it not true?
It's true.
Thanks for your time