Boolean Operations
| Operation | Command | Function |
|---|---|---|
| Union | UNION | Combines two solids into one |
| Subtract | SUBTRACT | Removes one solid from another (e.g., drilling holes) |
| Intersect | INTERSECT | Keeps only overlapping volume |
D Modification
- Gizmos – on-screen widgets for Move, Rotate, Scale along specific axes
- FILLETEDGE – round edges of a solid
- CHAMFEREDGE – bevel edges of a solid
- Sub-object selection – Ctrl+click to select faces, edges, or vertices
Visual Styles
| Style | Description | Use Case |
|---|---|---|
| 2D Wireframe | Lines only | Precise editing |
| Wireframe | 3D lines, no surfaces | Seeing through objects |
| Realistic | Materials and lighting | Presentations |
| Conceptual | Smooth shading | Design review |
| Shaded | Basic flat shading | General modeling |
| X-Ray | Semi-transparent | Checking internal geometry |
Rendering
Pipeline: Materials → Lighting → Background → Render
Materials – define surface appearance (color, texture, reflectivity, transparency)
- Applied via Materials Browser → drag onto object or assign to selection
- Built-in library: wood, metal, glass, concrete, brick, fabric, ceramic
Material Mapping – controls how texture wraps around 3D surface (Planar, Box, Cylindrical, Spherical)
Lighting:
| Light Type | Simulates | Best For |
|---|---|---|
| Default | Ambient illumination | Quick previews |
| Distant | Sun/directional | Exterior scenes |
| Point | Bare bulb (all directions) | Interior lamps |
| Spotlight | Focused cone | Feature lighting |
| Sun & Sky | Realistic solar position | Exterior renders with sky |
Backgrounds: Solid color, Gradient, Image, Sun & Sky (procedural)
Render Settings:
| Quality | Speed | Use For |
|---|---|---|
| Draft/Low | Fast | Quick material check |
| Medium | Moderate | Working renders |
| High | Slow | Client presentations |
| Presentation | Slowest | Final output |
Camera (CAMERA) – define specific viewpoints for rendering
Save renders as PNG, JPEG, TIFF for presentations and deliverables
Product Comparison
| Feature | Full Version | LT Version |
|---|---|---|
| 3D Modeling | Full solid/surface/mesh | Minimal (view only) |
| Customization | AutoLISP, VBA, .NET | Limited |
| Express Tools | Included | Not available |
| Sheet Sets | Full support | Not available |
| Data Extraction | Full | Not available |
| Standards Checking | Automated | Not available |
| Price | Premium | Mid tier |
System Variables Worth Adjusting
| Variable | Default | Recommended | Controls |
|---|---|---|---|
| APERTURE | 10 | 15–20 | Object snap target size |
| DIMASSOC | 2 | 2 (verify!) | Dimension associativity |
| MIRRTEXT | 0 | 0 | Mirrored text readability |
| PICKBOX | 3 | 4–5 | Selection cursor size |
| LTSCALE | 1 | Match scale factor | Global linetype scale |
| STARTUP | 0 | Try both | New drawing start dialog |
Learning Path Summary
| Phase | Focus | Milestone |
|---|---|---|
| Foundation | Interface, files, navigation, setup | Navigate confidently, draw simple shapes |
| Precision | Coordinates, objects, osnaps, tracking | Create accurate geometry from scratch |
| Productivity | Selection, transform, array, grips | Multiply and reshape work efficiently |
| Organization | Layers, properties, linetypes, inquiry | Professionally organized drawings |
| Refinement | Trim, extend, offset, fillet, chamfer, stretch | Surgical geometry modification |
| Documentation | Text, dimensions, hatches, blocks, xrefs, layouts | Complete construction document sets |
| 3D & Output | 3D modeling, rendering, plotting, templates | 3D visualizations, print-ready deliverables |
Mermaid Diagrams
Complete Professional Workflow
flowchart TD
A[Start from Template] --> B[Draw in Model Space at 1:1]
B --> C[Organize with Layers]
C --> D[Configure Layouts & Viewports]
D --> E[Annotate: Text, Dimensions, Leaders]
E --> F[Hatch Materials & Sections]
F --> G[Insert Blocks & Reusable Content]
G --> H[Review & QA Check]
H --> I[Plot / Publish]
I --> J[Deliver]
Drawing Strategy
flowchart TD
A[Outer Boundary: Exterior Walls] --> B[Interior Divisions: Partitions]
B --> C[Openings: Doors & Windows via Offset + Trim]
C --> D[Details: Fixtures, Furniture, Equipment]
D --> E[Layer Assignment & Properties]
E --> F[Annotation & Dimensioning]
F --> G[Hatching & Material Representation]
Model Space vs Paper Space
flowchart LR
MS[Model Space: Create at 1:1 Scale] --> VP1[Viewport 1: Plan at 1:100]
MS --> VP2[Viewport 2: Section at 1:50]
MS --> VP3[Viewport 3: Detail at 1:10]
VP1 --> L[Layout: Paper Space with Title Block]
VP2 --> L
VP3 --> L
L --> P[Plot at 1:1]
Block Workflow
flowchart TD
A[Draw Objects on Layer 0] --> B[Define Block: Name + Base Point + Select]
B --> C[Insert Block: Point, Scale, Rotation]
C --> D{Need to Edit?}
D -- Yes --> E[BEDIT: Open Block Editor]
E --> F[Modify Geometry / Add Attributes]
F --> G[Save & Close: All Instances Update]
D -- No --> H[Continue Drawing]
D Modeling Pipeline
flowchart TD
A[Draw 2D Profile] --> B{Creation Method}
B --> C[EXTRUDE: Push to Height]
B --> D[REVOLVE: Spin Around Axis]
B --> E[SWEEP: Follow Path]
B --> F[LOFT: Blend Profiles]
C --> G[Boolean: Union / Subtract / Intersect]
D --> G
E --> G
F --> G
G --> H[Materials + Lighting]
H --> I[RENDER: Photorealistic Output]
Key Terms
- Block – a collection of objects grouped into a single, reusable named entity
- Boolean Operations – combining 3D solids via Union, Subtract, or Intersect
- ByLayer – property inheritance where objects derive appearance from their layer
- Crossing Selection – right-to-left selection capturing objects inside or touching the box
- DWG – the native file format and industry-standard drawing file
- Dynamic Block – a block with parameters and actions for post-insertion modification
- Extrude – pushing a 2D profile into a 3D solid along a height or path
- Grip – interactive handles appearing on selected objects for direct manipulation
- Hatch – pattern fill representing materials or cross-sections in enclosed areas
- Layout – a Paper Space tab representing a printed sheet with viewports
- Linetype – the pattern of a line (continuous, dashed, center, phantom)
- LTSCALE – system variable controlling global linetype scale
- Model Space – the infinite workspace where geometry is created at full scale
- Object Snap (Osnap) – precision tool locking cursor to exact geometric points
- Paper Space – the layout environment representing physical output sheets
- Parametric Constraint – geometric or dimensional rule enforcing design relationships
- Plot Style Table (.ctb/.stb) – file mapping drawing properties to printed appearance
- Polar Tracking – temporary alignment paths at specified angle increments
- Polyline – connected line and arc segments treated as a single object
- Rendering – processing 3D model with materials, lighting, and shadows into a photorealistic image
- Template (.dwt) – pre-configured drawing file used as a starting point for new projects
- UCS (User Coordinate System) – movable working plane for drawing on different surfaces in 3D
- Viewport – a window on a Layout displaying Model Space at a specific scale
- Window Selection – left-to-right selection capturing only objects entirely inside the box
- Xref (External Reference) – a live-linked external DWG file displayed in the host drawing
Quick Revision
- Always draw at 1:1 scale — handle scaling only through viewports and layouts at print time
- Master the Command Line — typing aliases is 2–3x faster than clicking the Ribbon
- Object Snaps are non-negotiable — keep Endpoint, Midpoint, Center, and Intersection always on
- Layers are organizational backbone — use standard naming, assign all properties ByLayer, never draw on Layer 0
- Blocks eliminate repetition — draw once, insert everywhere; edit definition → all instances update
- Model Space = workshop; Paper Space = gallery — create geometry in Model Space, compose output in Layouts
- Annotative scaling — set one paper-size height; software handles viewport scaling automatically
- Trim+Extend share a workflow — start either command, Enter for all edges, click to trim, Shift+click to extend
- Templates save hours — configure layers, styles, layouts, and standards once; reuse on every project
- Always Preview before Plot — verify scale, lineweights, and completeness before sending to output
