Fastest Way to add a vertical dimension?

in a scenario like this, with some 3D lines:

what do you think the fastest way to throw a quick vertical dimension on the ‘upward’ line is?

AutoCPlane doesn’t seem to work cus’ its a line… and I don’t have any surfaces nearby to align to… is there like a ‘DimVertical’ that I’m missing?

@ed.p.may

Hi Ed - something like this perhaps

! _Cplane _3Point _MultiPause _Dim _MultiPause _CPlane _Undo
or maybe quicker
! _Cplane _Rotate _X 90 _Dim _MultiPause _CPlane _Undo

-Pascal

1 Like

nice!! thank you @pascal !
-e