Shortcuts

AutoCAD SO Shortcut : SOLID : Creates solid-filled triangles and quadrilaterals

Introduction

If you need a clear, step‑by‑step guide to the AutoCAD SOLID shortcut — what it does, how to use it, why it sometimes doesn’t show results, and which alternative commands to use — this article explains everything in plain language for beginners and intermediate users. You’ll learn the command workflow, useful options, common problems and fixes, and practical tips to speed up your drawing work.

What is the solid‑shortcut?

The AutoCAD SOLID command (often typed as SOLID) creates solid‑filled 2D triangles or quadrilaterals. It’s a quick way to make a filled shape by picking three or four points. These 2D solids are not the same as 3D solids (those are created with commands like BOX, EXTRUDE, or 3DSOLID). Use SOLID when you want a simple filled element (for shading, masking, or simple fills) without generating a hatch or region.

How to use solid‑shortcut (Step by step)

Quick alias: type SOLID at the command line and press Enter. (Some users try SO or SOL as aliases — if those don’t work, use the full SOLID.)

Step‑by‑step (basic triangle or quadrilateral)

  1. Type: SOLID → Enter.
  2. Prompt: “Specify first point:” — click a point in the drawing or enter coordinates.
  3. Prompt: “Specify second point:” — click or enter coordinates.
  4. Prompt: “Specify third point:” — click or enter coordinates. At this point AutoCAD will create a triangle if you press Enter after the third point.
  5. To make a quadrilateral, specify a fourth point then press Enter.
  6. The new 2D solid is placed on the current layer and uses the current color/visual properties.

Options and useful controls

  • Use OSNAP (Object snap) to pick exact endpoints, midpoints or intersections for accurate solids.
  • Enter coordinates (absolute or relative) instead of clicking for precision: e.g., type 10,5 → Enter.
  • To place the solid on a different layer first: change the current layer or move the solid afterward with MOVE/PROPERTIES.
  • To change its fill color or transparency, use the Properties palette or layer properties.
  • To create multiple solids quickly, repeat the command or use copy/array after creation.
Read Also:  AutoCAD ME Shortcut : MEASURE : Creates Point Objects Or Blocks At Measured Intervals Along The Length Or Perimeter Of An Object

Examples (before / after)

  • Before: an open triangular outline created with LINEs.
  • After: replace the three lines with a single SOLID triangle fill — visually shaded area, easier to mask or print as filled.

Why the solid‑shortcut sometimes doesn’t work (common causes and fixes)

  1. FILLMODE is turned off

    • Symptom: Solid is created but appears as wireframe (no fill) or invisible.
    • Fix: Set system variable FILLMODE = 1. Type FILLMODE → Enter → 1 → Enter.
  2. The solid is on an off/frozen/locked layer or layer color matches background

    • Symptom: Nothing visible or looks blank.
    • Fix: Turn the layer on/thaw/unlock or change the layer color. Check LAYER manager.
  3. Visual style or viewport display hides fill (3D contexts)

    • Symptom: In 3D view or shaded settings, surfaces may not show.
    • Fix: Switch to a visual style that displays faces (e.g., Shaded, Realistic), or create a 2D SOLID in a 2D view.
  4. Object is behind another object or covered by another fill

    • Symptom: Solid is hidden.
    • Fix: Use DRAWORDER → BringToFront, or move object layer/order.
  5. Trying to create a polygon with more than four points

    • Symptom: Command requires only 3 or 4 points.
    • Fix: Use HATCH with a solid pattern, REGION, or draw a closed polyline and use HATCH/SOLID fill.
  6. SOLID command not recognized (custom aliases or older versions)

    • Symptom: “Unknown command” or alias conflicts.
    • Fix: Type the full SOLID command; check the ACAD.PGP file for alias mapping.

Alternative methods and commands

  • HATCH (Solid hatch): Use HATCH or HATCH with the pattern set to Solid for arbitrary polygon fills, cross‑hatching, or thicker fills. HATCH supports complex boundaries and many vertices.
  • POLYLINE + WIDTH: Create a closed PLINE and set segment widths to simulate filled bands (not true fill).
  • REGION: Create a closed boundary, then use REGION or AREA to convert and manage filled regions. Good for boolean operations.
  • BOUNDARY: Generates a closed curve from overlapping geometry; combine with HATCH for solid fill.
  • 3D solids: For real 3D mass, use BOX, SPHERE, EXTRUDE, 3DSOLID, or PRESSPULL. These produce true 3D bodies, not 2D filled faces.
Read Also:  AutoCAD DOV Shortcut : DIMOVERRIDE : Controls Overrides Of System Variables Used In Selected Dimensions

Editing a 2D solid

  • Use PROPERTIES to change layer, color, transparency.
  • Convert to REGION (if needed) to perform boolean operations: select the solid and use REGION.
  • Use EXPLODE cautiously — it may break the solid into faces or polylines depending on version.
  • For moving, rotating, scaling: use MOVE, ROTATE, SCALE as with other objects.

Tips and best practices

  • Use OSNAP and ORTHO (F8) for precise alignment and straight edges.
  • When filling complex shapes, prefer HATCH (Solid) over many SOLIDs — hatches are easier to edit and print consistently.
  • Keep fills on a dedicated layer (e.g., “FILL”) so you can toggle visibility or set print styles easily.
  • If you need print‑friendly fills (consistent fill color/lineweight), set properties at the layer level.
  • For consistent exports (PDF/DWG), verify plot style and that fills are not set to .
  • If you often need multi‑point filled shapes, create a closed polyline and use HATCH for flexibility.

FAQ

Why does my SOLID show only outlines or nothing at all?

Check the system variable FILLMODE — set it to 1 to display filled objects. Also confirm the object’s layer is on, thawed, and not set to a color that matches your background.

Can I create a filled polygon with more than four sides using SOLID?

No. SOLID supports only triangles (3 points) and quadrilaterals (4 points). For more sides, use HATCH (Solid pattern) or draw a closed polyline and hatch it.

How do I edit the color or transparency of a 2D solid?

Select the solid and open the Properties palette. Change Color, Layer, or Transparency there. For batch control, place fills on a dedicated layer and change the layer properties.

How is SOLID different from HATCH (Solid hatch)?

SOLID creates a single 2D filled triangle or quadrilateral quickly. HATCH (with the solid pattern) can fill complex boundaries, has better editing capabilities, and supports patterns and gradient fills. For anything beyond simple 3‑ or 4‑point fills, prefer HATCH.

Why can’t I perform boolean operations on a SOLID?

2D SOLIDs are not always regions. Convert them with the REGION command if you need to perform boolean operations or area calculations.

SOLID isn’t recognized — what should I do?

Type the full command SOLID. If it still fails, check your command aliases in the PGP file or restore default profiles. Upgrading or custom command mappings can affect aliases.

Will SOLID print properly in layouts and PDFs?

Yes, but make sure the fill’s layer isn’t set to No Plot, and that plot styles don’t render the fill invisible. If fills print unexpectedly, test with Preview and verify layer/plot settings.

Can I convert a SOLID to a hatch or vice versa?

You can recreate the filled area as a hatch: use BOUNDARY or draw a closed polyline around the area then apply HATCH (Solid). Converting a SOLID directly to a hatch may require exploding and recreating geometry.

Read Also:  AutoCAD QSAVE Shortcut : QSAVE : Saves The Current Drawing