CoCreate User Forum  

Go Back   CoCreate User Forum > Applications > Annotation

Reply
 
Thread Tools Search this Thread Rate Thread Display Modes
  #1  
Old 07-27-2010, 04:11 AM
seb360 seb360 is offline
Registered User
 
Join Date: May 2007
Posts: 170
Delete view label

Hi,

I would like to deactivate the view label in annotation. We already deactivate the display of the view name and scale (under each view) but it still remain the text box which is empty. So we have to delete it manualy for each view...
If someone can help us...

Thanks for your answer.

(modeling v16.5)
Reply With Quote
  #2  
Old 07-27-2010, 05:27 AM
Mike Swartz's Avatar
Mike Swartz Mike Swartz is offline
Registered User
 
Join Date: Jan 2004
Location: Fort Collins
Posts: 322
Re: Delete view label

Open the default settings browser. (Edit-->Settings-->Default Settings)
In the view settings menu (under individual view types) expand View label.
Double click the "Name Format" value, and you will get a drop down list of available values.

Select "No Label"
Reply With Quote
  #3  
Old 07-28-2010, 03:20 AM
seb360 seb360 is offline
Registered User
 
Join Date: May 2007
Posts: 170
Re: Delete view label

That's what we did, but it still remains an empty text box !
Is there an option to not create this text box ?

Thanks for your answers.
Reply With Quote
  #4  
Old 02-11-2015, 05:15 AM
rvn rvn is offline
Registered User
 
Join Date: Mar 2011
Posts: 52
Re: Delete view label

Is there an awnser on this matter? We are facing the same problem and want to get rid of the empty boxes.

thanks in advance
Reply With Quote
  #5  
Old 02-13-2015, 09:58 AM
Friedly's Avatar
Friedly Friedly is offline
Registered User
 
Join Date: May 2012
Location: Belgium
Posts: 76
Lightbulb Re: Delete view label

Hello,
I played around a bit and found out this.

(oli::sd-execute-annotator-command :cmd "DELETE SELECT GLOBAL INFOS 'DOCU_STANDARD_LABEL' CONFIRM END")

Please test extensively before use it in relevant drawings.
Feedback is welcome

Last edited by Friedly; 02-13-2015 at 10:03 AM.
Reply With Quote
  #6  
Old 03-03-2015, 10:57 PM
rvn rvn is offline
Registered User
 
Join Date: Mar 2011
Posts: 52
Re: Delete view label

This command works great if you want to delete all the labels. Can this be changed to delete only a few selected labels? We only want to delete the following labels (front, top, left, ..., gen1, ..., flat1 ...). The labels for partial, section, detail may not be deleted.

thanks in advance
Reply With Quote
  #7  
Old 03-04-2015, 03:54 AM
Friedly's Avatar
Friedly Friedly is offline
Registered User
 
Join Date: May 2012
Location: Belgium
Posts: 76
Re: Delete view label

Hi we discused the question also in a other Forum and there came the proposal to use "Hide" to make the view labels invisible.
Advantage is that you can undo this.
On the question to remove only selected view names I can not help.
Attached Thumbnails
Click image for larger version

Name:	hide en unhide.jpg
Views:	504
Size:	16.4 KB
ID:	1916  

Last edited by Friedly; 03-04-2015 at 11:51 PM.
Reply With Quote
  #8  
Old 05-18-2018, 12:45 PM
Shaba's Avatar
Shaba Shaba is offline
Registered User
 
Join Date: Nov 2006
Location: Italy
Posts: 215
Re: Delete view label

i wrote a macro
Hide only empty view label

Look this:

Code:
;; AM_HIDE_DOCU_STANDARD_LABEL
(sd-execute-annotator-command :cmd
 (format nil "~a~a~a~a~a~a~a~a~a~a~a"
 "DEFINE AM_HIDE_DOCU_STANDARD_LABEL"
 "  INQ_SELECTED_ELEM SELECT GLOBAL INFOS 'DOCU_STANDARD_LABEL' CONFIRM                             "
 "  WHILE (INQ 14)                                                                                  "
 "    IF ((INQ 902) = ' ')                                                                          "
 "      ADD_ELEM_INFO 'DOCU_MARKED_AS_INVISIBLE' SELECT GLOBAL POINTER (INQ 332) CONFIRM END        "
 "      ADD_ELEM_INFO 'DOCU_MARKED_FOR_DELETE #CLEANUP' SELECT GLOBAL POINTER (INQ 332) CONFIRM END "
 "    END_IF                                                                                        "
 "    INQ_NEXT_ELEM                                                                                 "
 "  END_WHILE                                                                                       "
 "  SHOW GLOBAL INFOS 'DOCU_MARKED_AS_INVISIBLE' OFF                                                "
 "END_DEFINE                                                                                        "
))
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -8. The time now is 11:58 PM.



Hosted by SureServer    Forums   Modeling FAQ   Macro Site   Vendor/Contractors   Software Resellers   CoCreate   Gallery   Home   Board Members   Regional User Groups  By-Laws  

Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.