Search found 10 matches
- Mon Dec 25, 2023 8:54 am
- Forum: Requests, new functionalities
- Topic: Create TLS from current view
- Replies: 1
- Views: 8065
Create TLS from current view
Dear Santa.. A minor request for creating TLS sensors faster, two possible methods: 1. In create TLS dialog, there could be a add button "read current view", which would just grab current perspective views coordinates. 2. Conversion from viewports - viewports are rapid to create with CTRL-...
- Sun Dec 24, 2023 3:12 pm
- Forum: Questions
- Topic: Cloud Compare to Reality Capture
- Replies: 11
- Views: 23755
Re: Cloud Compare to Reality Capture
Hi, please check that the sensors you create are correctly placed; meaning they should be where the TLS sensor could have been if this location was scanned in reality. 0,0,0 is usually outside of the actual data, you need to create TLS sensor to a correct place, like inside the room space. Unfortuna...
- Tue Mar 16, 2021 9:06 am
- Forum: Requests, new functionalities
- Topic: Command line; loading multiple files from a list file
- Replies: 7
- Views: 27456
Re: Command line; loading multiple files from a list file
Ok here's finally a windows batch script that loads all e57 files in the current folder, merges, subsamples and saves out to one e57. I might later on update it to read the filelist. ____________________ SETLOCAL EnableDelayedExpansion cd /D %~dp0 set _filelist= for /f "delims=|" %%f in ('...
- Mon Mar 15, 2021 1:54 pm
- Forum: Requests, new functionalities
- Topic: Command line; loading multiple files from a list file
- Replies: 7
- Views: 27456
Re: Command line; loading multiple files from a list file
Thanks for comments! I should have been more spesific; I can already batch process multiple files one by one, but what I'm looking for is a simple way to load 1...n E57 files in a one command ( to one instance of CC) and merge them all together, subsample and export one file. It can be done by produ...
- Fri Feb 26, 2021 8:09 am
- Forum: Requests, new functionalities
- Topic: Command line; loading multiple files from a list file
- Replies: 7
- Views: 27456
Command line; loading multiple files from a list file
Hello,
Would it be possible to have a command line command to load multiple input files that are listed in a text file (just a filename per row) ?
Br,
Jukka
Would it be possible to have a command line command to load multiple input files that are listed in a text file (just a filename per row) ?
Br,
Jukka
- Thu Nov 19, 2020 9:14 am
- Forum: Requests, new functionalities
- Topic: Command line; logging of E57 scan names
- Replies: 2
- Views: 3895
Re: Command line; logging of E57 scan names
Thanks, this is very welcome data for debugging situations!
[E57] Reading new scan node (0) - 1211_12
[E57] Reading new scan node (1) - 1211_14
...
[E57] Reading new scan node (0) - 1211_12
[E57] Reading new scan node (1) - 1211_14
...
- Thu Nov 12, 2020 12:43 pm
- Forum: Requests, new functionalities
- Topic: Command line; logging of E57 scan names
- Replies: 2
- Views: 3895
Command line; logging of E57 scan names
Hello, when command line processing, it would be helpful to display also a scan name in addition to scan index number: _____________ [LOADING] Opening file: '993_3_3.e57' [E57] 'formatName' - ASTM E57 3D Imaging Data File [E57] 'guid' - {F9984C7D-51F4-4804-9574-DE704E7342D2} [E57] 'versionMajor' - 1...
- Mon Nov 02, 2020 12:42 pm
- Forum: Requests, new functionalities
- Topic: E57_ERROR_BAD_CHECKSUM error handling on command line
- Replies: 3
- Views: 3644
Re: E57_ERROR_BAD_CHECKSUM error handling on command line
Hum, that would be a big change of behavior. Not sure what other users would think about that? I understand, it's not a good idea to change command line basic behavior and break scripts people already use. I'll take a look at alternative methods how these broken files could be recognized before pro...
- Thu Oct 29, 2020 12:29 pm
- Forum: Requests, new functionalities
- Topic: E57_ERROR_BAD_CHECKSUM error handling on command line
- Replies: 3
- Views: 3644
E57_ERROR_BAD_CHECKSUM error handling on command line
Hello, We are processing E57 scans on a command line script. Sometimes it happens that there is failure in file transfer and E57 is corrupt. Currently, command line processing will keep on processing those scans CC was able to read before error in the file, like this; ___________________ ......... [...
- Tue Sep 01, 2020 11:34 am
- Forum: Plugins
- Topic: Cesium 3D Point Cloud Tiles
- Replies: 2
- Views: 5362
Re: Cesium 3D Point Cloud Tiles
Format specification is available: https://github.com/CesiumGS/3d-tiles/tr ... cification For example FME supports creation of 3D Tiles point clouds, but not many other software.