V4 beta Oct-10-2019 available now

 From:  Michael Gibson
9526.62 In reply to 9526.60 
Hi Terry, that sure is looking nice! Now if you can make a PDF that looks like that too that's going to be pretty convenient.

So maybe the key to making the "forbidden style" easier is to have some more options for setting the construction plane. Maybe something like a "quick cplane" that will set it to a select face just for the duration of one command and then automatically restore it. Something to experiment with after v4 is wrapped up.

One of the problems with not projecting them is that it's pretty unexpected I think to place dimensions in an ortho view say like this:



And then to get this type of result:



When I saw that happening it was kind of "uh-oh that's probably not so good".

But if you really want to give non-projected a try it's actually possible to do that. Edit the text file DimLinear.js inside the install commands folder, and on line 7 change this:
code:
    pointpicker.projectToCPlane = true;

to this:
code:
    //pointpicker.projectToCPlane = true;


- Michael