Page 1 of 1

A Question regarding Question

PostPosted: Thu Oct 11, 2018 2:20 pm
by BEMArchitect
In the cleanup menu, one line trim, it defaults to "ENTITY" ; is there a way to turn that off? I don't like it to default to that.

Re: A Question regarding Question

PostPosted: Thu Oct 11, 2018 2:51 pm
by Roger D
In DcadWin.ini file in the program directory, edit with notepad and change to False
1LineTrim By Entity=TRUE

; Controls the behavior of the Entity toggle in 1LnTrim.
; If TRUE, Entity is automatically reset to on.
; If FALSE, Entity is automatically reset to off.
; If blank, the Entity toggle will retain its last status.

A nice resource for these questions
https://www.datacad.com/ddn/dcadwin.ini.html
Open and search by a term, I used "entity" to find this one.

Or, Program Preferences, Misc Tab, Lower Left area.

Re: A Question regarding Question

PostPosted: Thu Oct 11, 2018 2:55 pm
by David A. Giesselman
Brady,

In the [General] section of the dcadwin.ini file, look for the following key:

1LineTrim By Entity=TRUE

That key can be set 3 ways:
  1. 1LineTrim By Entity=TRUE
    Entity will always be On when entering 1 Line Trim
  2. 1LineTrim By Entity=FALSE
    Entity will always be Off when entering 1 Line Trim
  3. 1LineTrim By Entity=
    Entity will remember its last state when entering 1 Line Trim
Dave

Re: A Question regarding Question

PostPosted: Thu Oct 11, 2018 3:37 pm
by BEMArchitect
Thank you so much Roger and Dave!