ProDimensionCanRegen in Creo3
Cannot get the function to return anything but -8. There is an SPR 4887879 on this but I still get the same bad results after updating from Creo3 m30 to m100, then again to m110.
Called during visit action, I am using several other proDimension functions with good results, so I'm confident my arguments are legit.
ProDimension **dims = (ProDimension**)data;
ProBoolean CanRegen;
status = ProDimensionCanRegen((ProDimension*)dimension, &CanRegen);
So my questions:
1. Has anyone got this function to Work in Creo 3?
2. When there is an spr related to code, I imagine you should recompile after your upgrade? Did that.
3. When you upgrade creo 3, does it actually go in and replace the toolkit API source files? I did check the toolkit box. Or do you feel the need to just wipe out the old version and install clean?
This thread is inactive and closed by the PTC Community Management Team. If you would like to provide a reply and re-open this thread, please notify the moderator and reference the thread. You may also use "Start a topic" button to ask a new question. Please be sure to include what version of the PTC product you are using so another community member knowledgeable about your version may be able to assist.

