I have a simple part that I am attempting to place a pair of asymmetric chamfers on. I have the top one set as desired but when I go to place the bottom one it wants to place the chamfer backwards. Is there a way to flip the second chamfer around? I know I can mirror it on this part, or create a second one and it wouldn't be a big deal but some day I might want to have a part with 45 chamfers that are not on a symmetric part and this would be nice to know.
As usual the help files are a little less than helpful. It referenced flipping the line but neglects to inform how to find that option.
Simply click each edge. A direction arrow pops up. Click the arrow and it'll switch.
Edit: Well dangit, that only works for Distance/Angle chamfers. Looks like you can't fix asymmetric Distance/Distance directions on an edge-by-edge basis!
Looking at the API, it appears that whether or not the direction is flipped is stored on an entity-by-entity basis. I've found a few instances in SW where functionality exists, but the user interface is broken to where you can only access it via API. If I wasn't so lazy, I'd throw together some code and see if this is a problem/bug/shortcoming in the interface, or if it's really not possible to do for asymmetric Distance/Distance chamfers.