Retrieving surfaces from PROG_LOG_SRF entity
I am using Creo Parametric - Release 5.0 (connected) 5.0 5.0.2.0
Hello.
I wrote a program to run Creo 5.0.2.0, open a CAD file in Creo 5.0.2.0 and explore this CAD file with Pro/TOOLKIT (C++) functions.
In my program, when I read a geometric tolerance I use the following functions to retrieve the geometric entities on which the tolerance applies:
ProAnnotationElementGet(), ProAnnotationelemReferencesCollect(), ProReferenceTypeGet(), ProReferenceToSelection()
If the type of the selection obtained by ProReferenceToSelection() is a surface or an edge, there is no problem.
But if the type is PRO_LOG_SRF, then I have no solution to retrieve the corresponding surfaces.
So, my question is : when I have a PROG_LOG_SRF entity, how can I retrieve the associated surfaces ?
Thank you for your help.
