Author Topic: Align Multiple Text Objects to Curve  (Read 420 times)

0 Members and 1 Guest are viewing this topic.

encepta

  • Mosquito
  • Posts: 13
Align Multiple Text Objects to Curve
« on: April 15, 2024, 01:05:18 PM »
Problem: I need to align multiple text objects to curve.

LeeMac's DTCurve does exactly what I need but it only allows one text to be aligned at a time...

Any thoughts/ideas? I do not want to loop this function because that also results in a ton of clicks.

https://www.lee-mac.com/dtcurve.html


Lee Mac

  • Seagull
  • Posts: 12916
  • London, England

xdcad

  • Swamp Rat
  • Posts: 503
Re: Align Multiple Text Objects to Curve
« Reply #2 on: April 15, 2024, 09:13:06 PM »

You can specify the distance after alignment





https://www.theswamp.org/index.php?topic=59245.0
The code I wrote uses XDRX-API,which can be downloaded from github.com and is updated at any time.
===================================
https://github.com/xdcad
https://sourceforge.net/projects/xdrx-api-zip/
http://bbs.xdcad.net

reyas1123

  • Newt
  • Posts: 50
Re: Align Multiple Text Objects to Curve
« Reply #3 on: April 21, 2024, 07:36:21 AM »

You can specify the distance after alignment





https://www.theswamp.org/index.php?topic=59245.0

Dear Sir,
i downloaded the file and save to lsp file but has an error. tnx
ReyAs

xdcad

  • Swamp Rat
  • Posts: 503
Re: Align Multiple Text Objects to Curve
« Reply #4 on: April 21, 2024, 09:52:51 PM »

Quote

Dear Sir,
i downloaded the file and save to lsp file but has an error. tnx
ReyAs

Have you downloaded the API compressed package at https://github.com/xdcad/XDrx-API, decompressed it, and installed the files inside?
During installation, check all of them. After installation, start ACAD and check with F2. There will be a prompt whether the API is loaded.

=======

┌───────────────────────────────────┐
│  ≡ XDRX_API For AutoCAD Build 2024.04.28 ≡  │
│  http://www.xdcad.net  Mail:7598165@qq.com  │
└───────────────────────────────────┘

========


If normal,

It is possible to run the forum LISP
The code I wrote uses XDRX-API,which can be downloaded from github.com and is updated at any time.
===================================
https://github.com/xdcad
https://sourceforge.net/projects/xdrx-api-zip/
http://bbs.xdcad.net

reyas1123

  • Newt
  • Posts: 50
Re: Align Multiple Text Objects to Curve
« Reply #5 on: April 22, 2024, 03:56:27 AM »
Thank you so much


Quote

Dear Sir,
i downloaded the file and save to lsp file but has an error. tnx
ReyAs

Have you downloaded the API compressed package at https://github.com/xdcad/XDrx-API, decompressed it, and installed the files inside?
During installation, check all of them. After installation, start ACAD and check with F2. There will be a prompt whether the API is loaded.

=======

┌───────────────────────────────────┐
│  ≡ XDRX_API For AutoCAD Build 2024.04.28 ≡  │
│  http://www.xdcad.net  Mail:7598165@qq.com  │
└───────────────────────────────────┘

========


If normal,

It is possible to run the forum LISP