Hi all, I’m trying to get a Dynamic Component set up so I can “free move” it or have its location defined by attributes. I want the user to have the option for Auto/Manual, and that would determine if you can “free move” the component or if it has a defined placement.
So far I’ve set up an option for auto/manual that the user can select, resulting in 0 or 1. Then I used an IF statement to define placement on each axis using the following. =IF(userselction=0, PlacementX, 0) The problem is once userselection is set to 1 the component is placed at the origin. I can’t figure out what I need to put in place of the 0 so that when userselection is 1 I can move the component normally with my cursor.
I’ve attached a test file to help show what I’m trying to do, does anybody have any ideas or a different approach I can try?
Thanks
Test Component.skp (35.6 KB)