Page 1 of 1

Changing dimension Text Position - Knockout

PostPosted: Sun Jun 02, 2019 10:12 pm
by seasdes
I draw dimensions so that the dimension text is drawn in line. The dimension text is drawn with a knockout that obscures part of the dimension line. This is what I want.
However when I reposition the dimension text to some other place on the dimension line I find that the dimension text no longer hides the dimension lines. This has happened over a number of versions of Datacad.
How do I get the knockout to work?

Re: Changing dimension Text Position - Knockout

PostPosted: Mon Jun 03, 2019 6:18 am
by seasdes
I tried changing knockout size to a figure larger than 1.0 as reported in 2013. However, the problem remains.

Re: Changing dimension Text Position - Knockout

PostPosted: Wed Jun 05, 2019 4:36 am
by Mark Bell
A screen shot would be useful to see it better...

Re: Changing dimension Text Position - Knockout

PostPosted: Wed Jun 05, 2019 5:22 am
by seasdes
Mark Bell wrote:A screen shot would be useful to see it better...


Hi Mark
Attached is a screenshot.

Re: Changing dimension Text Position - Knockout

PostPosted: Wed Jun 05, 2019 5:36 am
by Mark Bell
Hi Seasdes,

In Dimension, try Linear / Change / Text Position then left mouse pick on the dim string text and reposition it where you require. Note, if you pick F1 Default, the dims will auto place to the centre of the dimension line.

Whilst in Text Position, then pick the dimension text F1 Rotate will appear in the side menu allowing you to rotate and place the text.

Ctrl + right click over the text will let you turn on KO and repeat to adjust the size. Also check that View/KO's has Compatibility Mode Off (unless exporting to DWG etc.)

This should do....

Re: Changing dimension Text Position - Knockout

PostPosted: Wed Jun 05, 2019 5:41 am
by Mark Bell
forgot to mention, if you use the move entities pull down icon, then select move To Front, you can move the recently moved dim text with KO 'over' the dimension line so it once again cuts out the line.

Re: Changing dimension Text Position - Knockout

PostPosted: Wed Jun 05, 2019 6:38 am
by seasdes
Attached is a cad file with the offending dimensions

Re: Changing dimension Text Position - Knockout

PostPosted: Wed Jun 05, 2019 11:34 am
by joshhuggins
I can confirm what seasdes is seeing. When the Associated dimensions are created the text must be created last so it properly knocksout the dimensions line, but once the text is re-positioned it no longer knocks out the dimensions line, I would guess because that process must to something that changes the text's display order to be drawn before the linework. Dave will probably need to tweak the dim text reposition feature to draw the text higher in the display order or something along those lines I would guess.

Re: Changing dimension Text Position - Knockout

PostPosted: Wed Jun 05, 2019 11:55 am
by David A. Giesselman
seasdes wrote:I draw dimensions so that the dimension text is drawn in line. The dimension text is drawn with a knockout that obscures part of the dimension line. This is what I want.
However when I reposition the dimension text to some other place on the dimension line I find that the dimension text no longer hides the dimension lines. This has happened over a number of versions of Datacad.
How do I get the knockout to work?

Please send me a drawing (a simple drawing please) that displays this behavior.

Regards,
Dave

Re: Changing dimension Text Position - Knockout

PostPosted: Wed Jun 05, 2019 11:59 am
by joshhuggins
David A. Giesselman wrote:Please send me a drawing (a simple drawing please) that displays this behavior.
He has a file attached to the post above that I tested with and I also was able to duplicate it in one of my files as well.

Re: Changing dimension Text Position - Knockout

PostPosted: Wed Jun 05, 2019 5:43 pm
by seasdes
I sent a copy of the file to Dave

Re: Changing dimension Text Position - Knockout

PostPosted: Fri Jun 07, 2019 9:24 am
by David A. Giesselman
I believe I have this corrected for the next update.

Dave

Re: Changing dimension Text Position - Knockout

PostPosted: Fri Jun 07, 2019 11:54 pm
by seasdes
Thanks Dave