ListComponentsByAssemblyRule and wfcAssemblyExpressionRule return empty result.
Hi All!
My creo is creo Parametric 10.0.3.
How does the wfcAssemblyExpressionRule works ? Can not find any details. Situation goes like:
There is a part with given parameter like YEAR with value 2012.
Part is child of "activeAssembly"
After calling ListComponentsByAssemblyRule with expression "YEAR==2012" I got something in message window like :
WARNING: Symbol '�䋐ȃ' not found in model XXXXXXXX. Retrieving submodels.
where '�䋐ȃ' is totally random and varies form run to another. LogTrace shows that everything is ok with expression string and model. String is std::string passed by copy to local function. Result is always empty.
Here are lines of code

