Reverse Direction of a Polyline
Hello, I m new here, so Hi to everyone.
I ve installed BricsCAD some days now and I can say I m really happy.
I was using Acad. I need to reverse the direction of a polyline with one command, just how Im used to do. I don't remember the command I was using because I customize a lot (it was just the "R" command… I think it was the REVERSE Acad)
Now in BricsCAD I have to PEDIT and then press R to reverse the polyline
Is there a way to do it in one step? One command solution?
Thanks a lot
Comments
-
Hello.
In Bricscad, the REVERSE command is not defined.
The simpleset way of working seems to be to create a button tool using an expression like:
^C^C_.pedit;_r;;A more advanced solution would be to create a lisp function defining a custom command named REVERSE and have this function automatically loaded.
1 -
see attached lisp.
PEDIT command have reverse function.
using lisp save some clicks…
1 -
Thanks to all of you. It is very helpfull. Nice forum!
0