• Industries
  • Products
  • Buy
  • Services & Support
  • Communities
  • Discussion Groups

    Visual LISP, AutoLISP and General Customization

    Reply
    Mentor
    Posts: 227
    Registered: ‎12-27-2007

    Does anyone have a curve fit routine they could share?

    172 Views, 4 Replies
    04-17-2012 11:30 AM

    i.e. one that would apply best fit lines and arcs to a segmented polyline?

    Thanks!

    Please use plain text.
    *Expert Elite*
    Posts: 6,416
    Registered: ‎06-29-2007

    Re: Does anyone have a curve fit routine they could share?

    04-17-2012 11:34 AM in reply to: hypersonic

    Hi,

     

    if you don't describe what you want to have exactly most of us will think of "use the PEDIT-command".

    So you should describe what you want to have in another way, or at least why you can't use PEDIT. Let us see some samples what AutoCAD does and what you want to have instead.

     

    - alfred -

    -------------------------------------------------------------------------
    Alfred NESWADBA
    Ingenieur Studio HOLLAUS ... www.hollaus.at
    -------------------------------------------------------------------------
    Please use plain text.
    Mentor
    Posts: 766
    Registered: ‎12-26-2005

    Re: Does anyone have a curve fit routine they could share?

    04-18-2012 09:51 AM in reply to: hypersonic

    By chance, do want to create a LWPOLYLINE

    from a random collection of ARCs and LINEs,

    without manually selecting each entity in the correct order?

     

    S
    Please use plain text.
    Distinguished Contributor
    Posts: 702
    Registered: ‎12-27-2006

    Re: Does anyone have a curve fit routine they could share?

    04-18-2012 10:04 AM in reply to: hypersonic

    I get exactly what you mean, and I have not seen code for that so far.

    You would have to loop through the points, and test is the "trend" of a line is happening, or that of an arc.

    The user would have to specify some tolerances for accuracy and shortest line allowed. You would not want a ton of short lines as the result.

    Planners would need this to convert hand drawn lines to street centerlines or curbs.

    Its not trivial, and would involve some artistic thinking.

    I'll see what I can find. Its a bit similar to weeding routines I have done, they are not linear, but look back and forth to see if criteria is met when doing things.

    Please use plain text.
    Mentor
    Posts: 227
    Registered: ‎12-27-2007

    Re: Does anyone have a curve fit routine they could share?

    04-19-2012 07:15 AM in reply to: jmaeding

    Interesting.  I know I had a 3rd party routine years ago, but it worked outside of Autocad, and involved creating dxf files, importing, exporting etc.....

    I would love to try to write something too, just too slamed right now, can't believe there isn't something already floating around for this.  You would think this would be some standard command in Autocad by now. :smileyhappy:

    Please use plain text.