We have moved to https://dokuwiki.librecad.org/

Lots of content was already moved to the new wiki, but there is still work to do. If you want to contribute, please register a new account at https://dokuwiki.librecad.org/

This wiki will be kept for a while to keep search engine results valid. Moved sites may be deleted here in future.

Difference between revisions of "Layers"

From LibreCAD wiki
Jump to: navigation, search
(Created page with "== Layers == A basic concept in computer aided drafting is the use of layers to organize a drawing. Every entity in a drawing is on exactly one layer and a layer can contain l...")
 
Line 1: Line 1:
== Layers ==
 
 
A basic concept in computer aided drafting is the use of layers to organize a drawing. Every entity in a drawing is on exactly one layer and a layer can contain lots of entities. Typically entities with a common 'function' or common attributes are put on the same layer. E.g. you might want to put all axes in a drawing on a layer named 'axes'(see Figure 1). Layers can have their own attributes also (colour, line width, line style etc...). Each entity can have its own attributes or have its attributes defined by the layer it is placed on. In the latter case for example you can change the colour of all the entities on the "axes" layer by setting the colour (red for example) for the layer 'axes'.
 
A basic concept in computer aided drafting is the use of layers to organize a drawing. Every entity in a drawing is on exactly one layer and a layer can contain lots of entities. Typically entities with a common 'function' or common attributes are put on the same layer. E.g. you might want to put all axes in a drawing on a layer named 'axes'(see Figure 1). Layers can have their own attributes also (colour, line width, line style etc...). Each entity can have its own attributes or have its attributes defined by the layer it is placed on. In the latter case for example you can change the colour of all the entities on the "axes" layer by setting the colour (red for example) for the layer 'axes'.
  

Revision as of 23:13, 26 September 2012

A basic concept in computer aided drafting is the use of layers to organize a drawing. Every entity in a drawing is on exactly one layer and a layer can contain lots of entities. Typically entities with a common 'function' or common attributes are put on the same layer. E.g. you might want to put all axes in a drawing on a layer named 'axes'(see Figure 1). Layers can have their own attributes also (colour, line width, line style etc...). Each entity can have its own attributes or have its attributes defined by the layer it is placed on. In the latter case for example you can change the colour of all the entities on the "axes" layer by setting the colour (red for example) for the layer 'axes'.

In traditional manual drafting, a similar approach was used. Whether for Engineering, Architectural or Construction drawing etc...Layers were used to show different aspects of a drawing -for example this could be a layer set up for showing centre lines on an engineering drawing or to show different building systems, such as wiring and air conditioning. The layers were often drawn on separate transparent sheets of paper. These sheets were then overlaid one on top of another to produce final drawings.

Selection 008.png

Creating a Layer

Layers are usually created to hold objects with common attributes. Creating a layer is easy.

  1. From the menu select Layer->Add Layer
  2. Specify a Layer Name
  3. Optionally specify the Color, Width and Line Type

Changing an Object's Layer

Sometimes it is necessary to change an object's layer. This describes how to move one or more objects between layers.

  1. From the menu select Modify->Attributes
  2. Select the objects you want to change the layer of. See Selections for a detailed description of how to select objects
  3. Select the continue action button (double right arrow)
  4. In the Attributes dialog, drop down the Layer selection box and choose the desired layer.