Hello PTC Community
I am using Creo Parametric Release 10.0 and Datecode10.0.8.0
I need to get the simplified representation used as substitution of an item of a dedicated simplified representation of an assembly. So I'm using ProSimprepdataitemsVisit to get the items and filtering them on the action type. it works well with a new created simplified representation.
After replacing the a component having a substitution by a component having also same replied representation name, it is not possible to get it : the previous component is still return as ProSimprepitem ( its item_path still have the previous CID).
How to update the simplified representation item?