how to insert blocks in autocad 2014

Upload: nurul-amirah-princesza

Post on 14-Apr-2018

218 views

Category:

Documents


0 download

TRANSCRIPT

  • 7/27/2019 How to Insert Blocks in AutoCAD 2014

    1/3

    How to Insert Blocks in AutoCAD 2014ByBill FanefromAutoCAD 2014 For Dummies

    AutoCAD provides a number of ways to insert a block or a whole drawing file, but the most commonly used and

    most flexible is the Insert dialog box. To insert a block, follow these steps:

    1. Set an appropriate layer current.

    Insert each block on a layer that has something to do with the blocks geometry or purpose:

    If all objects in the block definition reside on one layer, you should usually insert the block on that

    layer.

    If the block geometry spans several layers, choose a suitable one to insert the block on. For example,

    a block that shows a gearbox made of geometry on layers named Casing, Armature, Shaft, and

    Fasteners, for example, would be inserted on a Motors layer.

    If any of the block definitions geometry was created on Layer 0 (zero), that geometry inherits the color,

    linetype, and other object properties of the layer on which you insert the block.

    2. On the Home tab of the Ribbon, click the Insert button on the Block panel.

    The Insert dialog box appears.

    3. Enter the block definition name (or external filename) by using one of these methods:

    Use the Name drop-down listto select from a list of block definitions in the current drawing.

    Click the Browse button to select an external DWG file and have AutoCAD create a block definition

    from it.

    Browse to any existing drawing and insert it into the current drawing to create a new block definition

    within the host drawing. The new definition retains no connection to the inserted drawing.

    http://www.dummies.com/search.html?query=Bill+Fanehttp://www.dummies.com/search.html?query=Bill+Fanehttp://www.dummies.com/search.html?query=Bill+Fanehttp://www.dummies.com/store/product/AutoCAD-2014-For-Dummies.productCd-1118603974.htmlhttp://www.dummies.com/store/product/AutoCAD-2014-For-Dummies.productCd-1118603974.htmlhttp://www.dummies.com/store/product/AutoCAD-2014-For-Dummies.productCd-1118603974.htmlhttp://www.dummies.com/store/product/AutoCAD-2014-For-Dummies.productCd-1118603974.htmlhttp://www.dummies.com/search.html?query=Bill+Fane
  • 7/27/2019 How to Insert Blocks in AutoCAD 2014

    2/3

    4. You can use an external drawing to replace a block definition in the current drawing. If you click Browse and

    choose a file whose name matches the name of a block definition thats already in the drawing, AutoCAD

    asks you to confirm the update and updates the block definition in the drawing with the current contents of

    the external file.

    5. Enter the insertion point, scale, and rotation angle of the block.

    You can either select the Specify On-Screen check box in each area to specify the parameters onscreen at

    the command prompt or type the values you want in the text boxes in the Insertion Point, Scale,

    andRotationareas.

    Select the Uniform Scale check box to constrain the X, Y, and Z scaling parameters to the same value.

    6. If you want AutoCAD to create a copy of the individual objects in the block instead of a block

    reference that points to the block definition, select the Explode check box and click OK.

    7. If you selected the Specify On-Screen check box for the insertion point, scale, or rotation angle,

    answer the prompts on the Command: line to specify these parameters.

    After you insert a block, all the objects displayed in the block reference behave as a single object. When you

    select any object in the block reference, AutoCAD highlights all the objects in it.

    AutoCAD gives you three more ways to insert a block:

    Drag and drop: Drag a DWG file from Windows Explorer and drop it anywhere in the current drawing

    window. AutoCAD then prompts you to choose an insertion point and (optionally) change the default scale

    factor and rotation angle.

    The DesignCenter palette: Drag a block definition from the Blocks section of the DesignCenter palette and

    drop it into the current drawing window.

    You can import Inventor part (IPT) and assembly (IAM) models directly into AutoCAD 2013 and later.

    Inventor is AutoCADs 3D parametric and associative sibling, intended primarily for mechanical design.

    Imported Inventor files come across as dumb 3D solids that lose their parametrics and associativity, but

    they can be modified and edited like any other AutoCAD 3D solid.

    The Tool Palettes window: You first must create and configure appropriate tools. The easiest method is

    right-clicking a drawing in DesignCenter and choosing Create Tool Palette. A new tabbed page is added to

    the Tool Palettes window, containing all block definitions from the drawing you right-clicked. Simply click

    and drag a tool to insert its corresponding block into a drawing.

    Dragging blocks from a tool palette doesnt give you the chance to specify a different insertion scale, nor

    can you use all the precision tools in AutoCAD to specify the insertion point precisely. So you may need to

    move the block into place after inserting it.

    You should first master the other block insertion methods, especially using the Insert dialog box and

    DesignCenter palette. Then if you find yourself inserting the same blocks frequently, consider creating a tool

    palette containing them. Check out the Add Content with DesignCenter topic in the AutoCAD online Help

    system for more information.

    Although the preceding paragraph refers to the Tool Palettes window, palettes in AutoCAD arent like regular

    windows or dialog boxes. Theyremodeless, so they can stay open while you carry out other tasks outside them.

    The official programmer-ese term for the palette is enhanced secondary window, or ESW.

  • 7/27/2019 How to Insert Blocks in AutoCAD 2014

    3/3

    Be careful when you insert one drawing into another. If the host (orparent) drawing and the inserted (orchild)

    drawing have different definitions for layers that share the same name, the objects in the inserted drawing take

    on the layer characteristics of the host drawing.

    For example, if you insert a drawing with lines on a layer named Walls thats blue and dashed into a drawing with

    a layer named Walls thats red and continuous, the inserted lines on the Wall layer turn red and continuous after

    theyre inserted. The same rules apply to linetypes, text styles, dimension styles, table styles, multileader styles,

    and block definitions that are nested inside the drawing youre inserting.

    To modify a block definition after youve inserted at least one instance of it, use the BEdit (Block Editor)

    command; choose Block Editor in the Block panel on the Home tab, or simply double-click a block insertion.