Skip to main content
17-Peridot
August 16, 2017
Question

J-link to find Weld Annotations

  • August 16, 2017
  • 1 reply
  • 2059 views

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! 

 

 

1 reply

15-Moonstone
August 16, 2017

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

byork17-PeridotAuthor
17-Peridot
August 16, 2017

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