Inventor API Survey

It’s time once again to make your voice heard.  The annual Inventor API survey has begun and is all about getting your input about what API functionality we should be working on for future Inventor releases.  The questions this year a little more specific than they’ve been in the past.  Hopefully, this will help us to be able to more clearly define the areas where there’s the most need.  If there’s something you need and it’s not listed, please feel free to list it.  Just click the link below to go to Kean Walmsley’s blog post for the link to survey and more information.

Inventor API Survey

Thank you for participating.


Comments

One response to “Inventor API Survey”

  1. Always deeply grateful for your post
    Is there any plan to post about ilogic?
    One question to ask
    How do I add? User parameter (Text Value)
    Examples. DoubleValue)
    Sub Main()
    Dim oCompDef As PartComponentDefinition
    oComDef = ThisApplication.ActiveDocument.ComponentDefinition
    Dim oParams As Parameters
    oParams = oComDef.Parameters
    Dim uParams As UserParameters
    uParams = oParams.UserParameters
    kInventor = uParams.AddByExpression!(“kInventor”, 0.15, “mm”)
    iLogicVb.UpdateWhenDone = True
    End Sub

Leave a Reply

Discover more from Autodesk Developer Blog

Subscribe now to keep reading and get access to the full archive.

Continue reading