• Industries
  • Products
  • Buy
  • Services & Support
  • Communities
  • Discussion Groups

    Autodesk Inventor

    Reply
    Contributor
    Posts: 11
    Registered: ‎06-17-2008

    Drawing View - Display Option defaults

    325 Views, 8 Replies
    04-30-2010 08:05 AM
    I cannot find any information anywhere on whether there exists an option to save different defaults to the Place Views>Base Drawing View>Display Options tab? The parts I model always need "tangent edges" shown to look correctly on my drawings, and for 5 years I've had to manually select it every time I do a drawing. It just seems that there has GOT to be a way to get rid of this tedious step? And if there is not, can you plainly include this in the documentation so I can stop looking for such a feature?
    Please use plain text.
    Contributor
    Posts: 22
    Registered: ‎11-23-2008

    Re: Drawing View - Display Option defaults

    07-25-2011 03:15 PM in reply to: 63pkay

    I'm looking for exactly the same thing! Anyone know?

    Please use plain text.
    Active Contributor
    Posts: 46
    Registered: ‎06-21-2007

    Re: Drawing View - Display Option defaults

    07-25-2011 11:37 PM in reply to: 63pkay

    Not sure if this would work but you could try this.

     

    Open your template drawing file (%INSTALLDIR%\Templates\) and place a base view of a .ipt file.  edit the view and select tangent edges, click ok. Now delete the view and save the template file.

     

    Create a new drawing and place base view, hopefully tangent edges will be ticked.

     

    Hope this helps,

     

    Graeme

    Please use plain text.
    Contributor
    Posts: 22
    Registered: ‎11-23-2008

    Re: Drawing View - Display Option defaults

    07-26-2011 04:43 PM in reply to: gcooper79

    Thanks Graham!

     

    Actually, I had a similar issue where I wanted to views to have a different default label - in my case the TITLE property of the part. Found nothing in the UI, so I adjusted a macro I found on the net:

     

    'Sets the drawing label for all views
    Public Sub SetAllViewCaptionsToTitle()
        Dim oDrawDoc As DrawingDocument
        Set oDrawDoc = ThisApplication.ActiveDocument
        Dim oSheet As Sheet
        Set oSheet = oDrawDoc.ActiveSheet
        Dim oView As DrawingView
        For Each oView In oSheet.DrawingViews
            If oView.ViewType = kStandardDrawingViewType Then
                oView.Label.FormattedText = "<Property Document='model' PropertySet='Summary Information' Property='Title' FormatID='{F29F85E0-4FF9-1068-AB91-08002B27B3D9}' PropertyID = '2'> TITLE</Property>"
                oView.ShowLabel = True
            End If
        Next
    End Sub

     

    cheers,

     

    Matt

    www.arden.net.au

    Please use plain text.
    Active Contributor
    Posts: 46
    Registered: ‎06-21-2007

    Re: Drawing View - Display Option defaults

    07-26-2011 11:25 PM in reply to: matt

    Matt,

     

    You can actually do what you're looking for in the styles manager.  Select the standard you're using and under view preferences tab, select the pencil next to the display box.

     

    From the Type drop-down list select Properties - Model, and from the Properties drop-down list select Title.  To insert this property select the icon which shows an X with an arrow pointing down.

    Please use plain text.
    Employee
    Posts: 31
    Registered: ‎12-13-2006

    Re: Drawing View - Display Option defaults

    07-29-2011 07:53 AM in reply to: 63pkay

    I have logged your request to our database. Thanks for reporting!

    Please use plain text.
    *Expert Elite*
    Posts: 5,604
    Registered: ‎12-01-2004

    Re: Drawing View - Display Option defaults

    07-29-2011 08:47 AM in reply to: okaleja

    okaleja wrote:

    I have logged your request to our database. Thanks for reporting!


    That request should have already been in your database.. This is requested year after year after year.

    Please click "Accept as Solution" if this response answers your question.
    -------------------------------------------------------------------------------------
    2012 Product Design Suite Ultimate
    Windows 7 64 bit
    90G OCZ SATA 3 SSD (My SSD is faster than your HDD)
    Core I7 920 processor, ATI HD6970 graphics card, 12G Corsair RAM


    Please use plain text.
    Distinguished Contributor
    Posts: 793
    Registered: ‎05-09-2005

    Re: Drawing View - Display Option defaults

    07-29-2011 10:52 AM in reply to: okaleja

    How about a global toggle to turn on or off a 'Remember last settings' switch for **** near every user-selectable option such as in hole dialogs, drawing view creations...

    KState92
    Inventor Series 2010 SR SP4
    Windows 7 64 bit - SP1
    8 GB Ram
    Quadro 2000
    Please use plain text.
    Active Member
    Posts: 9
    Registered: ‎10-05-2006

    Re: Drawing View - Display Option defaults

    05-06-2012 04:03 PM in reply to: mcgyvr

    I'm now using 2012 and this setting/default option is still unavailable!!! How do folk get a resolution to this annoying omission?

    Please use plain text.