When we report issues to Parasolid, usually they would require us to dump xml for the routine which creates the culprit Parasolid object.
But in NX, any command would involve dozens of Parasolid routines. And Parasolid tags keep changing during the session.
It is extremely difficult to trace down which Parasoild routine creates the culprit object and dump the correct Parasolid routine for them if developer doesn't have enough experince with that NX command.
I know that node id of Parasolid object retain during the session. But there is no way to track down when a Parasolid object with specific node id is created.
Any suggestion of how to solve this problem would be really appreciated.