Autodesk Inventor
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
Drawing View - Display Option defaults
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
Re: Drawing View - Display Option defaults
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
I'm looking for exactly the same thing! Anyone know?
Re: Drawing View - Display Option defaults
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
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
Re: Drawing View - Display Option defaults
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
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
Re: Drawing View - Display Option defaults
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
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.
Re: Drawing View - Display Option defaults
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
I have logged your request to our database. Thanks for reporting!
Re: Drawing View - Display Option defaults
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
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.
-------------------------------------------------------------------------------------
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

Re: Drawing View - Display Option defaults
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
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...
Inventor Series 2010 SR SP4
Windows 7 64 bit - SP1
8 GB Ram
Quadro 2000
Re: Drawing View - Display Option defaults
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
I'm now using 2012 and this setting/default option is still unavailable!!! How do folk get a resolution to this annoying omission?

