Change parameters using inventor apprentice server

Change parameters using inventor apprentice server

Anonymous
Not applicable
777 Views
0 Replies
Message 1 of 1

Change parameters using inventor apprentice server

Anonymous
Not applicable

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??

0 Likes
778 Views
0 Replies
Replies (0)