Community Tip - Stay updated on what is happening on the PTC Community by subscribing to PTC Community Announcements. X
I would like to know if anyone has messed with finding annotations using j-link. What I would like to do is find the annotation created by the weld command and remove it from the current annotation state.
Thanks in advance!
In TK it is:
ProAnnotationErase() Sets an annotation to be erased. This changes the model database to not show the annotation until it is explicitly shown again. Note: Annotation will be erased from all combined state. You can use ProCombstateAnnotationErase() to erase annotation from particular combined state. |
I didn't find anything inside J-Link to change a pfcAnnotationFeat. Most Annotation Functions are under a seperate license named "3D Drawing" so I don't think that this is possible in std. JLink but aren't sure (only have looked inside the Creo 2.0 JLink documentation).
Br,
Eike
Eike,
I couldn't figure out how to identify them in the beginning though. I ended up using a mapkey approach in j-link and that seemed to work for now.
Brian