iLogic - Model States and Parameters
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi, my knowledge of iLogic is fairly basic so apologies if this is a simple question, but I have not been able to find an answer so far.
I have a model with two model states, essentially a pressed part that I have created a model state to allow for "Green", aka. extra material to allow the pressing process to occur.
This allows a DXF and flat pattern of the full part to be generated and placed on the drawing.
In our BOM we also have a plate area parameter that is calculated for material allowances and quoting etc.
We have an iLogic rule that calculates the plate area based on
SheetMetal.FlatExtentsArea
I can see in the model states Excel spreadsheet that it does capture a different value for this parameter for each model state - but how can I access these different parameters in my iLogic rule so that the Area calculation can be performed using the correct value? At the moment it just calculates based on whichever model state is active.
I was playing around with trying to get the rule to just set the active model state to perform the calculation and change back, but this was causing other issues and seems like an inelegant solution. Surely the specific parameter for each model state is accessible somehow and can be called up?