acad-images-ole

Insert and manipulate raster images, underlays, OLE objects, and wipeouts in AutoCAD drawings.

3|Updated Feb 17, 2026
One-click install
npx skills add https://github.com/hebackus/c3d-api-plugin --skill acad-images-ole
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: acad-images-ole
Source: https://github.com/hebackus/c3d-api-plugin/tree/main/skills/acad-images-ole
Command: npx skills add https://github.com/hebackus/c3d-api-plugin --skill acad-images-ole

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the setup and management of raster images, underlays, OLE objects, and wipeouts in AutoCAD drawings, reducing manual configuration and errors.

Core Features & Use Cases

  • Raster image definition and installation: creates or updates RasterImageDef entries and associates them with images.
  • Underlay handling: inserts and references PDF/DWF/DGN underlays with proper dictionary management and clipping.
  • OLE and wipeouts: iterates over OLE objects; creates wipeouts and controls draw order for clean documentation.
  • Clipping and alignment: applies clip boundaries to images and underlays and positions them accurately within the drawing.

Quick Start

Use this skill to insert and position a raster image with its definition, clip boundaries, and an accompanying underlay in your AutoCAD drawing.

Frequently Asked Questions about acad-images-ole

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I insert and clip raster images in AutoCAD using .NET?

Raster image insertion in AutoCAD requires creating RasterImageDef entries and associating them with RasterImage objects. This skill automates that setup, applies clip boundaries, and positions images accurately within your drawing.

Can I attach PDF or DGN underlays and manage their clipping boundaries?

Yes, underlay handling in AutoCAD supports inserting and referencing PDF, DWF, and DGN files. This skill manages underlay dictionary entries, applies clipping boundaries, and controls the reference definitions for clean documentation.

What's the best way to manage OLE objects and wipeouts for clean documentation?

Managing OLE objects and wipeouts involves iterating over OLE entries and creating wipeouts to control draw order. This skill automates these actions to ensure clean documentation workflows without manual configuration errors.

Do I need knowledge of the AutoCAD .NET API to use this image and underlay skill?

Familiarity with the AutoCAD .NET API is required to understand the underlying concepts. You should know RasterImageDef, UnderlayDefinition, UnderlayReference, and OLE handling as described in the skill documentation.

How does image clipping work for raster images and underlays in AutoCAD?

Image clipping applies defined boundaries to raster images and underlays, restricting their visible area. This skill manipulates these clip boundaries and aligns the referenced objects accurately within the drawing space.

Why are my raster image definitions or underlay references not displaying correctly?

Raster image definitions and underlay references often fail due to improper dictionary management or missing associations. This skill resolves these issues by automating RasterImageDef creation and underlay reference handling.