How to specify arrow direction for "point along path"?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I have a model that I am trying to parameterize, and I want to be able to use one parameter to control the angle of a 3 point plane that exists in multiple spots in the model. One of the points of that plane I create using "point along path" The problem I am running into is that when I click the edge, it's a total coin toss as to which direction your product is going to decide that the arrow points. Sometimes the arrow is pointing down so that a distance of proportion 1.0 along the path is at the bottom. Sometimes that arrow is pointing up so that that 1.0 is at the top. This would be an easy fix for a single hard coded value just by flipping it to the other end, but since I'm trying to use parameters here, I need the arrow to point in the same direction every time, and more than that I need for me as the user to be able control that direction in a determistic way. I need a button. At the moment it seems random. Why isn't this user controllable? Other dialogs have a "flip" option. "Point along path" needs that too.