Lecture 3
Lecture 3
BSR163
Lecture 3
Learning Outcome
At the end of the lecture, students should be able to
Demonstrate the use of CAD tools
Create 2D & 3D models
Unit Objective for Lecture 3
Planning for paper
Utilizing layer toolbars to create layers
Editing drawing
Draw and modify text
Draw and modify dimensions
Planning for paper
Planning for paper
Type LAYOUTWIZARD
Planning for paper
Give the new layout a name and click Next. In place of
the default name, Layout3, I recommend something more
descriptive — for example, D-Size Sheet. Or you can call it
A1-Size Sheet if you’re of the metric persuasion.
Choose a printer or plotter to use when plotting this
layout and click Next.
Choose a paper size, specify whether to use inches or
millimeters to represent paper units, and click Next.
Specify the orientation of the drawing on the paper
and click Next. The icon displaying the letter A on the
piece of paper shows you which orientation is which.
Planning for paper
On the Create Layout – Title Block page, select
None and click Next. I don’t recommend selecting one
of the two available title blocks, as the odds are slim that
either will fit on the paper size you selected in Step 4.
Define the arrangement of viewports that AutoCAD
should create and select the viewport scale for them
all from the drop-down list. Then click Next.
Click Select Location to specify the location of the
viewport(s) on the layout; then pick the viewport’s
corners.
Click Finish.
Planning for paper
Planning for paper
Planning for paper
Planning for paper
Editing drawing
Editing drawing
Editing drawing
How to MOVE?
How to COPY?
How to STRETCH?
Editing drawing
Editing drawing
Others?
Practice trial and error!
Layers
A layer is simply an organizational tool that lets
you organize the display of objects in your
drawing.
Every object must have a layer, and every layer
must have a color, a linetype, and a lineweight –
also called as object properties.
Layers
Layers give you many ways to organize your
drawing:
You can assign different colors, linetypes, and lineweights to
layers.
You can assign the various colors to different pens in a pen
plotter, resulting in a drawing with varying colors or line widths.
You can control the visibility of layers. Making a layer invisible
lets you focus on just the objects that you need to draw or edit.
You can control which objects are plotted.
You can lock a layer so that objects on that layer cannot be edited.
Layers
Four states of layers:
On/Off: On layers (the default) are visible. Off layers are
invisible and are regenerated with the drawing.
Thawed/Frozen: Thawed layers (the default) are visible.
Frozen layers are invisible and are not regenerated with the
drawing. However, when you thaw a frozen layer, it requires a
regeneration.
Unlocked/Locked: Unlocked layers (the default) are visible
and editable. Locked layers are visible but cannot be edited.
Plottable/Not Plottable: Plottable layers are plotted. Not
plottable layers are not plotted. This setting affects only layers
that are on or thawed because off and frozen layers are not
plotted anyway.
Creating new layers
Creating new layers
Creating new layers
Saving layer states
1. Set all of the layer states and properties the way you want them. Usually, you have
already done this and should save the state before making changes that you plan to
reverse later on.
2. Choose Layer Properties Manager from the Layers toolbar to open the Layer
Properties Manager.
3. Click Save State to open the Save Layer States dialog box, shown
1. Single Line
when you want each line of text to be a separate object or when you
are creating a small amount of text. Single-line text has fewer
options than the multiline text
2. Multiline
The main disadvantage is that single-line text does not use
word wrap, a feature that wraps text to the next line to keep a
neat right margin. Multiline text (also called paragraph text
and not to be confused with multilines) solves this problem
and also offers many more formatting options compared to
single-line text. The entire paragraph of multiline text is one
object.
Single Line Text
Choose Draw➪Text➪Single Line
Text. This starts the DTEXT
command. DTEXT stands for
dynamic text: You can see the text on
the screen as you type it.
?
Multiline Text
Choose Draw➪Text➪Multiline
Text. This starts the MTEXT
command. AutoCAD tells you the
current style and text height.
Multiline Text Editor, which opens
after you have specified the
bounding box.
Multiline Text
Formatting
Style
Font
Text Height
Bold
Italic
Underline
Undo
Redo
Stack/Unstack – using /, # and ^ symbols
Multiline Text
Importing text
Drag-and-drop in .txt or .rtf file
Copy and paste from clipboard
Copy and paste directly to Multiline Text
Editor
Find and replace
Edit➪Find
Spell check
Tools➪Spelling
Multiline Text
Text is a complex object type. Text greatly
increases drawing size and adds redraw and
regeneration time. The more complex fonts,
such as the TrueType fonts, can have a huge
impact on how long it takes to open and
save a file.
Solution – free the text layer. Freezing text layers can
help regeneration time dramatically—a good reason to give text
its own layer. Don’t forget to freeze dimension text, too.
Dimensions are usually placed on a separate layer
The elements of dimension
In Autocad, dimensions
are:
Block; if you pick a
dimension, all parts of
dimension are selected
Associative; if you
change the size of
object, dimension will
also be adjusted.
Preparing dimensions
Create layer of dimensions
Create a text style for your dimensions (tips: set the
height of the text to zero so you can edit later)
Choose Tools➪Drafting Settings, click the Object Snap
tab, and set the running object snaps you want.
Create a dimension style.
Save your dimension layer, dimension text style, and
dimension style in your drawing templates.
Dimension toolbar
Linear & Aligned
Ordinate
Radius & Diameter
Angular
Baseline
Continue
QLeader or Leader
Dimension Style Manager
Defining New Dimension Style
Lines and Arrows: Sets specifications for dimension lines,
extension lines, arrowheads, and center marks.
Text: Determines the appearance, placement, and alignment of
dimension text.
Fit: Sets how text and arrows fit inside narrow dimensions, where
text is placed when it doesn’t fit in its default position, the scale factor
for dimension features, and whether to place a dimension line inside
narrow dimensions.
Primary Units: Determines the format and precision for the
primary measuring unit for both linear and angular dimensions.
Alternate Units: Determines the format and precision for
secondary units, if turned on (such as metric measurements if your
primary units are English, or vice versa).
Tolerances: Formats tolerances.
Dimension exercise
Unit Objective for Lecture 3
Planning for paper
Utilizing layer toolbars to create layers
Editing drawing
Draw and modify text
Draw and modify dimensions