CoCreate User Forum  

Go Back   CoCreate User Forum > Applications > Annotation

Reply
 
Thread Tools Search this Thread Rate Thread Display Modes
  #1  
Old 02-28-2003, 09:11 AM
gmatelich's Avatar
gmatelich gmatelich is offline
Registered User
 
Join Date: Oct 2002
Location: Bellevue, WA, USA
Posts: 396
Hidden and Tangent lines on/off

For our standard views we usually use hidden lines on (yellow, dotted), and tangent lines off (invisible), but our isometric views are usually hidden off, tangent on.

Is there a way to have different view types default to different line settings? So standard front, left right views would be have hidden on, and tangent off, and iso views would have hidden off and tangent on, and section views and cutaway views would have hidden and tangent off.
Reply With Quote
  #2  
Old 10-09-2018, 08:34 AM
phi phi is offline
Registered User
 
Join Date: May 2018
Posts: 5
Re: Hidden and Tangent lines on/off

Hello, were you ever able to figure this one out? I am trying to solve exactly this at the moment
Reply With Quote
  #3  
Old 10-11-2018, 03:36 AM
tom kirkman's Avatar
tom kirkman tom kirkman is offline
Registered User
 
Join Date: Oct 2002
Location: Perrysburg, Ohio
Posts: 397
Re: Hidden and Tangent lines on/off

Phi

I have not tested this yet, but I believe the "DOCU-REGISTER-VIEW-EXCEPTION-PROFILE" option could do what you want. You can find this in help.

Regards

Tom
__________________
Tom Kirkman

Creo Elements/Direct 20.1
Dell Precision 3581
https://www.o-i.com
Reply With Quote
  #4  
Old 10-12-2018, 06:11 AM
tom kirkman's Avatar
tom kirkman tom kirkman is offline
Registered User
 
Join Date: Oct 2002
Location: Perrysburg, Ohio
Posts: 397
Re: Hidden and Tangent lines on/off

I tried this and it works. I added these lines to my am_customize file.

Code:
;; *** Set isometric view profile for small assembly/part ***
(docu-register-view-exception-profile 
  :name                           "Isometric Small" 
  :label                          "Isometric Small"
  :minimum-number-of-parts        0
  :maximum-number-of-parts        100
  :view-type                      :general
  :hidden-line-visible            :off
  :centerline-creation            :off
  :symmetryline-creation          :off
  :tangent-line-visible           :on
  :thread-creation                :on
)

;; *** Set isometric view profle for large assemblies ***
(docu-register-view-exception-profile 
  :name                           "Isometric Large" 
  :label                          "Isometric Large"
  :minimum-number-of-parts        101
  :maximum-number-of-parts        999999
  :view-type                      :general
  :update-mode                    :graphics
  :facet-accuracy                 :low
  :hidden-line-visible            :off
  :centerline-creation            :off
  :symmetryline-creation          :off
  :tangent-line-visible           :on
  :thread-creation                :on
)
__________________
Tom Kirkman

Creo Elements/Direct 20.1
Dell Precision 3581
https://www.o-i.com
Reply With Quote
  #5  
Old 11-19-2018, 07:07 AM
phi phi is offline
Registered User
 
Join Date: May 2018
Posts: 5
Re: Hidden and Tangent lines on/off

Hi Tom! Thank you for your input.

I also got to this point. However it is not what we're looking for. The values in docu-register-view-exception-profile will let you define the hidden/tangent lines for the entire view set (Top, Front, Right, Iso), but not for an individual view (Top only, for example).
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 10:27 AM.



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.