pull assembly file parameters to idw

pull assembly file parameters to idw

Anonymous
Not applicable
476 Views
1 Reply
Message 1 of 2

pull assembly file parameters to idw

Anonymous
Not applicable

how do I pull user parameters from iam file to idw, I want to use these parameter to build a form in idw.

So I can change these parameter values from my idw file.

any help is appreciated.

 

1111.PNG

 

 

 

2222.PNG

0 Likes
Accepted solutions (1)
477 Views
1 Reply
Reply (1)
Message 2 of 2

asiteur
Collaborator
Collaborator
Accepted solution

Hi,

If you want to do these kind of things you'll need to pull the variables from the component (part or assembly) using iLogic.

 

See this sample statement

 

local_parameter = Parameter("MyPartORMyAssembly", "MyParam") 

Make sure that the parameter is already defined as a user defined parameter.



Alexander Siteur
Project Engineer at MARIN | NL
LinkedIn

0 Likes