Skip to main content
1-Visitor
January 25, 2016
Solved

How to delete existing notes from drawing (Creo 3 Toolkit)

  • January 25, 2016
  • 1 reply
  • 1835 views

I am updating an old application that contains Pro/Develop functions to work with Creo.  There a few Pro/Develop functions I cannot find Toolkit equivalents for.

- prodrw_get_first_note_id

- prodrw_get_next_note_id

- prodtl_delete

These functions are being used to loop through all of the notes on a drawing to delete them by their ID.

deleteNotes.PNG

Where p_drw is the current drawing (ProMdl).

Does anyone have any suggestions to update these functions or use a better way to delete the notes?

Thanks,

Corey


This thread is inactive and closed by the PTC Community Management Team. If you would like to provide a reply and re-open this thread, please notify the moderator and reference the thread. You may also use "Start a topic" button to ask a new question. Please be sure to include what version of the PTC product you are using so another community member knowledgeable about your version may be able to assist.
Best answer by mender

ProDrawingDtlnotesCollect or ProDrawingDtlnoteVisit to gather or traverse notes, ProDtlnoteDelete to delete them.

1 reply

mender12-AmethystAnswer
12-Amethyst
January 25, 2016

ProDrawingDtlnotesCollect or ProDrawingDtlnoteVisit to gather or traverse notes, ProDtlnoteDelete to delete them.