In Assembly how to change just in some parts the unit dimensions?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello everyone
I need your help, I'm actually working with a project, where I need to do the next:
I have and assembly where some of the parts are in "mm units" but I need an option to change the dimension of those parts to "Standard units (in)". Whit this change I hope to update all the features referenced to the dimensions ("mm" or "in") in all the parts that use this as reference. But I cannot make it happen..
I'm trying to run an Ilogic rule from the main assembly in order to make all the changes from it, and not opening part by part changing the rules one by one.
I try with this code:
'Select Tube Units If Units = Parameter("LEG:1", "Diam_units") Then Feature.IsActive ("LEG:1", "Diam_mm") = True Else Feature.IsActive ("LEG:1", "Diam_in") = False End If
at the same time, I'm adding to my Assembly Form, the Radio Group Bottons to change the parameters from here.
But when I try to run the rule, do not happen nothing.
Could someone help me wiht this?
Thanks.
