
CAD discussion forum - ask any CAD-related questions here, share your CAD knowledge on AutoCAD, Inventor, Revit and other Autodesk software with your peers from all over the world. To start a new topic, choose an appropriate forum.
Please abide by the
rules of this forum.
This is a peer-to-peer forum. The forum doesn't replace the official direct technical support provided by ARKANCE for its customers.
How to post questions: register or login, go to the specific forum and click the NEW TOPIC button.
Author |
Topic Search Topic Options
|
AvisRara
Newbie
Joined: 29.Apr.2011
Location: Canada
Using: Acad2002
Status: Offline
Points: 12
|
Topic: Lisp to match rotation Posted: 02.Aug.2011 at 16:21 |
Thanks,
I'll try to find something close.
|
 |
John Connor
Senior Member
Joined: 01.Feb.2011
Location: United States
Using: AutoCAD 2018
Status: Offline
Points: 7175
|
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>>
|
 |
FarooqiSA
Groupie
Joined: 03.Jun.2011
Location: Pakistan
Using: AutoCAD2007, 2008, 2011
Status: Offline
Points: 20
|
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.
|
 |
AvisRara
Newbie
Joined: 29.Apr.2011
Location: Canada
Using: Acad2002
Status: Offline
Points: 12
|
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.
|
 |
Arben.Allaraj
Senior Member
Joined: 14.Nov.2007
Location: Albania
Using: AutoCAD 2008
Status: Offline
Points: 602
|
Posted: 27.Jul.2011 at 18:22 |
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
|
 |
John Connor
Senior Member
Joined: 01.Feb.2011
Location: United States
Using: AutoCAD 2018
Status: Offline
Points: 7175
|
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>>
|
 |
AvisRara
Newbie
Joined: 29.Apr.2011
Location: Canada
Using: Acad2002
Status: Offline
Points: 12
|
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?
|
 |