AutoCAD Map 3D :: Leica GSI To CSV File
Mar 21, 2013
Probably the wrong place to post this but will give it a go, I can't put contours using my basic software package so need a .csv file, column order = point, northing, easting, elevation, code.
410001+00000stn 42....+00000000 43....+00000000 44....+00000000 45....+00000000 46....+00000000 47....+00000000 48....+00000000 49....+00000000
110002+00000003 21.003+02048900 22.003+08448250 31...0+00188567 51....+0000+000 87...0+00001465 88...0+00001210
410003+00000tar 42....+00000000 43....+00000000 44....+00000000 45....+00000000 46....+00000000 47....+00000000 48....+00000000 49....+00000000
[Code] .......
View 2 Replies
ADVERTISEMENT
Oct 23, 2012
I have tried multiple ways to have the intensity from our pointclouds show up inside Autocad 2013 with no success. I have tried multiple jobs exporting different formats from Cyclone 7.4. The file types I have tried are PTS, PTG, and PTX. All of these file read into AutoCad 2013 and create a Pointcloud. In AutoCad the pointcloud properties state that intensity values have been loaded, but when I attempt to view them the cloud stays white. I have also tried all the Shademode types in AutoCad. The intensity values from Cyclone appear between -1000 and +1000 values. The following is a list of steps I tried on multiple projects. Software Cyclone 7.4- AutoCad 2013 File types exported and imported PTS PTX PTG Shademodes Used All Standard Modes.
View 2 Replies
View Related
Jan 9, 2014
Is it possible to import real time gps coordinates from Leica CS10 to Autocad? Is it a function in Autocad or will i need a third part software to accomplish that?
View 2 Replies
View Related
Dec 12, 2011
Using Lightroom to shoot tethered to a Leica M9?how to do it?
View 7 Replies
View Related
Feb 27, 2013
In LR 3 I had the option to select Leica in the lens profile and then select from a short list of available lenses to correct the image.In LR 4.3 I can not find Leica anymore in the pull down menu and therefore I can not select any lens profiles to use as corrections.
Where can I find the missing camera manufacturer files and profiles for Leica?How can I load the missing profiles into LR 4.3.
View 1 Replies
View Related
Feb 21, 2012
If not supported for LR3, would it be available for LR4?Right now, I am using Aperture for all of my tethered capture, then importing to LR3.
View 4 Replies
View Related
Apr 4, 2014
I'm using LR to process DNG files from Leica M 240.
I understand LR has some extra profiles ( "Camera Faithful, Camera Portrait, etc" ) for some Canon and Nikon camera models.
As under "Camera Calibration -> Profile" I can only see "Embedded" or "Adobe Standard", does it mean these extra profiles don't exist for Leica M 240?
View 1 Replies
View Related
May 31, 2013
How do I open raw files in CS5 with the Leica D-Lux6 camera?
View 1 Replies
View Related
Dec 4, 2012
I am trying to export each sheet in an Excel file to an separateTXT files.
I currently have code to read each cell in a sheet, but unfortunately some of the Excel sheets have in excess of 5000 cells and it is taking too long to read. So I am switching to another method.
The program will check dates of TXT files and XLS file to make sure TXT files are current (if not, open and recreate TXT files).Then read the TXT files (much faster).
Where I am getting stuck is 2 places -
Get the names of each sheet in the excel file (not always a known name)
Save each sheet as separate TXT file.
Here is condensed code so far without error checking, etc -
(defun E2TXT (FileName /)
(if (and (setq XLfile (findfile FileName)) (vl-file-systime XLfile) (setq XLapp (vlax-get-or-create-object "Excel.Application")))
(progn
[Code]....
View 4 Replies
View Related
Aug 20, 2013
(if (findfile MyFile)
(setq fl (open MyFile "a"))
)
the file exists however the open function still returns nil... the file is not read only, and permission on the file appear to be just fine.What other reasons would there be that cause open function to return nil?This is happening only on one machine. All the others are writing to the file just fine.
View 5 Replies
View Related
Oct 3, 2012
I was wondering if there was an option to set Inventor to display the full file path for the current file open ? At present I am only seeing a short description of the name of the active file - I wish to see it's full file path similar to what AutoCAD displays.
Cad Manager/Senior Designer
Autodesk Inventor Professional 2013 SP2 64-Bit Edition
Windows 7 HP Z400, Intel Xeon W3550 3.07GHz
12.0GB RAM, ATI FirePro V4800 (FireGL)
View 3 Replies
View Related
Apr 24, 2013
I'm using Autocad Civil3D 2011, Version 3. Just yesterday I noticed that the file date shown in Autocad's open file dialog box shows an earlier time than Windows Explorer, which shows the file date and time correctly. When I enter the "time" command on the autocad command line, the correct time is shown for the "last updated" time.
For example:
The Autocad open file dialog box shows the file having a time/date of 4/23/2013 3:54 PM
Windows Explorer shows the file having a time/date of 4/23/2013 4:10 PM
"TIME" command at autocad prompt returns the following:
Current time: Wednesday, April 24, 2013 3:55:35:454 PM
Times for this drawing:
Created: Thursday, March 27, 2008 5:49:57:104 PM
Last updated: Tuesday, April 23, 2013 4:10:56:299 PM
Total editing time: 17 days 15:31:26:967
Elapsed timer (on): 17 days 15:31:26:967
Next automatic save in: 0 days 00:09:58:237
I rebooted and restarted autocad, and resaved my file with the same results (although with different times-but again the autocad open file dialog box showed an incorrect, earlier time). I have never had this problem before, and it is driving me crazy as I usually sort my files by date to assure that I am working with the latest file.
View 4 Replies
View Related
Oct 30, 2012
is possible to retrieve the information of the reference in the iam file without open the file in session ? Opening with notepad the iam file, at the end of file, the references is contains in the planar text.
Is possible to retrieve documentation for this request ?
View 1 Replies
View Related
Oct 17, 2011
I'm relatively new to AutCAD map 3d but I've used arcGIS a while back.
I have existing roads, towns etc data that are already set to UTM 17. I want to import ascii point coordinates (from a comma delimited file) into the file. I can import the ascii coordinates as points fine (easting and northing), however the points come in as the absolute coordinates rather than geometric coordinates. I already set the files for right geographic projections. Beyond manually inputing the coordinates into the coordinate tracker, is there a way to import the coordinates form the file set for the geometric coordinates?
View 2 Replies
View Related
Mar 9, 2012
As an engineering company we have started to convert hundreds of our drawings from AutoCAD to PDF using a batch utility.
However every file that is converted into a PDF file is opened by a PDF Viewer. We want to prevent this.
I opened my *.pc3 file and removed the check from the appropriate box. See below
I press OK, then save the file and close. However when I reopen the file, I see the box for Openining in PDF Viewer has been rechecked. No matter what I do, I cannot permanently remove the check from this box.
View 5 Replies
View Related
Apr 4, 2012
How to set civil 3d 2012 to automatically load your templete file at start-up instead of a misc. drawing file with no styles or anything.
View 2 Replies
View Related
Nov 9, 2011
I'm trying to update a part with different colors for various features. My color styles are not available in this file. I can export them from another file, then use the import function to bring it over, but there has to be a way to force this file to find the entire "default" color file.
View 6 Replies
View Related
Mar 22, 2011
I am unable to use the file command open, new etc. I click on open and nothing happens no file box opens. As soon as you do anything else the program says not responding and you have to close it down. I can click on an autocad file in windows explorer and bring up the file this way but as soon as you try any file command such as save as the program freezes again. I am running windows 7 professional and the autocad LT 2011 64 bit program.
View 9 Replies
View Related
Jun 10, 2012
When I have 2 files open, one minimized and the other visible on the screen, when I quit the file showing on the screen and then open the one that was minimized, it comes up w/a blank black screen. There is no way I have found to get the info in the file to display.
Then, if I save the blank screenof previously minimized file, close it then reopen it the info is back on screen with changes made to the file intact.
View 4 Replies
View Related
Sep 24, 2012
I want to import some of the iproperties of one ipt file into an iam file.how to do it.
IV 2010 Suite
Digital Storm PC:
EVGA & Intel components
Win 7 Pro 64 bit
View 9 Replies
View Related
Mar 18, 2013
when trying to reopen a file from the "recently used" file list? When I try to click on a file from the list it gives me a message stating "error opening file". I know this will happen if the file has been moved to another location, but the files are in the same place as when I originally opened them. None of the files in the list will open anymore. Is this a pathing issue?
View 9 Replies
View Related
Jan 14, 2013
Does Autodesk 360 cloud storage work in any way shape or form similar to a Vault whereby users can check out, lock, and then check in designs? Can Vault be used in conjunction with Autodesk 360, or does Autodesk 360 eliminate or replace the need for Vault?
What's the best way for individuals working at multiple sites to work without overwriting each others' data or having save collisions?
View 2 Replies
View Related
Feb 12, 2013
I found this error a bit strange, my colleague it trying to save a file and this error keeps on coming out (see attachments). When we try to save it, it only saves as a temp file. When we try to open up the temp file and try to save it, it still doesn't allow us to do. Also, when we cancel the save, the original file will be gone and he will lost all of his data. Below are the specs of the computer and version of the AutoCAD.
Computer: DELL Precision T5500
OS: Windows 7 Ult
AutoCAD Version: 2011
Also, we're using ProSteel Series 3 as well. We tried saving the file using ProSteel and just AutoCAD but it didn't do the trick. I've tried some options (listed below) that might get it to work but still no luck.
1. Restart the computer.
2. Repair / Reinstall AutoCAD.
3. Give permission to the folder (read from the forum).
View 4 Replies
View Related
Jul 15, 2012
How can you use a template file from your personal files to use it in an already existing .dwg file.
I knwo how to do it if I start the drawing from scratch and I select that template, but I want to put this existing drawing into my personal template file from my documents.
View 2 Replies
View Related
Apr 2, 2012
I have a surface, to which I've added data from a ENZ file. No problems - I had a workable surface. I want to be able to work on the drawing at home as well as work. So I brought home the DWG as well as the ENZ file thinking that if both were in the same directory, it would work OK. But I get an error saying the Point file can't be found. I can't see any way to make the file reference relative, rather than absolute.
View 5 Replies
View Related
Dec 8, 2011
I want to attach image in Autocad 2010, i know the procedure to insert the image (.jpg,etc.). But my problem is that i dont want to send its original image that i used from my hard disk.
Is there any way to send drawing without sending its image file or wothout doing etransmit the file.
View 1 Replies
View Related
May 24, 2013
I'm using the file dialog snippet as the foundation for a save as dialog box for saving a new copy of my template assembly to a project folder. Is there a way to disable the ability to click on a file in the window which puts that filename in the input box? The assembly file name is standardized and pre-"calculated" by my code and its a decent hassle if you accidentally click another file because the user would either have to rewrite the file name by hand, or cancel out of the dialog box and re-navigate to the project folder.
Inventor 2013 SP 1.1
View 1 Replies
View Related
Dec 20, 2012
I have a file path im trying to capture in a text file however its not working and autocad is prompting back,
; error bad argument type: streamp nil
Im assuming its because of the slashbacks but Im not sure..
Hence the code so far...
(defun C:GO ()(SETQ ACADLSP (findfile "acad.lsp"))(setq f (open "C: est.txt" "w"))(write-line ACADLSP f)(close f))
View 4 Replies
View Related
May 20, 2013
I am copying a design in the vault & when i go through all the files to ensure they are all to 'copy' there is several which I cannot change their status from 'reuse' to 'copy'
I don't have any of the files checked out & they are all the latest versions.
View 9 Replies
View Related
Dec 13, 2013
Describe the external referencing of a part file by an assembly file? I keep getting confused between part file and an assembly file.
View 2 Replies
View Related
Jan 9, 2013
i want to import my 2013 office workspace in to my 2012 home Version.
View 2 Replies
View Related