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
Solved! Go to Solution.
Solved by Kent1Cooper. Go to Solution.
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
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 😞
@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.
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
thank you for your help, but another question if we want to keep the angle as it is what we can do ?
Can't find what you're looking for? Ask the community or share your knowledge.