Jump to content

Recommended Posts

Posted

I am unfamiliar with the align command. What are the specifics that make this command work. My hope is to grab individual multi-line text units and align them so they are all left justified to one another. Is this possible and can I use the align command.

Posted

In plain old vanilla AutoCAD Align works like this:

 

Aligns objects with other objects in 2D and 3.

 

I'm pretty sure this command was not meant to be used in the manner you wish to use it.

Posted

I don't think you want the align command. It sounds to me like you should make sure the properties of all the mtext are set to left justified and then place them all on a vertical line.

 

Hope I've helped. If I've misunderstood you, sorry.

Posted

Is there another command or method to achieve aligning the text?

Posted

What is an LSP?

I'm not sure how to use this or to apply it in CAD.

Posted

A LSP is your friend. Put the two files in Acad's support directory. To load your friend, at the command line type (load "alignit"). Once loaded invoke the lisp by typing ALI.

Posted

This is great. Thanks so much for my new friend.

Posted
A LSP is your friend. Put the two files in Acad's support directory. To load your friend, at the command line type (load "alignit"). Once loaded invoke the lisp by typing ALI.

Hi,

 

might want to change the commandname here as ALI is an alias for DBCONNECT in "out-of-the-box" Vanilla AutoCAD 2008.

 

You could also create a toolbarbutton for it where the command would look like this:

 

^C^C^P(if not C:ALI (load"alignit.lsp"));ALI;

 

This would work if the ALI wasn't already taken...

 

/Petri

Posted
Hi,

 

^C^C^P(if not C:ALI (load"alignit.lsp"));ALI;

 

/Petri

Oops...

^c^c^p(if (not c:ali (load"alignit"));ali;

  • 9 months later...
Posted

sorry to re-open this old thread, but I'm looking at a similar problem, how to align all text vertically, and the LSP seems to be missing.

 

Can you please re-attach it?,

 

(for now I just modified the X postion in the property, but I would like a command to do this)

 

Thank you very much

Jesper

Posted

just to say thank you for this pretty usefull routine, thats exactly what some friends here were looking for ;)

Posted

i just downloaded the lsp and loaded it into acad and this is what i get

Command: ali

ALIGNIT - Error: quit / exit abort

SYSTEM VARIABLES have been reset

Command:

 

any suggestions?

  • 8 years later...
Posted (edited)

to get it work you need to do as in replay #7 to current thread:

http://www.cadtutor.net/forum/showthread.php?19523-Align-Command&p=122186&viewfull=1#post122186

 

1. Add new path in Autocad options, support section

2. Do APPLOAD lisp from this path.

 

Follow command prompts, and a good tutorial on ALIGNIT.lsp lisp you get it here:

http://www.cadalyst.com/general-software/autolisp-solutions-aligning-objects-3178

Edited by mikitari
Posted

mikitari: You do realize you're responding to a question posted by in 2008 do you not? If chelsea still hasn't figured it out by now she should consider starting over in a new career. Please don't start dredging up old threads.

Posted (edited)

Hi ReMark, yes I do. I have been currently digging for a lisp to align blocks, and found ALIGNIT. And it is good. I was lacking some information on how to make it work, even in this thread. I think someone else might need this information in 2016 too, that is why i posted again, and added the link to a tutorial. I apologize if it is a mess. Cheers!

Edited by mikitari

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...