Skip to main content
13-Aquamarine
April 21, 2015
Question

Drawing Detail Note

  • April 21, 2015
  • 1 reply
  • 1033 views
Hi All,
WF 5.0 M200. Does anyone know if there is a way in Pro/TOOLKIT to access and create a predefined note that is available in the UI? Or do I have to re-create the functionality? Additionally, does anyone know how to access the settings in the .dtl file?

[cid:image001.png@01D07C1E.F4136800]

Patrick Williams | Engineering Systems | c: 616.947.2110
[cid:image002.jpg@01D07C1E.F4136800]


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.

1 reply

FV_01
April 21, 2015

Hi all,


Patrick,


Balloon symbols with notes - you'll have to write the code - there are'copy/paste' examples in the user manual. Detail configuration file - there is no dedicated API. From configopt 'drawing_setup_file' and 'prodtl_setup_dir'you'll have to get the current file name, if any.Open itfor readingand tokenize onwhitespaces,store results instd::map to make yourlife easier, get your settings...


HIH.


Feliks.



CORRECTION: WF5, late maintenance cuts - new functions were added:


ProDrawingSetupOptionGet and ProDrawingSetupOptionSet. No reason to parse dtl settings file manually anymore.


Feliks.




In Reply to Patrick Williams:


Hi All,
WF 5.0 M200. Does anyone know if there is a way in Pro/TOOLKIT to access and create a predefined note that is available in the UI? Or do I have to re-create the functionality? Additionally, does anyone know how to access the settings in the .dtl file?

[cid:image001.png@01D07C1E.F4136800]

Patrick Williams | Engineering Systems | c: 616.947.2110
[cid:image002.jpg@01D07C1E.F4136800]