Message 1 of 4
Move object from center bidirection
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I have a drawing that contains two parts. Part A can move left and right based on the center point of Part B. The moving distance must be between -90mm(Top left) and 90mm (Top right). 0mm means Part A is in the center position.
However, I got some trouble creating this movement. It seems I can only create a movement that starts from 0 to a certain number. This means I have to place Part 1 at the top left and set up the max movement is 180mm. That's not the ideal way to do it.
Is there any good method to do a bidirectional move with 1 parameter (value from -90 to 90)?