Print Page | Close Window

Lisp to match rotation

Printed From: CAD Forum
Category: EN
Forum Name: AutoCAD
Forum Description: Discussion about AutoCAD and AutoCAD LT, viewers, DWG and DWF formats, Design Review, AutoCAD 360, add-ons
URL: https://www.cadforum.cz/forum_en/forum_posts.asp?TID=6323
Printed Date: 18.Apr.2026 at 12:32


Topic: Lisp to match rotation
Posted By: AvisRara
Subject: Lisp to match rotation
Date Posted: 27.Jul.2011 at 16:34
Hi,
does anyone have a lisp that matches only the rotation angle of a particular piece of text, without changing any other properties?



Replies:
Posted By: John Connor
Date Posted: 27.Jul.2011 at 18:10
Can't you use the Match Properties command?

-------------
"Humans have a strength that cannot be measured. This is John Connor. If you are reading this, you are the resistance."

<<AutoCAD 2015>>



Posted By: Arben.Allaraj
Date Posted: 27.Jul.2011 at 18:22
Originally posted by AvisRara AvisRara wrote:

Hi,
does anyone have a lisp that matches only the rotation angle of a particular piece of text, without changing any other properties?

Is text created as single text or Mltext?



-------------
Ing Arben.Allaraj
http://cad-drafting-corner.blogspot.com


Posted By: AvisRara
Date Posted: 27.Jul.2011 at 21:34
I don't want to use matchprop, because it matches all the props, and I don't want that, as my texts are in different layers and with different properties that I don't want to change.
 
It is a single text.


Posted By: FarooqiSA
Date Posted: 28.Jul.2011 at 07:44
If you want to change the rotation of text without changing any other property, use filter command to select text and modify rotation angle from properties dialog box.


Posted By: John Connor
Date Posted: 29.Jul.2011 at 15:21
Pay a visit to the CADalyst magazine website.  See their CAD Tips and Tricks section.  A number of people have posted custom lisp routines.  Maybe you'll find one that suits your needs.

-------------
"Humans have a strength that cannot be measured. This is John Connor. If you are reading this, you are the resistance."

<<AutoCAD 2015>>



Posted By: AvisRara
Date Posted: 02.Aug.2011 at 16:21
Thanks,
I'll try to find something close.



Print Page | Close Window