cadblockdwg

How-to guide · how to use cad blocks in nanocad

How to use CAD blocks in NanoCAD

DWGDXFFree1,049 words

By Sumana Kumar · Published 19 Oct 2023 · Updated 3 Oct 2025

NanoCAD is a lightweight DWG-native CAD program with a free tier, which makes it a natural home for the free blocks on this site — no licence fees on either end of the workflow. It reads and writes native DWG and keeps AutoCAD-style command names, so INSERT, UNITS and WBLOCK all work the way you expect. This guide walks through inserting a downloaded DWG block in NanoCAD, getting the scale right, and reusing the symbol across drawings.

NanoCAD's interface is clean and close enough to AutoCAD's that any block tutorial mostly transfers, but it has its own flavour — a ribbon-and-command-line hybrid and its own blocks tooling. We will keep to the reliable core: the INSERT command, the units check, and building a small library you can drag from. Place one block this way and every block follows.

Step 1 — Download the DWG and check units

Download the block as a DWG and save it to a folder you will remember — a project or library folder keeps it reusable across drawings. The blocks here are drawn full size in millimetres, the figure NanoCAD uses to scale the block on insertion.

Type UNITS to open the Drawing Units dialog and confirm the insertion scale is set to Millimeters for a metric template. NanoCAD honours the INSUNITS system variable as AutoCAD does, so when both the drawing and the block declare millimetres, the block lands at true size automatically. Because NanoCAD is DWG-native, there is no import or conversion step — the file drops straight in.

Step 2 — Run the INSERT command

Type INSERT (or I) and press Enter to open the Insert Block dialog. Click Browse, navigate to the DWG you downloaded, and select it. The dialog gives you the insertion point, X/Y scale and rotation, each with a 'Specify on-screen' option so you can place the block interactively.

NanoCAD also lets you drag a DWG from Windows Explorer onto the drawing canvas, where it is treated as a block on insertion — a quick way to try several downloaded blocks in a row. Whichever route you use, the block comes in as a single block reference rather than loose geometry, which is what keeps the drawing tidy and editable.

Step 3 — Place, scale and rotate

Click to set the insertion point at the block's base point, then accept the defaults or type a scale and rotation. For a block whose units match the drawing, leave the scale at 1 because the geometry is already true size.

Drawing in metres? Insert at 0.001. On an imperial template, set the insertion units to millimetres in UNITS so NanoCAD converts automatically rather than asking you to apply a factor by hand. The placed block is a single reference you can copy, mirror, rotate and array as one object — and as in any DWG program, editing the block definition later updates every instance at once, which is the core advantage of working with blocks.

Step 4 — Put the block on a layer

After placing the block, set the layer the reference lives on. Select it, open the Properties panel, and change its layer to a meaningful one — furniture, doors, fixtures — rather than 0. NanoCAD's layer manager works like AutoCAD's, so freezing a furniture layer to read the structure and thawing it to present the furnished plan behaves exactly as expected.

When a downloaded block's geometry sits on layer 0, moving the reference onto a coloured layer makes the block inherit that layer's colour and lineweight — the standard way to make one neutral block read correctly across drawings without editing the source DWG. Tidy layering early keeps a NanoCAD drawing flexible as it grows.

Step 5 — Build a NanoCAD library

NanoCAD includes WBLOCK, so you can write a block out as a standalone DWG with a chosen base point and units, ready for reuse across projects. Organise these exported DWGs into category folders — mirroring how this catalogue is grouped makes the library easy to browse.

From there, drag a block onto any drawing from File Explorer or a blocks panel rather than re-running a dialog each time. Because everything stays in plain DWG, the library is fully portable to AutoCAD, BricsCAD, GstarCAD, ZWCAD or DraftSight, so the work you put into a clean NanoCAD library is never tied to one program — a useful insurance policy whatever you draw in next.

Pitfalls to avoid in NanoCAD

The recurring issues are the same across every DWG program, and worth naming. A block that inserts tiny or huge is almost always a units mismatch, not a broken file — fix it by setting the insertion scale to millimetres in UNITS and re-inserting, rather than scaling the block by hand every time. One correction per drawing settles it.

Avoid exploding a downloaded block to tidy it: once exploded it is no longer a single reference, so you lose the update-all-at-once benefit and scatter its geometry onto whatever layers it carried. Edit the block definition instead if you need to change the symbol. If you are on NanoCAD's free tier, note that some advanced modules are paid add-ons, but plain block insertion and WBLOCK are core features and cost nothing — so building and using a free block library on the free tier works end to end.

Free download

Browse the full library — DWG & DXF, no signup.

Download CAD blocks

Questions

Frequently asked

Does NanoCAD open AutoCAD DWG blocks?+

Yes. NanoCAD is DWG-native and keeps AutoCAD-style commands, so the blocks here insert directly with no conversion. They target AutoCAD 2004 format, which NanoCAD reads without any issue.

Can I use these blocks on NanoCAD's free version?+

Yes. Block insertion with INSERT and library-building with WBLOCK are core features available on the free tier, so you can download, insert and reuse the free blocks here end to end at no cost.

Why is my block the wrong size in NanoCAD?+

It is an insertion-units mismatch. Type UNITS, set the insertion scale to Millimeters to match the block, then insert again. NanoCAD honours INSUNITS and will rescale the block automatically to true size.

How do I reuse a block across NanoCAD drawings?+

Use WBLOCK to write the block out as a standalone DWG into a category-organised library folder, then drag it onto any drawing from File Explorer or a blocks panel without re-running a dialog.

Related downloads

Blocks for this guide

Popular blocks to download

Related categories

Related guides