Drawing Detail Note
Apr 21, 2015
10:35 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Apr 21, 2015
10:35 AM
Drawing Detail Note
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.
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.
Labels:
- Labels:
-
General
1 REPLY 1
Apr 21, 2015
11:52 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Apr 21, 2015
11:52 AM
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]
