Homeโ€บ Blogโ€บ RT2P LISP: Rotate Text Parallel to Two Points Free Download
๐Ÿ“ LISP

RT2P LISP: Rotate Text Parallel to Two Points Free Download

๐Ÿงฎ 3  |  ๐ŸŸข 3
08 Jun 2026 Trishunya Team
RT2P LISP: Rotate Text Parallel to Two Points Free Download
๐Ÿ“ LISP · CAD UTILITIES

RT2P LISP: Rotate Text Parallel to Two Points (Free AutoLISP Download)

๐Ÿ“… 08 Jun 2026 ๐Ÿท๏ธ CAD BGBgol Global
RT2P AutoLISP routine, Rotate Text Parallel to Two Points, shown inside a CAD window

RT2P rotates one or more selected TEXT/MTEXT entities to align exactly parallel to a direction defined by two picked reference points. In city maps, road labels often need to run parallel to the road; in cadastral drawings, plot numbers need to run parallel to the parcel boundary. Doing this by eye is slow and imprecise, RT2P computes the exact angle from your two picks instead.

RTPARALLEL-bgol (Rotate Text Parallel to Two Points)

CATEGORY
Text Lisps
COMMAND NAME
RT2P
LISP FILE
RTPARALLEL-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 two-point text-rotation utilities used in CAD/survey drafting. 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

RT2P rotates one or more selected TEXT/MTEXT entities to align exactly parallel to a direction defined by two picked reference points. In city maps, road labels often need to run parallel to the road; in cadastral drawings, plot numbers need to run parallel to the parcel boundary. Doing this by eye is slow and imprecise, RT2P computes the exact angle from your two picks instead.

How to Use

  1. Load RTPARALLEL-bgol.lsp into your CAD session (drag-and-drop the file onto the drawing window, or use the APPLOAD command).
  2. Type RT2P at the command line and press Enter.
  3. Select the text entity, or multiple text entities, you want to rotate.
  4. Pick the first reference point.
  5. Pick the second reference point.
  6. Every selected text entity is rotated to the exact angle between the two picked points. Insertion points and everything else about the text stay the same, only rotation changes.

Why Use It

  • Exactness, the rotation angle is computed directly from your two picks, not eyeballed.
  • Batch-friendly, rotates any number of selected text entities to the same exact angle in one pass.
  • Consistency, produces uniform, professional-looking label alignment parallel to roads, boundaries, or any other reference direction.

Where to Use It

  • City/urban maps, aligning street name labels parallel to the road they label.
  • Cadastral/parcel drawings, aligning plot numbers parallel to the parcel boundary line.
  • Any drawing requiring multiple text labels consistently aligned parallel to a specific reference direction.

Notes

  • The rotation angle is calculated with AutoLISP's native angle function between the two picked points, so it's exact to the precision of your pick (use object snaps for best results).
  • Works on both TEXT and MTEXT entities in the same selection set.
  • Only the rotation (group code 50) is modified, position, height, layer, and content are untouched.
  • 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 RT2P work on?

RT2P 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 RT2P?

The rotation angle is calculated with AutoLISP's native angle function between the two picked points, so it's exact to the precision of your pick (use object snaps for best results).

What is the main benefit of using RT2P?

Exactness, the rotation angle is computed directly from your two picks, not eyeballed.

Is RT2P free to use for commercial projects?

Yes. RT2P 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 RT2P command into my drawing?

Drag and drop RTPARALLEL-bgol.lsp onto your open drawing window, or load it through the APPLOAD command, then type RT2P 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