Jump to content

Open Discussion: List Your Favorite System Variables


tzframpton

Recommended Posts

What the title says. Please inform the reasoning as to why the system variable is valuable to you if you can.

 

  • CTAB - Useful in FIELD with Layouts for titleblock sheet numbering.
  • OFFSETGAPTYPE - Multiple offset settings.

 

Just a couple gems I really like. Any other takers to this thread? Hope we can all benefit from this! :)

Link to comment
Share on other sites

PICKFIRST and FILEDIA.

 

Why? Because without those two variables constantly getting messed up, visitors to CADTutor would probably be cut in half! LoL

Link to comment
Share on other sites

LAYERDLGMODE

 

I like the legacy layer manager. (note: With 2014 you must have that set to 1 to use the new layer merge.)

Link to comment
Share on other sites

WHIPTHREAD - Set to three and delegate duties to more cores.

 

What do settings 4-15 do? I can't find any answers anywhere.

Link to comment
Share on other sites

OSNAPHATCH is another.

 

I get a lot of architectural floorplans where the ceiling grid is a hatch. This allows me to snap my diffusers easily without having to explode hatches in the architectural background.

Link to comment
Share on other sites

ACADLSPASDOC is another.

 

From help:

0 - Loads acad.lsp into just the first drawing opened in a session

 

1 - Loads acad.lsp into every drawing opened

Link to comment
Share on other sites

DIMASSOC is a good one too.

 

From help:

0 - Creates exploded dimensions. There is no association between the various elements of the dimension. The lines, arcs, arrowheads, and text of a dimension are drawn as separate objects.

 

1 - Creates non-associative dimension objects. The elements of the dimension are formed into a single object. If one of the definition points of the dimension moves, the dimension is updated.

 

2 - Creates associative dimension objects. The elements of the dimension are formed into a single object, and one or more definition points of the dimension are coupled with association points on geometric objects. If the association point on the geometric object moves, the dimension location, orientation, and value are updated.

Link to comment
Share on other sites

WHIPTHREAD - Set to three and delegate duties to more cores.

 

What do settings 4-15 do? I can't find any answers anywhere.

 

I have my WHIPTHREAD set to 1:

 

When multithreaded processing is used for redraw operations (value 2 or 3), the order of objects specified with the DRAWORDER command is not guaranteed to be preserved for display, but is preserved for plotting.

 

Separately, WHIPTHREAD allows for an integer value much greater than 15... By my count, it's max is 32767 (not sure what anything above 3 does, but still):

 

(setq i 0)
(while (not (vl-catch-all-error-p
             (vl-catch-all-apply 'setvar (list 'whipthread i))
           )
      )
 (setq i (1+ i))
)

Edited by BlackBox
Link to comment
Share on other sites

SETVAR is a command not a system variable.

 

Like a lot of System Variables, this Command stems from the LispFunction Method.

Link to comment
Share on other sites

cmleaderstyle

cursorsize

indexctl

mbuttonpan

mirrtext

orthomode

ribboncontextselect

 

 

 

... And one that is not so much a system variable (due to registry permissions at work), but a LispFunction Method paired with a Command Reactor for editing text entities, etc., is my CAPSLOCK plug-in.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...