Message 1 of 4
switch driven dimensions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi, i was hoping someone can help me.
Is it possible using iLogic to switch two params between driven and undriven dimensions.
I basically have an object in the middle of a room and i want to be able to choose an offset distance from a wall, based on which side of the room its on. Ie left or right.
So in a form the user would click 'left side of room' and then input the offset from the left wall or vise versa.
See attched image.
For example:
if SWITCHDIRVENDIMENSION = True Then
d2 = Not driven
d3 = Driven dimension
if SWITCHDIRVENDIMENSION = False Then
d2 = Driven dimension
d3 = Not driven