acad-mleaders

Automate AutoCAD MLeader creation and manipulation with MText or Block content.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the creation and management of AutoCAD Multileaders (MLeader) to consistently attach text or blocks to precise leader structures.

Core Features & Use Cases

  • Builds and configures MLeader structures (leaders, lines, content) programmatically.
  • Demonstrates MText or Block content, doglegs, content alignment, and per-leader overrides for precise annotation in CAD drawings.
  • Use Case: Create a standardized annotation for multiple objects across a Civil 3D drawing, ensuring consistent leader behavior and styling.

Quick Start

Use this skill to quickly assemble an MLeader with text content at the given coordinates.

Frequently Asked Questions about acad-mleaders

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

FAQPage Schema
How do I programmatically create AutoCAD multileaders with .NET?

You can programmatically create AutoCAD multileaders by using .NET APIs to construct MLeader objects, assign MText or block content, and attach leader lines to precise coordinates in the drawing.

Can I add doglegs and per-leader overrides to MLeader objects in Civil 3D?

Yes, you can configure doglegs, content alignment, and per-leader overrides when constructing MLeader objects to ensure consistent annotation behavior across multiple entities in Civil 3D.

What is the best way to manage leader vertices for AutoCAD annotations?

Managing leader vertices involves programmatically defining coordinate structures during MLeader construction, allowing precise manipulation of leader lines and their attachment points across CAD drawing entities.

Does this MLeader automation approach support block content or only text?

This MLeader automation approach supports both MText and block content, allowing you to programmatically assign either text or block references to leader structures for flexible drawing annotations.

How do I standardize multileader styles across multiple objects in a CAD drawing?

You can standardize multileader styles by programmatically customizing MLeader properties during creation, ensuring consistent leader behavior, styling, and content alignment across all annotated objects in the drawing.