Removing a Coordinate System

Removing a Coordinate System

cedwards8511
Advocate Advocate
2,953 Views
3 Replies
Message 1 of 4

Removing a Coordinate System

cedwards8511
Advocate
Advocate
Does anyone know how to remove a coordinate system from a drawing? I have a drawing that wasn't created with coordinates but somehow got one assigned to it. When I try to remove it, I have to assign something to drawing. You can't just leave the code area blank or it just remembers what was there before. Help...
0 Likes
Accepted solutions (1)
2,954 Views
3 Replies
Replies (3)
Message 2 of 4

Anonymous
Not applicable
This seems to work.
(setq cscode "")
(ade_projsetwscode cscode)

Copy those two lines to the command line with the parentheses if you don't
know lisp.

Murph


wrote in message news:5106996@discussion.autodesk.com...
Does anyone know how to remove a coordinate system from a drawing? I have a
drawing that wasn't created with coordinates but somehow got one assigned to
it. When I try to remove it, I have to assign something to drawing. You
can't just leave the code area blank or it just remembers what was there
before. Help...
Message 3 of 4

cedwards8511
Advocate
Advocate
Thank you...that seems to do the trick.
0 Likes
Message 4 of 4

Anonymous
Not applicable
Accepted solution
FYI: you can use a period (.) to un-assign a system to a DWG.

Scott