TheSwamp

Code Red => AutoLISP (Vanilla / Visual) => Topic started by: encepta on April 15, 2024, 01:05:18 PM

Title: Align Multiple Text Objects to Curve
Post by: encepta 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

Title: Re: Align Multiple Text Objects to Curve
Post by: Lee Mac on April 15, 2024, 05:55:10 PM
Try this old program -
https://www.cadtutor.net/forum/topic/47595-text-align-amp-delete-lisp-routine/#comment-390758
Title: Re: Align Multiple Text Objects to Curve
Post by: xdcad on April 15, 2024, 09:13:06 PM

You can specify the distance after alignment

(http://www.theswamp.org/index.php?action=dlattach;topic=59245.0;attach=42302;image)

(http://www.theswamp.org/index.php?action=dlattach;topic=59245.0;attach=42299;image)

https://www.theswamp.org/index.php?topic=59245.0
Title: Re: Align Multiple Text Objects to Curve
Post by: reyas1123 on April 21, 2024, 07:36:21 AM

You can specify the distance after alignment

(http://www.theswamp.org/index.php?action=dlattach;topic=59245.0;attach=42302;image)

(http://www.theswamp.org/index.php?action=dlattach;topic=59245.0;attach=42299;image)

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
Title: Re: Align Multiple Text Objects to Curve
Post by: xdcad 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
Title: Re: Align Multiple Text Objects to Curve
Post by: reyas1123 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