Friday, August 17, 2007

New on AutoCAD 2008: Layereval

Layereval Command is new on AutoCAD 2008. This is used mainly for better control of new layers being created in drawings. This is good tool for CAD Quality Controllers/Managers to maintain standards and prevent plotting errors.

But on most of my projects, I mostly turn this off by setting Layereval=0.


More on Autodesk official definition:


Type: Integer
Saved in: Drawing
Initial value:1

Controls when the Unreconciled New Layer filter list in the Layer Properties Manager is evaluated for new layers.
The setting is stored in an integer using one of the following values:

0
Off

1
Detects when new xref layers have been added in the drawing

2
Detects when new layers have been added in the drawing and xrefs



Unreconciled layers are new layers that have been added to the drawing and have not yet been acknowledged by the user and manually marked as reconciled.
Reconciling new layers is the process of manually reviewing new layers so that you can avoid potential errors before plotting your drawing or when restoring a layer state.
Unreconciled layers are new layers that have been added to the drawing or to attached xrefs since the layer list was last evaluated. The layer list is checked for new layers when a command, such as PLOT is used. In new drawings, the layer baseline is created when the drawing is saved or plotted for the first time. When a new drawing is first saved, the layer baseline is created, and all layers present in the saved drawing are considered reconciled (not new). Layers that are added after a drawing is first saved are considered new unreconciled layers.
NoteThe layer baseline is created when the
LAYEREVAL
system variable is set to 1 or 2.

When a command that is set in the Layer Settings dialog box or LAYEREVAL system variable is used, the layer list is checked at that time and compared to the baseline. If there are new layers, notification will display and the Unreconciled New Layers filter is automatically created and activated in the Layer Properties Manager.
Unreconciled layers become reconciled by right-clicking the layer and clicking the Reconcile Layer option. Once a layer has become reconciled, it is removed from the Unreconciled New Layers filter. After all new layers are reconciled, the Unreconciled New Layers filter is removed.


NoteYou can reconcile multiple unreconciled layers at the same time.

No comments: