0% found this document useful (0 votes)
17 views10 pages

Autocad Modul4

Module 4 covers the organization and annotation tools in AutoCAD, emphasizing the importance of layers, blocks, and text for creating clear engineering documents. It details how to manage layers, create and insert blocks, and utilize text and dimensions effectively. Additionally, it introduces advanced features like tables, data extraction, and annotation scaling to enhance document clarity and functionality.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
17 views10 pages

Autocad Modul4

Module 4 covers the organization and annotation tools in AutoCAD, emphasizing the importance of layers, blocks, and text for creating clear engineering documents. It details how to manage layers, create and insert blocks, and utilize text and dimensions effectively. Additionally, it introduces advanced features like tables, data extraction, and annotation scaling to enhance document clarity and functionality.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

📝 Module 4: Organization and Annotation (15 Pages)

This module focuses on the tools that organize the drawing (Layers, Blocks) and provide
essential information (Text, Dimensions, Tables). These are the elements that transform
geometry into a legible engineering or architectural document.

Page 1: Introduction to Drawing Organization

1.1 The Need for Organization

A complex AutoCAD drawing can contain hundreds or thousands of objects. Without


organization, editing becomes difficult, and the drawing is illegible when printed. Organization
tools ensure that:

 Clarity: Objects are easily identified by function (e.g., walls, furniture, annotations).
 Control: Visibility and plot settings can be managed globally.
 Consistency: Standardized text and dimensions are used throughout the project.

1.2 Key Organizational Tools

 Layers: The primary method for sorting objects by function.


 Blocks: Reusable groups of geometry treated as a single object.
 Groups: Simple groupings for temporary manipulation.

Page 2: Understanding Layers

2.1 What is a Layer?

Think of layers as transparent sheets stacked on top of each other. Each sheet holds a specific
type of information (e.g., one sheet for walls, one for doors, one for dimensions).

 Purpose: Every object in AutoCAD should reside on a layer that describes its purpose.
 Default Layer: All drawings start with the Layer 0. Best Practice: Do not draw on
Layer 0.

2.2 Accessing the Layer Properties Manager

 Command: Type $\text{LA}$ and Enter, or click the Layer Properties Manager icon on
the Layers Panel.
 Function: This palette is used to create, rename, and set the properties for all layers in
the drawing.
Page 3: Layer Properties

3.1 Essential Layer Controls

Each layer has several properties that control how objects on that layer behave and appear:

Property Icon Function

On/Off 💡 Toggles the visibility of objects on the layer.

Temporarily removes the layer from memory, speeding up performance for


Freeze/Thaw ❄️
large files.

Prevents accidental modification of objects on the layer. They remain


Lock/Unlock 🔒
visible but cannot be selected or edited.

Color Sets the color for objects on that layer (by default).

Linetype Sets the line style (Continuous, Dashed, Hidden, etc.).

Lineweight Sets the printed thickness of the lines.

Plot/No Plot 🖨️ Controls whether the layer is printed or displayed only on screen.

3.2 Setting the Current Layer

 The Current Layer is the layer on which all new objects are created.
 To set the current layer, select it in the Layer Properties Manager or the Layer Drop-
down list on the Ribbon.

Page 4: Layer Management Commands


4.1 Layer Manipulation Shortcuts (LAY... Commands)

Command Alias Function

LAYON Turns $\text{ON}$ all layers that are currently $\text{OFF}$.

Turns $\text{OFF}$ selected layers. Select an object on the layer you


LAYOFF
wish to turn off.

Freezes selected layers. Better than $\text{LAYOFF}$ for large


LAYFRZ
drawings.

LAYLCK Locks selected layers. Prevents editing.

LAYUNL Unlocks selected layers.

Isolates selected layers (turns off all others). Type $\text{LAYUNISO}$


LAYISO
to reverse.

Changes the layer of selected objects to match a destination object's


LAYMATCH
layer.

4.2 Best Practice Layer Naming

Use a standardized system, often based on the industry and function, for quick identification:

 Example: $\text{A-WALL-EXT}$ (Architectural - Wall - Exterior)


 Example: $\text{M-PIPE-DOM}$ (Mechanical - Piping - Domestic Water)

Page 5: Working with Blocks

5.1 What is a Block?

A Block is a named collection of objects (geometry, text, layers) that acts as a single, insertable
unit.
 Efficiency: Storing geometry as a single definition reduces file size.
 Consistency: All instances (insertions) of a block are identical. Modifying the Block
Definition updates all insertions globally.
 Attributes: Blocks can contain $\text{Attributes}$ (smart text) used for part lists or
scheduling (covered on Page 9).

5.2 Creating a Block (BLOCK or B)

1. Draw the geometry you want to block (e.g., a toilet fixture).


2. Type $\text{B}$ and Enter to open the Block Definition dialogue.
3. Name: Give the block a meaningful name (e.g., $\text{TOILET-30IN}$).
4. Base Point (Insertion Point): Click $\text{Pick point}$ and select the intended insertion
point (e.g., the center back).
5. Objects: Click $\text{Select objects}$ and select the geometry, then $\text{Enter}$.
6. Behavior: Ensure $\text{Scale uniformly}$ is checked.
7. Click $\text{OK}$. The geometry disappears and is ready for insertion.

