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: 

Using iLogic Form I need to Acces the Material Property

1 REPLY 1
SOLVED
Reply
Message 1 of 2
obourne
666 Views, 1 Reply

Using iLogic Form I need to Acces the Material Property

I've created a form that I want to use to modify my part's material property. I don't see a way to get to that from an ilogic form.

 

What I have done instead is create a parameter that imported my material library. When I change the prameter a rule then changes the material property. I'd rather access the material property directly from my form rather than having to go through a paramter.

 

Does anyone know how to do this?

1 REPLY 1
Message 2 of 2
riff62
in reply to: obourne

I think this is what you want..I have a form that creates a length of tubing based on OD, Wall thickness, and Material. For material, here's what I did. It updates my part with whatever material is selected.

 

iLogicForm.Show("Name of Form")
MultiValue.List("Material") = iProperties.Materials
iProperties.Material=Material

 

Matt

 

 

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

Post to forums  

Autodesk Design & Make Report