Community
AutoCAD Forum
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

How to Convert Aligned Dimension to Rotated/Linear Dimension Globally..

10 REPLIES 10
SOLVED
Reply
Message 1 of 11
Anonymous
10693 Views, 10 Replies

How to Convert Aligned Dimension to Rotated/Linear Dimension Globally..


Dear Friends & Masters,
Need Help again for this query,
one of my man by mistake gave aligned dimension instead of Linear,
now it will be a big task for us to delete all the Dim and do it again,
So can anyone help, i need to
Convert those Aligned Dimensions to Rotated/Linear Dimension Globally,
so please if you all have any suggestions or solutions for this please reply.

Hoping a reply
 
Spoiler
 
 
10 REPLIES 10
Message 2 of 11
3wood
in reply to: Anonymous

I reckon you need a lisp routine to do the work.

Message 3 of 11
mmelechinsky
in reply to: Anonymous

You'll find two possible solutions listed in a reply to your thread over at CADTutor.
Message 4 of 11
Anonymous
in reply to: 3wood

Thanks for the Quick response,

 

Is it possible to get that lisp file

Message 5 of 11
Anonymous
in reply to: mmelechinsky

Thanks for valuable suggestion,

But i did not find any of them working

i tried changedimobjects.lsp but it dosent change any of the stuff

Message 6 of 11
mmelechinsky
in reply to: Anonymous

You must have done something wrong. Try again.
Message 7 of 11
Anonymous
in reply to: mmelechinsky

No sir, 

i did the bellow

 

Command: CHANGEDIMOBJECT

Select objects: 1 found

Select objects: ; error: no function definition: DTR

Specify point on positive-Y portion of the UCS XY plane <129.4576,138.5712,0.0000>:

 

then i checked the properties its still Aligned Dimension 😞

Message 8 of 11
Kent1Cooper
in reply to: Anonymous


@Anonymous wrote:

 

....

Select objects: ; error: no function definition: DTR

 

....

DTR is a common name for a Degrees-To-Radians converter, which they must have omitted from their command definition, probably because they have one loaded automatically.  Try putting this in:

(defun dtr (deg) (* (/ deg 180.0) pi))

 

You should be able to just paste that into the Command: line and try the CHANGEDIMOBJECT command again, but ideally you should include it in its .lsp file [if that's what it is], or in acaddoc.lsp to load it automatically.

Kent Cooper, AIA
Message 9 of 11
Anonymous
in reply to: Kent1Cooper

Yessssss ...It worked...

Wow That was Awesome ......wow wow...

Thanks a lot...to all of you 

and special thanks to Kent1cooper

 you all are awesome

Message 10 of 11
Nasim.Jenabi
in reply to: Kent1Cooper

thank you for your help, but another question if we want to keep the angle as it is what we can do ?

Message 11 of 11
cad.student
in reply to: Anonymous

Dear I want that Lisp file and how to use it

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

AutoCAD Inside the Factory


Autodesk Design & Make Report