Message 1 of 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I want a LISP routine that creates a TIN Surface in Civil 3D from a specific CSV-file. Is that possible?
Solved! Go to Solution.
I want a LISP routine that creates a TIN Surface in Civil 3D from a specific CSV-file. Is that possible?
Solved! Go to Solution.
To clearify my needs with a little more info.
Backkground:
We store our height points in an Oracle database. To search them out we draw a polygon, check it in the database with FDO Connection and use it like a boundary. Then SQL creates a CSV file with points that is renamed and copied to the working folder.
That, we have accomplished in LISP and it is a one-button-click.
Wishlist:
The last thing, that we don´t know how to do, is to create a Surface with a certain CSV file in LISP. If we could do that we´ve made it really easy for our users to do their work.
Solution found in this thread: http://forums.autodesk.com/t5/autocad-civil-3d-general/lisp-to-create-civil-3d-surface-from-point-fi... thanks to Jeff (and others out there).