Author Topic: In search of an algorithm  (Read 1226 times)

0 Members and 1 Guest are viewing this topic.

ziele_o2k

  • Newt
  • Posts: 49
In search of an algorithm
« on: June 16, 2020, 05:34:10 PM »
I'm stuck while searching for algorithm. Could anyone give me some guidance to solve this problem.

BIGAL

  • Swamp Rat
  • Posts: 1414
  • 40 + years of using Autocad
Re: In search of an algorithm
« Reply #1 on: June 16, 2020, 09:25:00 PM »
Draw vertical line way bigger copy line mid to each point/vertice, then extrim outside, the line on left would need to be deleted really no idea if it would work.

« Last Edit: June 16, 2020, 09:29:24 PM by BIGAL »
A man who never made a mistake never made anything

ziele_o2k

  • Newt
  • Posts: 49
Re: In search of an algorithm
« Reply #2 on: June 17, 2020, 05:58:22 PM »
I know how to do this with my mouse :)
By posting on AutoLisp forum I was hoping for some kind of hints where to search such algorithms.
Thanks BIGAL anyway.

Problem solved.
I won't poste code because it is very messy right now.

Starting point was bbpoly by Lee Mac.