Question
Error Specifying a Feature in a Relation
I'm trying to assign a value for a new parameter called "AAA" using feature Name not feature ID.
This code works well
AAA = b:8
But this code doesn't work with me
AAA = b:fid_EXTRUDE
errorInvalid symbol 'b:FID_EXTRUDE' found.
knowing that:
1- the feature which is called "EXTRUDE" has ID=8
2- I'm working inside the part relations
3- I'm using Creo Parametric 8.0.8.0

