But REVERSE won't work on a Circle anyway -- if you need something like a flow-direction or battered-wall linetype on a Circle, and need the linetype to go the other way, you would need to convert it to a Donut-type Polyline, such as with ReverseDirection.lsp >her...
StartPoint} line2.EndPoint: {line2.EndPoint}"); line1.StartPoint = (0,0) line1.EndPoint: (2,1) ReferenceEquals(line1, line2): False line1.StartPoint = (2,1) line1.EndPoint: (0,0) line2.StartPoint = (2,1) line2.EndPoint: (0,0) Gilles ChanteauProgrammation AutoCAD LISP/.NET...