GetAnnotationElement example?
I need to extract the geometric tolerances that you see inside the geometric tolerancing blocks on Creo drawings, such as values for Flatness, Concentricity, etc. Looking at the Creo Object TOOLKIT java User's Guide under "Annotations: Annotation Featurs and Annotations>Accessing and Modifying Annotation Elements on page 241, it looks like there might be a way to do it. It shows wfcAnnotation.Annotation.GetAnnotationElement and wfcAnnotation.AnnotationElement.GetAnnotationType with one of the valid types = ANNOTATION_GTOL.
But that is as much help as it provides. Heaven forbid that it shows any examples of how to use it. I grepped the examples at
C:\Program Files\PTC\Creo 4.0\M030\Common Files\otk\otk_java\otk_java_examples
and
c:\Program Files\PTC\Creo 4.0\M030\Common Files\otk_java_free\otk_java_appls\jlinkexamples
for key words like "ANNOTATION_GTOL" and "GetAnnotationElement" and "GetAnnotationType" but came up empty.
So once again, I must ask the community for help. Anybody know how to do this?

