Homeโ€บ Blogโ€บ CLB LISP: Cloud / Callout Outline Free Download
๐Ÿ“ LISP

CLB LISP: Cloud / Callout Outline Free Download

๐Ÿงฎ 1  |  ๐ŸŸข 1
21 Jun 2026 Trishunya Team
CLB LISP: Cloud / Callout Outline Free Download
๐Ÿ“ LISP · CAD UTILITIES

CLB LISP: Cloud / Callout Outline (Free AutoLISP Download)

๐Ÿ“… 21 Jun 2026 ๐Ÿท๏ธ CAD BGBgol Global
CLB AutoLISP routine, Cloud / Callout Outline, shown inside a CAD window

CLB draws a cloud-shaped callout outline through a series of points you pick, using uniform bulge-arc polyline segments sized by a radius you specify. It produces a clean, consistent cloud shape in far fewer steps than manually building one with PEDIT's arc option.

CLDBGN-bgol (Cloud / Callout Outline)

CATEGORY
Utility Lisps
COMMAND NAME
CLB
LISP FILE
CLDBGN-bgol.lsp
LICENSE
Open-source, free

Command Type: AutoLISP routine (works in AutoCAD, BricsCAD, ZWCAD and most AutoLISP-compatible CAD platforms)
Developed by: BGol Community, bgol.in

Inspired by the general concept of cloud/callout drawing utilities used for CAD markups and presentation drawings. This is an original, independently written routine, new file name, new command name, new source code, created so the CAD community has a free, editable, open-source alternative.

Overview

CLB draws a cloud-shaped callout outline through a series of points you pick, using uniform bulge-arc polyline segments sized by a radius you specify. It produces a clean, consistent cloud shape in far fewer steps than manually building one with PEDIT's arc option.

How to Use

  1. Load CLDBGN-bgol.lsp into your CAD session (drag-and-drop the file onto the drawing window, or use the APPLOAD command).
  2. Type CLB at the command line and press Enter.
  3. At the Specify cloud arc radius: prompt, enter the radius to use for the cloud's bumps.
  4. Pick points outlining the area you want to enclose (around a table, note, or region of interest). Press Enter when finished picking.
  5. A single closed cloud-shaped LWPOLYLINE is created on a dedicated layer, BGOL-CLB (colour green), connecting your points with uniform bulge arcs.

Why Use It

  • Fewer Steps, faster than manually using PEDIT's arc option to build a similar cloud/callout shape.
  • Consistent Output, every bump is generated from the same radius, so the resulting outline looks clean and uniform rather than irregular.
  • Improves Presentation, draws attention to important content in review markups or presentation-quality drawings.

Where to Use It

  • Marking up or calling out important content (data tables, notes, key dimensions) in a presentation-quality drawing.
  • Creating revision-cloud-style annotations to flag areas of a drawing that changed or need attention.
  • Any drafting task needing a quick, visually consistent cloud/callout shape without the extra steps of the native PEDIT arc workflow.

Notes

  • A minimum of 3 picked points is required to close the cloud outline.
  • If the radius entered is too small for a particular chord, the routine falls back to a modest default bulge for that segment so the command never fails outright.
  • Works as a single closed LWPOLYLINE, so it can be edited afterward (grip-edit, PEDIT, etc.) like any other polyline.
  • Source code is fully open, feel free to study, modify, and redistribute it under the same open, free-for-all spirit.

Credits

Developed and shared for the CAD community by BGol Community. Website: https://bgol.in/ Free and open-source, use it, modify it, share it, for personal or commercial work alike.

Frequently Asked Questions

What CAD platforms does CLB work on?

CLB is a standard AutoLISP routine, so it runs in AutoCAD, BricsCAD, ZWCAD, and most other AutoLISP-compatible CAD platforms without modification.

What should I know before using CLB?

A minimum of 3 picked points is required to close the cloud outline.

What is the main benefit of using CLB?

Fewer Steps, faster than manually using PEDIT's arc option to build a similar cloud/callout shape.

Is CLB free to use for commercial projects?

Yes. CLB is fully open-source and free to use, modify, and redistribute for both personal and commercial work, developed and shared by the BGol Community.

How do I load the CLB command into my drawing?

Drag and drop CLDBGN-bgol.lsp onto your open drawing window, or load it through the APPLOAD command, then type CLB at the command line to run it.

๐Ÿค About BGol Community

BGol Community of Advanced Surveying builds and shares free, open-source tools for the survey and CAD drafting community.

๐Ÿ™Œ Made with โค๏ธ by BGol Community of Advanced Surveying

Free, open-source, and built for the CAD community, for personal or commercial use, always.

Back to all articles