Page 6: Inserting and Editing Blocks

6.1 Inserting a Block (INSERT or I)

1. Type $\text{I}$ and Enter to open the $\text{INSERT}$ dialogue or the Blocks palette.
2. Select the desired block name from the list.
3. Insertion Point: Check $\text{Specify on screen}$ (default).
4. Scale/Rotation: Leave at $\text{1}$ and $\text{0}$ unless otherwise needed.
5. Click $\text{OK}$ and click the desired location in the drawing area.

6.2 Editing a Block Definition (BEDIT)

To change the geometry within a block and update all insertions:

1. Double-click any insertion of the block.


2. The Block Editor opens (a separate drawing environment).
3. Modify the geometry (e.g., change the color, add a line).
4. Click the Close Block Editor button on the Ribbon.
5. Save changes when prompted. All block insertions update instantly.

6.3 Exploding a Block (X)

If you need to edit just one instance of a block without affecting others, select the block and use
the $\text{EXPLODE}$ command ($\text{X}$). This turns the single block object back into
raw, individual geometry.
Page 7: Simple Text Annotation (TEXT and MTEXT)

7.1 Text Styles (STYLE)

Before adding text, define a Text Style to control its appearance globally.

1. Type $\text{STYLE}$ and Enter.


2. Create a $\text{New}$ style (e.g., $\text{STANDARD-A}$ or $\text{NOTES}$).
3. Set the $\text{Font Name}$ (e.g., $\text{Arial}$ or $\text{Romans}$).
4. Set the $\text{Annotative}$ property (covered on Page 15).

7.2 Single-Line Text (TEXT or DT)

 Function: Used for short labels where each line is a separate object.

1. Type $\text{TEXT}$ and Enter.


2. Specify the Start point of the text.
3. Specify the Height of the text.
4. Specify the Rotation angle ($\text{0}$ is default).
5. Type the text and $\text{Enter}$.

7.3 Multi-line Text (MTEXT or MT)

 Function: Used for paragraphs, notes, or large bodies of text. All text within the
boundary is a single object.

1. Type $\text{MTEXT}$ and Enter.


2. Specify the First corner of a text boundary box.
3. Specify the Opposite corner.
4. The Text Editor Ribbon appears. Input and format the text (like a word processor).

Page 8: Leaders and Multileaders (LEADER and MLEADER)

8.1 The Purpose of Leaders

A $\text{Leader}$ is a line or sequence of lines connecting an annotation or text to a feature or


object in the drawing.

8.2 Multileader (MLEADER)

The $\text{MLEADER}$ command is the modern, preferred tool, combining the leader line,
arrowhead, and $\text{MTEXT}$ into a single object.

1. Type $\text{MLEADER}$ and Enter.


2. Click the point on the object you are labeling.
3. Click the break point for the leader line.
4. Click the start of the text box.
5. Type the annotation.

8.3 Multileader Style (MLS)

Similar to Text Styles, $\text{Multileader Styles}$ ($\text{MLS}$) control the global


appearance of leaders:

 Arrowhead: Size and type (e.g., Arrow, Dot, None).


 Leader Structure: Number of segments and landing length.
 Content: Text style, height, and attachment (Middle of Top Line, Middle of Text, etc.).

Page 9: Text Attributes in Blocks

9.1 What are Attributes?

An Attribute is an intelligent text label attached to a Block definition. Attributes allow you to
assign specific data to each block instance (e.g., Part Number, Model, Cost).

 Example: You insert a DOOR block. The block itself has no text, but it contains
