Community Tip - Learn all about the Community Ranking System, a fun gamification element of the PTC Community. X
When overriding the Service of a Thing Template or Shape one does not have access to the base implementation. From my point of view this is a basic feature of the template approach.
Example:
Often I only want DerivedTT.DoSomething to execute the BaseTT.DoSomething plus calling a Service extra, do extra logging or similar.
A copy is even dangerous in this place because when changing BaseTT.DoSomething it has no impact on the copied code in DerivedTT.DoSomething, e. g. when fixing a bug.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.