Community
Inventor Forum
Welcome to Autodesk’s Inventor Forums. Share your knowledge, ask questions, and explore popular Inventor topics.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Update 1 to SP1 2015

4 REPLIES 4
SOLVED
Reply
Message 1 of 5
marka
403 Views, 4 Replies

Update 1 to SP1 2015

My Autodesk Application Manager shows me that on 11/5/14 there is an Update 1 to SP1 available, and I was able to install it.

 

However, the download section of the Autodesk Knowledge Network for Inventor does not list any INV19110 updates.

 

Whats UP?  I'd like to have this downloaded for my archives.

 

Mark

Mark A.
Goodfellow Crushers
4 REPLIES 4
Message 2 of 5
DarrenP
in reply to: marka

it does download the file from the application manager

if you go to the application manager settings> files tab>local files

this is where it gets downloaded to

 

all the updates will show up through the application manager first then appear on knowledge network at a later date

DarrenP
Did you find this post helpful? Feel free to Like this post.
Did your question get successfully answered? Then click on the ACCEPT SOLUTION button.

EESignature

Message 3 of 5
marka
in reply to: DarrenP

Awesome, Thanks
Mark A.
Goodfellow Crushers
Message 4 of 5
david.harris
in reply to: marka

This Update is now live on the Autodesk Knowledge Network:

 

Update 1 for Inventor 2015 SP1

 

Best Regards,

 

David

 



David Harris
Inventor Quality Assurance Team
Autodesk, Inc.
Tags (1)
Message 5 of 5

Ok, but :

 

This is what i get ( attachment) after exporting to pdf using pdf translator thru macro:

 

Public Sub PublishPDF()
    ' Get the PDF translator Add-In.
    Dim PDFAddIn As TranslatorAddIn
    Set PDFAddIn = ThisApplication.ApplicationAddIns.ItemById("{0AC6FD96-2F4D-42CE-8BE0-8AEA580399E4}")

    'Set a reference to the active document (the document to be published).
    Dim oDocument As Document
    Set oDocument = ThisApplication.ActiveDocument

    Dim oContext As TranslationContext
    Set oContext = ThisApplication.TransientObjects.CreateTranslationContext
    oContext.Type = kFileBrowseIOMechanism

    ' Create a NameValueMap object
    Dim oOptions As NameValueMap
    Set oOptions = ThisApplication.TransientObjects.CreateNameValueMap

    ' Create a DataMedium object
    Dim oDataMedium As DataMedium
    Set oDataMedium = ThisApplication.TransientObjects.CreateDataMedium

    ' Check whether the translator has 'SaveCopyAs' options
    If PDFAddIn.HasSaveCopyAsOptions(oDocument, oContext, oOptions) Then

        ' Options for drawings...

        oOptions.Value("All_Color_AS_Black") = 0

        'oOptions.Value("Remove_Line_Weights") = 0
        'oOptions.Value("Vector_Resolution") = 400
        'oOptions.Value("Sheet_Range") = kPrintAllSheets
        'oOptions.Value("Custom_Begin_Sheet") = 2
        'oOptions.Value("Custom_End_Sheet") = 4
    End If

    'Set the destination file name
    oDataMedium.FileName = "c:\temp\test.pdf"

    'Publish document.
    Call PDFAddIn.SaveCopyAs(oDocument, oContext, oOptions, oDataMedium)
End Sub

After installin sp1 is ok an so i did copy of dwfout, dwfOutUtils, dwfOutUI files from C:\Program Files\Autodesk\Inventor 2015\Bin directory and after installation of update 1 to sp1 i replaced them, right now it works just fine but you should know about that issue...


best regards
marcin otręba

 

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Autodesk Design & Make Report