Referencing Sketch Feature Parameters to drive dimensions within Sketch Section
My goal is to reference a defined local "sketch feature" parameter from the "sketch section" associated with the same sketch feature. Intent is to define a sketch dimension to the value of the parameter.
Creo help suggests that the way to do this is by qualifying the parameter name with the feature ID, such as:
<param_name>:<feature_id> or :<feature_name>
or perhaps
<param_name>:FID_<feature_Id> or :FID_<feature_name>
both forms have been tried. These referencing syntax forms are not working.
Example:
Sketch SK_123 exists with Feature Number 10 and Internal Feature ID 50 (obtained via Feature Information).
Within "Feature SK_123 id 50" (given in the Relations dialog when "Look In" is "Feature") parameter ABC is defined.
Within "Section 1 of Feature SK_123 id 50" (given in the Relations dialog with "Look In" is "Section") is relation sd0 = ABC:50 (or ABC:10 or ABC:FID_50 or ABC:FID_10 or ABC or any of the other variants noted above), where sd0 is a dimension.
Result is: "Relations have errors"
If I do not qualify the parameter name, then a Part level (top level) parameter is created which is what I do not want.
Any ideas how to make this referencing work? Thank you.



