PDA

View Full Version : Anno views set individual line types (Done, use view profiles)


randyss
05-01-2003, 08:08 AM
I would like the ability to pre define specific views and their line types in Anno. For example: orthographic views tangent lines off, hidden lines possibly on, or iso views with tangent lines on, hidden off. Currently it appears you can set a basic line type which applies to all views. You then need to go back and adjust the line type for specific views.

Michael Kahle
09-23-2005, 06:07 AM
If it's only to show or hide hidden and tangent lines, you can do so using
View Profiles:

http://www.cocreate.com/cocreatenews/July04/Tips&TricksJuly.pdf
http://www.cocreate.com/cocreatenews/September04/Tips&Tricks_annview_profiles.pdf

Thereby you can define special exceptions for section, detail and general(iso)-views.

For example:
(docu-register-view-exception-profile
:name "Section"
:label "Section"
:minimum-number-of-parts 0
:maximum-number-of-parts 999999
:view-type :section
:centerline-creation :off
:symmetryline-creation :off
:hidden-line-visible :off
:tangent-line-visible :parent
)

See am_customize for further details.