Sorry for the tardive reply and thanks for all.
Is there a way to install multiple version of CC? I already try once, but I have every time problems with the fls sdk. I'm always affraid of upgrading my versions and see this problem came back.
Search found 12 matches
- Tue Apr 03, 2018 1:19 pm
- Forum: Questions
- Topic: Delete scan grid command line
- Replies: 3
- Views: 5173
- Wed Feb 21, 2018 2:23 pm
- Forum: Questions
- Topic: Delete scan grid command line
- Replies: 3
- Views: 5173
Delete scan grid command line
Hello every one,
Everything is in the title. Is there a command to do delete scan grid in batch ?
Tks for all
Everything is in the title. Is there a command to do delete scan grid in batch ?
Tks for all
- Fri Oct 20, 2017 7:53 am
- Forum: Questions
- Topic: Merge file list in batch
- Replies: 7
- Views: 21997
Re: Merge file list in batch
It's probably not the cleanest way but I create a .txt file with a dir and then i did this :
for /f "delims=" %%i in (%fdir%\Files_list.txt) do call :concat %%i
cloudcompare.exe %file_list% -merge_clouds -SS spatial 0.005
del %fdir%\Files_list.txt
goto :eof
:concat
set file_list=%file_list% -o %1 ...
for /f "delims=" %%i in (%fdir%\Files_list.txt) do call :concat %%i
cloudcompare.exe %file_list% -merge_clouds -SS spatial 0.005
del %fdir%\Files_list.txt
goto :eof
:concat
set file_list=%file_list% -o %1 ...
- Wed Sep 27, 2017 8:04 am
- Forum: Questions
- Topic: Merge file list in batch
- Replies: 7
- Views: 21997
Re: Merge file list in batch
You need something that generates the command like this:
CloudCompare -o file1 -o file2 -o file3 -merge_clouds
You're right. I finally found with something like that. I set the -o file1 -o file2 -o file3 in a variable and i call him into the command. It work fine and it avoid me to overload my ...
CloudCompare -o file1 -o file2 -o file3 -merge_clouds
You're right. I finally found with something like that. I set the -o file1 -o file2 -o file3 in a variable and i call him into the command. It work fine and it avoid me to overload my ...
- Wed Sep 20, 2017 10:40 am
- Forum: Questions
- Topic: Merge file list in batch
- Replies: 7
- Views: 21997
Merge file list in batch
Hello,
It's the my first try in batch on CC and I'm asking if it's possible to merge some files wich path is store in a .txt file.
I try the command
for /f "delims=" %%i in (Files_list.txt) do cloudcompare.exe -o %%i -merge_clouds
But it seem that it doesn't work. Files are well opened but not ...
It's the my first try in batch on CC and I'm asking if it's possible to merge some files wich path is store in a .txt file.
I try the command
for /f "delims=" %%i in (Files_list.txt) do cloudcompare.exe -o %%i -merge_clouds
But it seem that it doesn't work. Files are well opened but not ...
- Mon Apr 24, 2017 6:44 am
- Forum: Issues, bugs, etc.
- Topic: Maximum file's size
- Replies: 17
- Views: 55329
Re: Maximum file's size
Thanks for all. I will try it with my colleg today. Do you know if there a way to install different version ? We have many problems with .fls compatibility since we try to install to install 2.7 and 2.8.1 simultanatly.
- Wed Apr 19, 2017 6:41 am
- Forum: Issues, bugs, etc.
- Topic: Maximum file's size
- Replies: 17
- Views: 55329
Re: Maximum file's size
Oh you must be right. This means Romain never pushed this modification :D (I'll ask him about this).
Each time you segment a cloud, the grid is duplicated. And I guess if you merge the subsets afterwards, the grids are not 'merged' but copied next to each other...
Thanks for the answer. Let me ...
Each time you segment a cloud, the grid is duplicated. And I guess if you merge the subsets afterwards, the grids are not 'merged' but copied next to each other...
Thanks for the answer. Let me ...
- Tue Apr 18, 2017 1:11 pm
- Forum: Issues, bugs, etc.
- Topic: Maximum file's size
- Replies: 17
- Views: 55329
Re: Maximum file's size
Something like 'Edit > Scan grids > Delete'?
I don't found it. The only option that contains " scan grids" is "Edit > Mesh > Mesh scan grids"
Sorry for the delay, i don't receive notifications
Edit : I effectivly "scan grids" in the properties but no way to modify them. Their number is bigger ...
I don't found it. The only option that contains " scan grids" is "Edit > Mesh > Mesh scan grids"
Sorry for the delay, i don't receive notifications
Edit : I effectivly "scan grids" in the properties but no way to modify them. Their number is bigger ...
- Mon Apr 03, 2017 9:48 am
- Forum: Issues, bugs, etc.
- Topic: Maximum file's size
- Replies: 17
- Views: 55329
Re: Maximum file's size
The original FLS file is 1.7gb with 6 M. points only? Or is it the first BIN file?
My first .bin with mutliples .fls.
I believe the latest versions (2.8.1 or 2.9.beta) let you delete this scan grid (it's only useful to compute normals actually). The idea is to remove it right from the start to ...
My first .bin with mutliples .fls.
I believe the latest versions (2.8.1 or 2.9.beta) let you delete this scan grid (it's only useful to compute normals actually). The idea is to remove it right from the start to ...
- Fri Mar 31, 2017 6:50 am
- Forum: Issues, bugs, etc.
- Topic: Maximum file's size
- Replies: 17
- Views: 55329
Re: Maximum file's size
Where do these files come from? (which version of CC?)
This files are created with .fls and saved with CC 2.8.1. The original files with no modification and around 6 millions points is around 1.7go. After few operation (section, cut, clean...) and of course, after deleting all the temp files, my ...
This files are created with .fls and saved with CC 2.8.1. The original files with no modification and around 6 millions points is around 1.7go. After few operation (section, cut, clean...) and of course, after deleting all the temp files, my ...