Skip to main content
1-Visitor
July 13, 2015
Question

Related notes

  • July 13, 2015
  • 9 replies
  • 6422 views

Hi All,

Good evening!

We are working on the detailing files, when the section/vew name is created its in different format and text format. We need to change it manually everytime.

Example shown below

Section   A-A, It must be SECTION A-A( Single space between section name and section)

Regards

Chethan

    9 replies

    kdirth
    21-Topaz I
    21-Topaz I
    July 13, 2015

    Look in Drawing Properties/Detail Options.  Option "view_note" controls how the view name is displayed.  Value "std_din" omits the type of view.  Value "std_ansi" uses two spaces.  There are several other options, one of which may get you what you want.  This will only affect views created after the change.

    There is always more to learn.
    1-Visitor
    July 13, 2015

    Check the drawing detail options.  Search help:

    creo_help_detail_options.png

    Find view_note.

    There may be other drawing detail options you must configure as well.

    Make your settings in a detail file.  To test them you must read them into the drawing.  They are copied into the drawing.  They are not read each time the drawing is opened.

    Once you have settings you like it's likely a good idea to update your drawing templates, and then make a map key to update your older drawings to suit if you need to have older drawings have their drawing detail settings updated.

    See also your config.sup, it would be useful to populate this option:

    drawing_setup_file

    Look for other great advice here from many other talented people.

    cningappa1-VisitorAuthor
    1-Visitor
    July 31, 2015

    it doesn't have this option!

    I Cant really fix this with the dtl files..

    Thanks

    22-Sapphire I
    July 30, 2015

    Chethan,

    Does the information from Jim or Kevin answer your question? You may mark appropriate reply as correct answer.

    17-Peridot
    July 31, 2015

    This is yet another great example of PTC's lack of attention to programming.

    I've been having to remove the extra spaces in Sections, Views and Scale labels ever since I came back to PTC.

    SLOPPY SLOPPY SLOPPY !!!

    My bigger peeve is UNC[space]-[space]2B in hole callpouts for which there is NO excuse!

    1-Visitor
    July 31, 2015

    I must admit, this post made me giggle to myself. I have also been removing these spaces for more years than i care to remember, i thought i was the only one, perhaps something to do with a mild case of O.C.D i think i might have

    cningappa1-VisitorAuthor
    1-Visitor
    July 31, 2015

    hye John,

    Thanks for joining with me

    17-Peridot
    July 31, 2015

    The only recourse we have as users is to file a support case.

    It will get the issue in front of the support technicians and if you press hard enough, including case escalations, you can find out if it is working to specifications and what those specifications are.  I don't know how this could be correct as implemented.

    You have to be forceful with PTC tech support.  We pay for maintenance contracts to get answers.  If you are not satisfied with the answer, you can escalate the case until you see in black and white why the implemented solution is what it is.

    If you do get satisfaction from PTC support, please follow up on the thread so we may all benefit from your efforts.

    Thanks

    tom

    1-Visitor
    August 2, 2015

    I have in my dtl file text "view_note std_ansi" and on my drawing I have section name  "SECTION A-A"

    17-Peridot
    August 2, 2015

    Leonid, are you sure you are not getting 2 spaces between SECTION and A-A.

    If you are only getting one space, please tell us what version you are running.

    1-Visitor
    August 3, 2015

    I checked it again, and sorry, my mistake, I have two spaces too.

    cningappa1-VisitorAuthor
    1-Visitor
    August 5, 2015

    PTC,

    Could you please help us on how tp fix this issue???


    17-Peridot
    August 5, 2015

    ...something better than the dead-letter-box called the Ideas section of the forum.

    cningappa1-VisitorAuthor
    1-Visitor
    August 5, 2015

    could you please share the link of Ideas forum

    cningappa1-VisitorAuthor
    1-Visitor
    August 5, 2015

    Created the product idea, please cote for it..

    17-Peridot
    August 5, 2015

    Thanks; here is the link:

    Creo Section/ Detail view label.

    1-Visitor
    March 16, 2016

    Hi,

    I am facing same issue. There is no solution as I checked on Forums.

    so, I created two mapkeys which might help you too.

    First is "SA" which will make section view note, Detail View Label , Section Arrow font size to 6, filled style and remove extra space wherever applicable.

    and second is "SS" will remove space from ISO view Scale Note and keep font as it is. Try it out and let me know if it solves your problem.

    mapkey sa ~ Timer `UI Desktop` `UI Desktop` `popupMenuRMBTimerCB`;\
    mapkey(continued) ~ Close `rmb_popup` `PopupMenu`;~ Command `ProCmdEditProperties`
    mapkey(continued) ~ FocusOut `note_text_asynch` `txt_note_text`;\
    mapkey(continued) ~ Select `note_text_asynch` `tab_main` 1 `lay_style`;\
    mapkey(continued) ~ Activate `note_text_asynch` `chk_usedeffont` 0;\
    mapkey(continued) ~ Open `note_text_asynch` `opt_font`;~ Close `note_text_asynch` `opt_font`;\
    mapkey(continued) ~ Select `note_text_asynch` `opt_font` 1 `filled`;\
    mapkey(continued) ~ Activate `note_text_asynch` `chk_usedefheight` 0;\
    mapkey(continued) ~ Select `note_text_asynch` `tab_main` 1 `lay_edittext`;\
    mapkey(continued) ~ FocusIn `note_text_asynch` `txt_note_text`;\
    mapkey(continued) ~ Update `note_text_asynch` `txt_note_text` `SECTION {1:&xsec_name}`;\
    mapkey(continued) ~ FocusOut `note_text_asynch` `txt_note_text`;\
    mapkey(continued) ~ Activate `note_text_asynch` `psh_ok`;\
    mapkey(continued) ~ Close `rmb_popup` `PopupMenu`;~ Command `ProCmdEditProperties`
    mapkey(continued) ~ FocusOut `note_text_asynch` `txt_note_text`;\
    mapkey(continued) ~ Select `note_text_asynch` `tab_main` 1 `lay_style`;\
    mapkey(continued) ~ Activate `note_text_asynch` `chk_usedeffont` 0;\
    mapkey(continued) ~ Open `note_text_asynch` `opt_font`;~ Close `note_text_asynch` `opt_font`;\
    mapkey(continued) ~ Select `note_text_asynch` `opt_font` 1 `filled`;\
    mapkey(continued) ~ Select `note_text_asynch` `tab_main` 1 `lay_edittext`;\
    mapkey(continued) ~ FocusIn `note_text_asynch` `txt_note_text`;\
    mapkey(continued) ~ Update `note_text_asynch` `txt_note_text` `SEE DETAIL &view_name`;\
    mapkey(continued) ~ FocusOut `note_text_asynch` `txt_note_text`;\
    mapkey(continued) ~ Activate `note_text_asynch` `psh_ok`;\
    mapkey(continued) ~ Close `rmb_popup` `PopupMenu`;~ Command `ProCmdDwgModTextStyle`
    mapkey(continued) ~ Activate `dial_txt_sty_asynch` `chk_usedeffont` 0;\
    mapkey(continued) ~ Open `dial_txt_sty_asynch` `opt_font`;\
    mapkey(continued) ~ Close `dial_txt_sty_asynch` `opt_font`;\
    mapkey(continued) ~ Select `dial_txt_sty_asynch` `opt_font` 1 `filled`;\
    mapkey(continued) ~ Activate `dial_txt_sty_asynch` `chk_usedefheight` 0;\
    mapkey(continued) ~ Update `dial_txt_sty_asynch` `inp_height` `6`;\
    mapkey(continued) ~ Activate `dial_txt_sty_asynch` `psh_apply`;\
    mapkey(continued) ~ Activate `dial_txt_sty_asynch` `psh_ok`;


    mapkey ss ~ Timer `UI Desktop` `UI Desktop` `popupMenuRMBTimerCB`;\
    mapkey(continued) ~ Close `rmb_popup` `PopupMenu`;~ Command `ProCmdEditProperties`
    mapkey(continued) ~ Update `note_text_asynch` `txt_note_text` `DETAIL &view_name\nSCALE \
    mapkey(continued) &det_scale`;~ FocusOut `note_text_asynch` `txt_note_text`;\
    mapkey(continued) ~ Activate `note_text_asynch` `psh_ok`;\
    mapkey(continued) ~ Close `rmb_popup` `PopupMenu`;~ Command `ProCmdEditProperties`
    mapkey(continued) ~ Update `note_text_asynch` `txt_note_text` `SCALE &view_scale`;\
    mapkey(continued) ~ FocusOut `note_text_asynch` `txt_note_text`;\
    mapkey(continued) ~ Activate `note_text_asynch` `psh_ok`;

    I hope Smiley that you see here wont be there in notepad of config.pro file when you paste this code.

    Just Paste this code in your config.pro file. If name conflicts with another mapkey, just change letters of mapkey in the code.

    Thanks,

    Atul