V4 beta Oct-27-2020 available now

 From:  Frenchy Pilou (PILOU)
10011.122 In reply to 10011.120 
Ok not a problem just that was curious the "Front View Camera", "align view" (?) was working for other dimensions
and not for this specific inclined one
(and very special diagonal view in only certain "Front" views) ...not vital! :)

Tricky the "Z" block! But not sure to well use...
seems that blocked the drawing of the vertical dimensions along edges in the 3D View ?
not only the one in drawing but next...
Even restart the prog and not re-using the Z shortcut...
here my shortCut used one time so the only thing I made...
script: /* Snap to z direction */ var pp = moi.ui.getActivePointPicker(); if ( pp && pp.basePt ) { pp.restrictToLinePtDir( pp.basePt, moi.vectorMath.createPoint(0,0,1), true ); }

I can't make this anymore ??? Vertical dimensions are not drawn in the vertical way like following! ???



OK that's return!!!
I suppose i had pressed "From object" button by error because i had not this inside dashed frame!



So now the "Z" blocker is working well! :)



Else


Seems Details don't access to these length...

But found again! :) Show Points and move them to the extremities arrows! Excellent!


The Edit Frame erase all when moved Points arrive to the Arrows! :(

EDITED: 13 Nov 2020 by PILOU