TheSwamp

Code Red => AutoLISP (Vanilla / Visual) => Topic started by: diago on May 04, 2019, 01:30:11 PM

Title: Autolisp routine for Topography
Post by: diago on May 04, 2019, 01:30:11 PM
Hi everyone,

I would like to know if there are auto lisp routine files developed here in the forum for AutoCAD, otherwise I`d like to develop an auto lisp routine for certain activities that has to do with topographic issues.

Thanks in advance!
Title: Re: Autolisp routine for Topography
Post by: Dlanor on May 04, 2019, 03:30:48 PM
Here a starting point. https://www.theswamp.org/index.php?topic=9042.0 (https://www.theswamp.org/index.php?topic=9042.0)
Title: Re: Autolisp routine for Topography
Post by: CostinBos77 on May 04, 2019, 03:56:02 PM
Hello diago ,


I would like to know if there are auto lisp routine files developed here in the forum for AutoCAD, otherwise I`d like to develop an auto lisp routine for certain activities that has to do with topographic issues.


 You need to give us more details like :  :thinking:

- put points in AutoCAD ;
- connect points with the same code ;
- create 3D terrain model  TIN / DTM ;
- contour lines on a 3D terrain model  TIN / DTM ;
- sections / profiles on a 3D terrain model TIN / DTM ;
- calculate volumes for a 3D terrain model  TIN / DTM ;
- interpolate points / Z on a 3D terrain model  TIN / DTM ;
- get / collect points E-N-H from AutoCAD and export them into Excel , csv , txt , IDX file .
- calculate area and store it into a table .
- convert / export IDX file to csv .

or none of this and other .

Have you seen  this (https://www.glamsen.se/CadTools.htm) ?

or  this (https://www.cadtutor.net/forum/topic/16629-point-manager/) ?