attributes for $\text{DOOR-ID}$ ($\text{D01}$), $\text{WIDTH}$ ($\text{36"}$), and
$\text{FIRE-RATING}$ ($\text{2HR}$).

9.2 Defining Attributes (ATTDEF)

1. Type $\text{ATTDEF}$ and Enter to open the Attribute Definition dialogue.


2. Tag: The unique, machine-readable name (e.g., $\text{MODEL\_NO}$).
3. Prompt: The question asked when the block is inserted (e.g., $\text{Enter Model
Number:}$).
4. Default: The suggested value.
5. Place the attribute definition near the block geometry.
6. Use the $\text{BLOCK}$ ($\text{B}$) command to define the block, selecting both the
geometry and the attribute definitions.

Page 10: Introduction to Dimensioning

10.1 Purpose of Dimensions

Dimensions provide necessary size and location information to fabricate or construct the design.
 Types: $\text{Linear, Aligned, Angular, Radial, Diameter}$.
 Associativity: Dimensions are Associative by default, meaning if you stretch or move
the geometry, the dimension value automatically updates.

10.2 Setting Dimension Styles (DSTYLE or D)

Dimension styles control the global appearance of all dimension types.

1. Type $\text{DSTYLE}$ or $\text{D}$ and Enter.


2. Create a $\text{New}$ style (e.g., $\text{ARCH-8TH}$ or $\text{METRIC-2DEC}$).
3. Major Settings Tabs:
o Lines: Color and type of dimension lines.
o Symbols and Arrows: Arrowhead style and size.
o Text: Text style and placement.
o Fit: How to handle crowded dimensions.
o Primary Units: Precision (e.g., 1/8" or $0.00$).

Page 11: Linear and Aligned Dimensions

11.1 Linear Dimension (DIMLINEAR or DLI)

Measures the distance along the X or Y axis (horizontal or vertical).

1. Type $\text{DLI}$ and Enter.


2. Specify the First extension line origin (use $\text{OSNAP}$ to click the first point).
3. Specify the Second extension line origin (click the second point).
4. Specify the Dimension line location (move the mouse up/right and click to place).

11.2 Aligned Dimension (DIMALIGNED or DAL)

Measures the true distance between two points, parallel to the line connecting them.

1. Type $\text{DAL}$ and Enter.


2. Specify the First point.
3. Specify the Second point.
4. Specify the Dimension line location.

11.3 Baseline and Continue Dimensions

 Baseline (DIMBASELINE): Places the new dimension parallel to the previous one,
sharing the first extension line origin. Used for chain dimensions from a single datum.
 Continue (DIMCONTINUE): Places the new dimension end-to-end with the previous
one, sharing the second extension line origin. Used for continuous string dimensions.
Page 12: Radial and Angular Dimensions

12.1 Radius and Diameter (DIMRADIUS/DIMDIAMETER)

 Radius (DIMRADIUS or DRA): Measures and annotates the radius of an arc or circle.
1. Type $\text{DRA}$ and Enter.
2. Select the Arc or Circle.
3. Specify the dimension line location.
 Diameter (DIMDIAMETER or DDI): Measures and annotates the diameter of an arc or
circle.

1. Type $\text{DDI}$ and Enter.


2. Select the Arc or Circle.
3. Specify the dimension line location.

12.2 Angular Dimension (DIMANGULAR or DAN)

Measures the angle between two non-parallel lines, or the angle defined by an arc.

1. Type $\text{DAN}$ and Enter.


2. To measure two lines: Select the first line, then select the second line.
3. To measure an arc: Select the arc.
4. Specify the arc dimension location.

Page 13: Tables and Data Extraction

13.1 Creating Tables (TABLE or TBL)

AutoCAD tables are used for schedules, revision histories, or parts lists.

1. Type $\text{TABLE}$ and Enter.


2. Set the Number of Columns and Rows.
3. Set the $\text{Column Width}$ and $\text{Row Height}$.
4. Specify the Insertion Point and click.
5. Double-click any cell to enter text.

13.2 Table Styles (TSTYLE)

Similar to other styles, a Table Style controls the appearance of borders, cell margins,
background fills, and the text style within the header, data, and title rows.

13.3 Data Extraction (DEX)


This advanced feature allows you to automatically extract data from Block Attributes (Page 9)
and geometry properties (e.g., X/Y coordinates, area) and export it to an external file or place it
directly into an AutoCAD $\text{TABLE}$.

Page 14: Groups

14.1 Grouping Objects (GROUP or G)

A $\text{Group}$ is a simple, temporary way to combine multiple objects so they can be


selected and manipulated as a single entity without the complexity of creating a $\text{Block}$.

1. Type $\text{G}$ and Enter.


2. Select objects to group and $\text{Enter}$.
3. The objects now act as a single selection set.

14.2 Manipulating Groups

 Ungroup (UNGROUP): Breaks the group back into individual objects.


 Group Edit (GEDIT): Allows you to add or remove objects from an existing group.
 Group Selection: By default, clicking one member selects the entire group. This
behavior can be toggled $\text{ON/OFF}$ using the GROUPDISPLAYMODE system
variable, or by pressing $\text{CTRL + SHIFT + A}$.

Page 15: Annotation Scaling (Annotative Objects)

15.1 The Problem of Scale

In AutoCAD, geometry is drawn at 1:1 scale (Model Space). Annotations (text, dimensions,
leaders) must be scaled relative to the plot scale (e.g., a $\text{10}$ unit high text must look
correct whether the drawing is printed at $1:50$ or $1:100$).

15.2 Annotative Objects

 Annotative objects automatically adjust their size or scaling factor to match the
Annotation Scale set for a given Viewport.
 Process:
1. Define a text/dimension/leader $\text{Style}$ as $\text{Annotative}$.
2. Set the desired paper height (e.g., text height $\text{2.5}$ units).
3. When creating the object, assign the necessary scales (e.g., $\text{1:50}$ and
$\text{1:100}$).
4. In the layout, ensure the $\text{Viewport}$ has the correct Annotation Scale
applied.
 Result: The text size remains readable and consistent on paper, regardless of the
viewport's drawing scale.

15.3 Annotation Visibility

The Annotation Visibility toggle on the Status Bar (a scale symbol) controls whether annotative
objects with unassigned scales are temporarily shown or hidden.

You might also like