CAD TO KMZ/KML LISP

CAD TO KMZ/KML LISP

nahasnazarudeen7278
Community Visitor Community Visitor
5,630 Views
1 Reply
Message 1 of 2

CAD TO KMZ/KML LISP

nahasnazarudeen7278
Community Visitor
Community Visitor

CAN ANYONE PLEASE SHARE THE LISP FOR CONVERT CAD TO KMZ/KML FILE?

0 Likes
5,631 Views
1 Reply
Reply (1)
Message 2 of 2

paullimapa
Mentor
Mentor

You’ll need to run this on AutoCAD Map 3d. This should get you started

https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/lisp-to-export-layers-to-kml-kmz-sep...

You’ll need to modify this line to match with what you need

(command ".-mapexport" "OGCKML" nam "_N" "_S" "_ALL" lst "*" "_N" "_Proceed")

 


Paul Li
IT Specialist
@The Office
Apps & Publications | Video Demos
0 Likes