Import Kml To Autocad Civil 3d 2018 //free\\ Link
var pl = new Polyline3d(Poly3dType.SimplePoly, points, false); var bt = tr.GetObject(db.CurrentSpaceId, OpenMode.ForWrite) as BlockTableRecord; var plId = bt.AppendEntity(pl); tr.AddNewlyCreatedDBObject(pl, true); return plId;
tr.Commit();
COGO Point:
return geometries; Use CoordinateSystemService from Civil 3D API: import kml to autocad civil 3d 2018