Horizontal and Vertical Constraints Not Consistent with View Block Text

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
The other posts I looked at about this are year(s) old. Is there still no way to correct this behavior?
I don't really care about XY planes, positive axes, etc. I expect vertical and horizontal to be consistent with the text on the view block.
In looking at the plane definitions though, my defaults have the XZ(+Y) plane as the "top" and the XY(+Z) plane as the "front". The only thing I can assume is happening is Inventor is somehow tying the Z axis to vertical because it is vertical on the top, then using Z as the default for vertical everywhere else.
This is very frustrating to deal with. On the top and bottom faces the Z axis is vertical, but on every other face the Y axis is vertical.
In fact, on further reflection, the algorithm appears to be something akin to
If [plane] is [any axis] && [Z]
Vertical = Z
else
Vertical = Y
end
When it should be the other way around! The only time that the Z axis should be vertical is in looking at the top and bottom faces, which are both different sides of the XZ plane. Every other face involves the Y-axis, and on those faces Y should be vertical.
Is there any way to change this?