Message 1 of 29
iLogic Formual
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I am trying to create a iLogic Rule that will measure the Length, Width and Thickness of a part and ut it into the custom fields we have. I am having a hard time rememebring how to get it to do it from the assembly level. I want to run this on the assembly and have it populate all the parts inside of it. The code below will do it for a part but what is it I add to get it to drill down into the assembly?
iProperties.Value("Custom", "THICKNESS")=Measure.ExtentsHeight
iProperties.Value("Custom", "WIDTH")=Measure.ExtentsWidth
iProperties.Value("Custom", "LENGTH")=Measure.ExtentsLength
Then I want ti to add this formyual to the Stock Number iProperty = <Length> X <Width> I can get it to add the values but I can not get it to add the formual to the stock number.
I have 10,000 things to do and I can not concentrate long enough to figure this one out. Any help would be apprciated!
Andy Warren
BCDesign@bellsouth.net
BCDesign@bellsouth.net