Community
Inventor Programming - iLogic, Macros, AddIns & Apprentice
Inventor iLogic, Macros, AddIns & Apprentice Forum. Share your knowledge, ask questions, and explore popular Inventor topics related to programming, creating add-ins, macros, working with the API or creating iLogic tools.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Change parameters using inventor apprentice server

0 REPLIES 0
Reply
Message 1 of 1
arunkgvm
702 Views, 0 Replies

Change parameters using inventor apprentice server

Can we change the parameters value of an ipt using inventor apprentice server?

 

I use the Inventor api for changing the parameters value,My code like

 

 Dim oPartDoc As PartDocument = inventorApp.ActiveDocument
        Dim oParameters As Parameters
        oParameters = oPartDoc.ComponentDefinition.Parameters()
        Dim oLengthParam As Parameter
        oLengthParam = oParameters.Item("d0")
        oLengthParam.Expression = TextBox1.Text

 as the same way can we change using inventor apprentice server? anyone know??

--- *AM* ----
Tags (1)
0 REPLIES 0

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

Post to forums  

Autodesk Design & Make Report